Versions in this module Expand all Collapse all v0 v0.2.15 Oct 31, 2019 v0.2.14 Oct 24, 2019 v0.2.13 Oct 23, 2019 v0.2.12 Sep 24, 2019 v0.2.11 Sep 6, 2019 v0.2.11-docker Sep 16, 2019 v0.2.10 Aug 13, 2019 v0.2.10-docker-v2 Sep 16, 2019 v0.2.10-docker Aug 27, 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)