ipld-eth-server/pkg/transformers/flop_kick
Konstantin Zolotarev 65cb6e9092 VDB-205 Fix external configuration values (#121)
* Updated loading config from /Users/konstantinzolotarev/.vulcanizedb for addreses

* Updated contract addresses loading from env variables.

* Implement getter chain for addresses, configs and transformers

Solves the issue with declaring stuff as vars when the environment file hasn't been loaded yet. Instead, this data is fetched dynamically when the root commands are called.

* Update test data to use constant Kovan addresses

* Decouple integration tests from config file IO

* Add ABI to environment file, convert getter chains for related values

* Decouple tests suites from ABI config file IO

* Add startingBlock to environment and implement getter chain

* Exit when called without config file

* Add missing deployment blocks to staging.toml

* Remove comment
2019-01-23 19:44:09 +01:00
..
config.go VDB-205 Fix external configuration values (#121) 2019-01-23 19:44:09 +01:00
converter_test.go VDB-205 Fix external configuration values (#121) 2019-01-23 19:44:09 +01:00
converter.go flop kick transformer factory (#98) 2018-11-02 09:13:10 -05:00
entity.go Add log index to various events (#78) 2018-10-23 16:33:04 -05:00
flop_kick_suite_test.go Flop kick (#28) 2018-09-26 09:42:52 -05:00
model.go Add log index to various events (#78) 2018-10-23 16:33:04 -05:00
repository_test.go Update repository tests for absence of MissingHeaders 2018-12-04 17:53:46 +01:00
repository.go Replace standard log with logrus import 2019-01-11 10:07:00 -08:00