ipld-eth-server/pkg/repositories
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
..
testing Block categorization (#110) 2017-12-20 14:06:22 -06:00
in_memory_test.go Update BlockChain to record NodeInfo (#95) 2017-12-07 13:32:16 -06:00
in_memory.go Block categorization (#110) 2017-12-20 14:06:22 -06:00
postgres_test.go Canonical blocks (#108) 2017-12-19 14:14:41 -06:00
postgres.go Block categorization (#110) 2017-12-20 14:06:22 -06:00
repositories_suite_test.go Nest packages under pkg 2017-11-06 13:06:03 -06:00
repository.go Block categorization (#110) 2017-12-20 14:06:22 -06:00