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, _ *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 Changes in this version + func GetVatSuckConfig() shared_t.EventTransformerConfig + type VatSuckConverter struct + func (VatSuckConverter) ToModels(ethLogs []types.Log) ([]interface{}, error) + type VatSuckModel struct + LogIndex uint + Rad string + Raw []byte + TransactionIndex uint + U string + V string + type VatSuckRepository struct + func (repository *VatSuckRepository) SetDB(db *postgres.DB) + func (repository VatSuckRepository) Create(headerID int64, models []interface{}) error + func (repository VatSuckRepository) MarkHeaderChecked(headerId int64) error + func (repository VatSuckRepository) MissingHeaders(startingBlock, endingBlock int64) ([]core.Header, error) + func (repository VatSuckRepository) RecheckHeaders(startingBlock, endingBlock int64) ([]core.Header, error)