Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
blockscout/priv/repo/migrations
CJ Bryan and Derek Barnes 937b5bd24a Add unique index and dedup internal transactions 7 years ago
..
.gitkeep Configure circleci to test and deploy 7 years ago
20180117221921_create_blocks.exs Create a Block with a basic Schema and Changeset. 7 years ago
20180117221922_create_transactions.exs Create a Block with a basic Schema and Changeset. 7 years ago
20180124003303_add_value_to_transactions.exs Display the last five Transactions on the homepage. 7 years ago
20180129201141_add_fields_to_transactions.exs View additional fields on the Transaction page. 7 years ago
20180130001125_create_address.exs View additional fields on the Transaction page. 7 years ago
20180130004126_create_from_addresses.exs View additional fields on the Transaction page. 7 years ago
20180130004544_create_to_addresses.exs View additional fields on the Transaction page. 7 years ago
20180202195342_create_block_transactions.exs Use a join table to link Blocks and Transactions. 7 years ago
20180202215933_remove_block_id_from_transactions.exs Use a join table to link Blocks and Transactions. 7 years ago
20180208010839_add_indices_to_block_and_block_transaction.exs Add indices to Block.timestamp and BlockTransaction.block_id. 7 years ago
20180208054620_add_transactions_index_to_timestamps.exs Add an index to Transaction#inserted_at/#updated_at 7 years ago
20180212214442_create_receipts.exs Import logs for transaction receipts 7 years ago
20180212222309_create_logs.exs Correctly uniquely index logs 7 years ago
20180216011950_create_balances_views.exs Calculate address balances using only successful transactions 7 years ago
20180221001948_create_internal_transactions.exs Display Internal Transactions on the Transaction detail page. 7 years ago
20180223220816_move_address_keys_to_transactions.exs Collapse Transaction Address relationship to belongs_to 7 years ago
20180223223257_index_transaction_address_ids.exs Smarten up Address Migration 7 years ago
20180224004300_update_credit_debit_materialized_view.exs Cache Balances for Addresses 7 years ago
20180227004146_dedup_internal_transactions_and_add_unique_index.exs Add unique index and dedup internal transactions 7 years ago
20180227225553_add_balance_and_balance_updated_at_to_address.exs Cache Balances for Addresses 7 years ago