ipld-eth-server/pkg
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 Added user and password to db config 2018-06-22 18:28:34 +03:00
core use batchElem from rpc client 2019-01-21 14:52:37 -06:00
crypto Vdb 269- fetch logs by hash (#122) 2018-11-21 09:30:00 -06:00
datastore VDB-302 Sleep when no missing blocks in lightSync (#129) 2019-01-11 10:58:41 +01:00
fakes use batchElem from rpc client 2019-01-21 14:52:37 -06:00
filters Handle events 2018-03-05 10:01:50 -06:00
fs Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
geth use batchElem from rpc client 2019-01-21 14:52:37 -06:00
history Merge branch 'staging' into batch-historical-headers 2019-01-13 21:29:58 -06:00
transformers VDB-205 Fix external configuration values (#121) 2019-01-23 19:44:09 +01:00