ipld-eth-server/integration_test
Rob Mulholand 2800e6df36 Enable contractWatcher without prior headerSync
- Previous setup would fail if there were no headers in the db. This
  makes sense because we need headers that haven't been checked for
  logs to exist so that we can fetch logs for those headers. But it
  also prevents us from kicking off the headerSync and contractWatcher
  processes concurrently. These changes enable kicking off both
  processes at the same time with the idea that we will have unchecked
  headers upon transformer execution.
2019-10-04 16:00:13 -05:00
..
block_rewards_test.go adjust block/uncle reward tests and add methods to pkg/geth blockchain and ethclient for direct fetching of eth balances 2019-04-02 10:10:17 -05:00
contract_test.go Decouple log extraction from transformer delegation 2019-08-28 09:25:13 -05:00
contract_watcher_full_transformer_test.go Update Copyrights 2019-08-23 10:11:37 -05:00
contract_watcher_header_sync_transformer_test.go Enable contractWatcher without prior headerSync 2019-10-04 16:00:13 -05:00
geth_blockchain_test.go Improve transaction syncing test coverage 2019-03-28 14:31:17 -05:00
integration_test_suite_test.go tests for migration path ordering and errors 2019-03-13 11:42:30 -05:00
poller_test.go (VDB-560) Rename lightSync to headerSync 2019-05-01 12:12:55 -05:00