ipld-eth-server/pkg/core
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
..
block.go Block categorization (#110) 2017-12-20 14:06:22 -06:00
blockchain_observer.go Nest packages under pkg 2017-11-06 13:06:03 -06:00
blockchain.go Block categorization (#110) 2017-12-20 14:06:22 -06:00
contract_attributes.go Rename WatchedContract to Contract 2017-12-05 09:39:58 -06:00
contract.go Rename WatchedContract to Contract 2017-12-05 09:39:58 -06:00
core_suite_test.go Nest packages under pkg 2017-11-06 13:06:03 -06:00
log.go Save Logs to DB (#100) 2017-12-12 15:55:26 -06:00
node_info.go Update BlockChain to record NodeInfo (#95) 2017-12-07 13:32:16 -06:00
transaction.go Added From field to transactions 2017-11-09 16:51:22 -06:00