ipld-eth-server/cmd
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
..
backfillMakerLogs.go Remove injection of fetcher and repository to watcher 2019-01-07 15:19:31 +01:00
coldImport.go use logrus for logging 2018-11-21 10:14:11 -06:00
continuousLogSync.go VDB-205 Fix external configuration values (#121) 2019-01-23 19:44:09 +01:00
getSignatures.go VDB-205 Fix external configuration values (#121) 2019-01-23 19:44:09 +01:00
lightSync.go VDB-302 Sleep when no missing blocks in lightSync (#129) 2019-01-11 10:58:41 +01:00
root.go VDB-205 Fix external configuration values (#121) 2019-01-23 19:44:09 +01:00
sync.go use logrus for logging 2018-11-21 10:14:11 -06:00