ipld-eth-server/pkg/geth
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
..
node Update BlockChain to record NodeInfo (#95) 2017-12-07 13:32:16 -06:00
testing Rename WatchedContract to Contract 2017-12-05 09:39:58 -06:00
abi_test.go Get ABI via etherscan API (#96) 2017-12-07 09:58:06 -06:00
abi.go Get ABI via etherscan API (#96) 2017-12-07 09:58:06 -06:00
contract.go Get ABI via etherscan API (#96) 2017-12-07 09:58:06 -06:00
geth_block_to_core_block_test.go Block categorization (#110) 2017-12-20 14:06:22 -06:00
geth_block_to_core_block.go Block categorization (#110) 2017-12-20 14:06:22 -06:00
geth_blockchain.go Block categorization (#110) 2017-12-20 14:06:22 -06:00
geth_log_to_core_log_test.go Save Logs to DB (#100) 2017-12-12 15:55:26 -06:00
geth_log_to_core_log.go Save Logs to DB (#100) 2017-12-12 15:55:26 -06:00
geth_suite_test.go Nest packages under pkg 2017-11-06 13:06:03 -06:00