..
1508943247_create_blocks_table.down.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1508943247_create_blocks_table.up.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1508965325_add_columns_to_blocks.down.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1508965325_add_columns_to_blocks.up.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509119369_initial_transaction_table.down.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509119369_initial_transaction_table.up.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509391861_add_primary_key_to_blocks.down.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509391861_add_primary_key_to_blocks.up.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509460207_add_block_id_to_transactions.down.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509460207_add_block_id_to_transactions.up.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509484288_add_block_index.down.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509484288_add_block_index.up.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509633481_add_blocks_columns.down.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1509633481_add_blocks_columns.up.sql
Nest migrations under db directory
2017-11-06 13:12:57 -06:00
1510257608_add_contracts_table.down.sql
Update contract naming per Eric PR review
2017-11-13 10:11:27 -06:00
1510257608_add_contracts_table.up.sql
Update contract naming per Eric PR review
2017-11-13 10:11:27 -06:00
1510262915_add_from_to_transactions.down.sql
Added From field to transactions
2017-11-09 16:51:22 -06:00
1510262915_add_from_to_transactions.up.sql
Added From field to transactions
2017-11-09 16:51:22 -06:00
1512417153_add_abi_to_watched_contracts.down.sql
Store contract ABI on watched_contracts
2017-12-04 14:13:15 -06:00
1512417153_add_abi_to_watched_contracts.up.sql
Store contract ABI on watched_contracts
2017-12-04 14:13:15 -06:00
1512504078_add_nodes_table.down.sql
Update BlockChain to record NodeInfo ( #95 )
2017-12-07 13:32:16 -06:00
1512504078_add_nodes_table.up.sql
Update BlockChain to record NodeInfo ( #95 )
2017-12-07 13:32:16 -06:00
1512507280_add_node_fk_to_blocks.down.sql
Update BlockChain to record NodeInfo ( #95 )
2017-12-07 13:32:16 -06:00
1512507280_add_node_fk_to_blocks.up.sql
Update BlockChain to record NodeInfo ( #95 )
2017-12-07 13:32:16 -06:00
1512595007_add_contract_hash_constraint_to_watched_contracts.down.sql
Get ABI via etherscan API ( #96 )
2017-12-07 09:58:06 -06:00
1512595007_add_contract_hash_constraint_to_watched_contracts.up.sql
Get ABI via etherscan API ( #96 )
2017-12-07 09:58:06 -06:00
1513029953_add_logs_table.down.sql
Save Logs to DB ( #100 )
2017-12-12 15:55:26 -06:00
1513029953_add_logs_table.up.sql
Save Logs to DB ( #100 )
2017-12-12 15:55:26 -06:00
1513192766_add_cascade_delete_to_transactions.down.sql
Canonical blocks ( #108 )
2017-12-19 14:14:41 -06:00
1513192766_add_cascade_delete_to_transactions.up.sql
Canonical blocks ( #108 )
2017-12-19 14:14:41 -06:00
1513275969_add_cascade_delete_to_blocks.down.sql
Canonical blocks ( #108 )
2017-12-19 14:14:41 -06:00
1513275969_add_cascade_delete_to_blocks.up.sql
Canonical blocks ( #108 )
2017-12-19 14:14:41 -06:00
1513613036_add_is_final_to_blocks.down.sql
Block categorization ( #110 )
2017-12-20 14:06:22 -06:00
1513613036_add_is_final_to_blocks.up.sql
Block categorization ( #110 )
2017-12-20 14:06:22 -06:00
1513781105_add_unique_constraint_blocks_node.down.sql
Block categorization ( #110 )
2017-12-20 14:06:22 -06:00
1513781105_add_unique_constraint_blocks_node.up.sql
Block categorization ( #110 )
2017-12-20 14:06:22 -06:00
1513783615_add_block_id_index_on_transactions_table.down.sql
Block categorization ( #110 )
2017-12-20 14:06:22 -06:00
1513783615_add_block_id_index_on_transactions_table.up.sql
Block categorization ( #110 )
2017-12-20 14:06:22 -06:00
1513783944_add_node_id_index_on_blocks_table.down.sql
Block categorization ( #110 )
2017-12-20 14:06:22 -06:00
1513783944_add_node_id_index_on_blocks_table.up.sql
Block categorization ( #110 )
2017-12-20 14:06:22 -06:00
1513805096_tx_to_index.down.sql
Add indices for tx_to and tx_from ( #112 )
2017-12-20 16:58:37 -06:00
1513805096_tx_to_index.up.sql
Add indices for tx_to and tx_from ( #112 )
2017-12-20 16:58:37 -06:00
1513805100_tx_from_index.down.sql
Add indices for tx_to and tx_from ( #112 )
2017-12-20 16:58:37 -06:00
1513805100_tx_from_index.up.sql
Add indices for tx_to and tx_from ( #112 )
2017-12-20 16:58:37 -06:00
1514392444_add_miner.down.sql
Add Block Miner
2017-12-27 10:50:56 -06:00
1514392444_add_miner.up.sql
Add Block Miner
2017-12-27 10:50:56 -06:00
1514397430_add_extra_data.down.sql
Add extra data field
2017-12-27 12:10:08 -06:00
1514397430_add_extra_data.up.sql
Add extra data field
2017-12-27 12:10:08 -06:00
1514476024_add_block_reward_uncle_reward.down.sql
Add block rewards to db
2017-12-28 11:58:26 -06:00
1514476024_add_block_reward_uncle_reward.up.sql
Add block rewards to db
2017-12-28 11:58:26 -06:00
1514502281_add_data_input_to_transactions.down.sql
Add tx fields
2017-12-28 17:23:56 -06:00
1514502281_add_data_input_to_transactions.up.sql
Add tx fields
2017-12-28 17:23:56 -06:00
1514564898_create_receipts_table.down.sql
Add receipts ( #119 )
2018-01-03 11:23:43 -06:00
1514564898_create_receipts_table.up.sql
Add receipts ( #119 )
2018-01-03 11:23:43 -06:00
1514932205_add_transaction_id_index_to_receipts.down.sql
Add receipts ( #119 )
2018-01-03 11:23:43 -06:00
1514932205_add_transaction_id_index_to_receipts.up.sql
Add receipts ( #119 )
2018-01-03 11:23:43 -06:00
1515613181_add_fields_to_node.down.sql
Allow for multiple Geth nodes ( #128 )
2018-01-10 15:54:36 -06:00
1515613181_add_fields_to_node.up.sql
Allow for multiple Geth nodes ( #128 )
2018-01-10 15:54:36 -06:00
1515613715_update_node_index.down.sql
Allow for multiple Geth nodes ( #128 )
2018-01-10 15:54:36 -06:00
1515613715_update_node_index.up.sql
Allow for multiple Geth nodes ( #128 )
2018-01-10 15:54:36 -06:00
1516050071_add_log_fk_constraint.down.sql
Remove log_uc
2018-01-16 09:44:46 -06:00
1516050071_add_log_fk_constraint.up.sql
Remove log_uc
2018-01-16 09:44:46 -06:00
1516648743_add_log_filters.down.sql
Add Filters ( #133 )
2018-01-23 12:43:35 -06:00
1516648743_add_log_filters.up.sql
Add Filters ( #133 )
2018-01-23 12:43:35 -06:00
1516653373_add_watched_event_logs.down.sql
Commandline ( #135 )
2018-01-25 13:21:55 -06:00
1516653373_add_watched_event_logs.up.sql
Add Filters ( #133 )
2018-01-23 12:43:35 -06:00
1517538273_update_gas_limit_gas_used.down.sql
Separate repositories ( #25 )
2018-02-02 15:53:16 -06:00
1517538273_update_gas_limit_gas_used.up.sql
Separate repositories ( #25 )
2018-02-02 15:53:16 -06:00
1517603663_rename_block_columns.down.sql
Update table columns ( #26 )
2018-02-02 16:12:14 -06:00
1517603663_rename_block_columns.up.sql
Update table columns ( #26 )
2018-02-02 16:12:14 -06:00
1517605676_update_tx_table_names.down.sql
Update table columns ( #26 )
2018-02-02 16:12:14 -06:00
1517605676_update_tx_table_names.up.sql
Update table columns ( #26 )
2018-02-02 16:12:14 -06:00
1517854395_update_log_filters_to_block_constraint.down.sql
Add graphql server ( #27 )
2018-02-08 10:12:08 -06:00
1517854395_update_log_filters_to_block_constraint.up.sql
Add graphql server ( #27 )
2018-02-08 10:12:08 -06:00
1520289493_update_eth18_types.down.sql
Allow Parity as ingest node ( #36 )
2018-03-07 15:29:21 -06:00
1520289493_update_eth18_types.up.sql
Allow Parity as ingest node ( #36 )
2018-03-07 15:29:21 -06:00
1521640994_rename_node_table.down.sql
Rename node table and node column
2018-03-21 13:24:13 -05:00
1521640994_rename_node_table.up.sql
Rename node table and node column
2018-03-21 13:24:13 -05:00
1525122581_associate_receipts_with_blocks.down.sql
Associate receipts with blocks instead of transactions
2018-05-04 10:52:28 -05:00
1525122581_associate_receipts_with_blocks.up.sql
Associate receipts with blocks instead of transactions
2018-05-04 10:52:28 -05:00
1525464568_add_eth_node_fingerprint_to_blocks.down.sql
Sync only missing blocks on cold import
2018-05-07 16:38:04 -05:00
1525464568_add_eth_node_fingerprint_to_blocks.up.sql
Sync only missing blocks on cold import
2018-05-07 16:38:04 -05:00
1528317902_create_token_supply_table.down.sql
Add ERC20 token watcher example
2018-06-27 14:41:51 -05:00
1528317902_create_token_supply_table.up.sql
Add ERC20 token watcher example
2018-06-27 14:41:51 -05:00