Versions in this module Expand all Collapse all v1 v1.1.2-mainnet.rc1 Oct 7, 2020 v1.0.8-mainnet.rc1 Jul 16, 2020 v1.0.2-mainnet.rc2 Feb 28, 2020 v1.0.2-mainnet.rc1 Feb 12, 2020 v1.0.1-kovan.rc1 Jan 2, 2020 v1.0.0-mainnet.rc1 Jan 23, 2020 v0 v0.2.17 Dec 19, 2019 Changes in this version + type Converter struct + func (Converter) ToModels(_ string, logs []core.HeaderSyncLog, db *postgres.DB) ([]event.InsertionModel, error) v0.2.16 Nov 21, 2019 v0.2.15 Nov 14, 2019 v0.2.9 Jul 24, 2019 v0.2.8 Jul 11, 2019 v0.2.7 Jun 24, 2019 v0.2.6 Jun 11, 2019 v0.2.5 May 31, 2019 v0.2.4 May 28, 2019 v0.2.3 May 6, 2019 v0.2.2 Apr 16, 2019 v0.2.1-rc.1 Apr 9, 2019 v0.1.2 Mar 14, 2019 Changes in this version + func GetVatGrabConfig() shared_t.TransformerConfig + type VatGrabConverter struct + func (VatGrabConverter) ToModels(ethLogs []types.Log) ([]interface{}, error) + type VatGrabModel struct + Dart string + Dink string + Ilk string + LogIndex uint + Raw []byte + TransactionIndex uint + Urn string + V string + W string + type VatGrabRepository struct + func (repository *VatGrabRepository) SetDB(db *postgres.DB) + func (repository VatGrabRepository) Create(headerID int64, models []interface{}) error + func (repository VatGrabRepository) MarkHeaderChecked(headerID int64) error + func (repository VatGrabRepository) MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error) + func (repository VatGrabRepository) RecheckHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)