ipld-eth-server/pkg/transformers/shared
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
..
constants VDB-205 Fix external configuration values (#121) 2019-01-23 19:44:09 +01:00
log_chunker_test.go lowercase address on map to get transformers 2019-01-16 14:24:00 -06:00
log_chunker.go lowercase address on map to get transformers 2019-01-16 14:24:00 -06:00
log_fetcher_test.go Finish watcher and watcher tests (+fmt) 2018-12-11 13:52:02 +01:00
log_fetcher.go Improve process of adding transformers 2018-12-12 15:41:29 +01:00
repository_utility_test.go Update tests for watcher and repository 2019-01-07 15:20:05 +01:00
repository.go Add rollback if GetTicInTx fails and move GetTicInTx to shared/repository.go 2019-01-11 10:07:00 -08:00
shared_suite_test.go Extract constants package 2018-11-08 13:08:59 -06:00
transformer.go Use new config getter on shared.Transformer <3 2018-12-13 12:39:57 +01:00
TransformerREADME.md Backfill Frob log events 2018-08-14 10:47:43 -05:00
utilities_test.go Vdb 67 convert numbers to ray and wad (#105) 2018-11-09 14:53:20 -06:00
utilities.go VDB-205 Fix external configuration values (#121) 2019-01-23 19:44:09 +01:00