ipld-eth-server/integration_test
Matt K 24bc83a448 Block categorization (#110)
* Add block categorization (is_final=)

* Add godo task for vulcanizeDB (Example of how everything could work together)

* Add unique constraint on block_number and node

* Add index on block_id for transactions_table

* Add node_id index on blocks table

* Sort transactions returned from FindBlock by tx_hash

* lowercase tx_to, tx_from like etherscan
2017-12-20 14:06:22 -06:00
..
contract_test.go Save Logs to DB (#100) 2017-12-12 15:55:26 -06:00
geth_blockchain_test.go Block categorization (#110) 2017-12-20 14:06:22 -06:00
integration_test_suite_test.go Add integration test 2017-10-24 15:36:50 -05:00