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/apps/explorer/priv/repo/migrations
William Sanches a754a72390
Add block_reward import
6 years ago
..
scripts Gradual migration support for call_has_call_type, call_has_input, and create_has_init 6 years ago
.gitkeep Umbrellify 7 years ago
20180117221921_create_address.exs Change Address fetched_balance's columns to fetched_coin_balace 6 years ago
20180117221922_create_blocks.exs Block in the consensus chain marked consensus true 6 years ago
20180117221923_create_transactions.exs Create recent collated indexes by address with hash on transaction table and remove address/hash indexes 6 years ago
20180212222309_create_logs.exs log type must be optional 6 years ago
20180221001948_create_internal_transactions.exs Use :utc_datetime and DateTime for timestamps 7 years ago
20180424203101_create_market_history.exs Merge branch 'master' into optimized-indexer 7 years ago
20180508183700_create_users.exs Add user accounts (#176) 7 years ago
20180508191045_create_user_contacts.exs Add user accounts (#176) 7 years ago
20180518221256_create_smart_contract_verified.exs Add smart contract verification using the solidity cli to process code 7 years ago
20180522154252_create_btree_gist_extension.exs Add API to calculate a block reward for a block (#223) 7 years ago
20180522154253_create_block_rewards.exs Add API to calculate a block reward for a block (#223) 7 years ago
20180606135149_create_tokens.exs Catalog token transfers and tokens during indexing (#484) 6 years ago
20180606135150_create_token_transfers.exs Add transaction hash to address indexes for transaction and token_transfer tables to optimize count query 6 years ago
20180626143840_add_inserted_at_index_to_blocks.exs Add `inserted_at` index to `blocks` to avoid sequential table scan 7 years ago
20180717204948_create_address_coin_balances.exs Rename table and indexes 6 years ago
20180817021704_create_address_token_balances.exs Change Address.TokenBalance value to be decimal 6 years ago
20180821142139_create_address_names.exs Add support for named addresses (#590) 6 years ago
20180917182319_create_block_second_degree_relations.exs Block.SecondDegreeRelation 6 years ago
20180918200001_create_transaction_fork.exs Transaction.Fork 6 years ago
20180919175123_alter_token_decimals_to_bigint.exs Alter Token decimals column to bigint 6 years ago
20181008195723_create_administrators.exs Add bare admin panel (#927) 6 years ago
20181011193212_add_fields_to_internal_transactions.exs Add 'block_number' and 'transaction_index' in 'internal_transaction' 6 years ago
20181015173318_add_case_insensitive_extension.exs Add bare admin panel (#927) 6 years ago
20181015173319_modify_users_username.exs Add bare admin panel (#927) 6 years ago
20181016163236_modify_user_contacts_email.exs Add bare admin panel (#927) 6 years ago
20181017141409_add_index_to_internal_transaction_table.exs Alter 'Chain.address_to_internal_transactions' query 6 years ago
20181024141113_internal_transactions_composite_primary_key.exs Switch internal_transactions to composite primary key 6 years ago
20181024164623_logs_composite_primary_key.exs Switch logs to composite primary key 6 years ago
20181024172010_token_transfers_composite_primary_key.exs Switch token_transfers to composite primary key 6 years ago
20181026180921_create_address_current_token_balances.exs Add AddressCurrentTokenBalance schema 6 years ago
20181029174420_update_tokens_table_decimals_from_bigint_to_numeric.exs migration to change type of field decimals 6 years ago
20181106152300_add_nonce_to_addresses.exs Add script to migrate nonce to addresses 6 years ago
20181107164103_eip6.exs Separate schema and data migration for EIP-6 6 years ago
20181108205650_additional_internal_transaction_constraints.exs Gradual migration support for call_has_call_type, call_has_input, and create_has_init 6 years ago
20181121170616_add_block_number_to_token_transfers.exs Add script to migrate block_number to token transfers 6 years ago
20181126203826_add_index_to_addresses.exs Add index to addresses table 6 years ago
20181206200140_rename_block_rewards_to_emission_rewards.exs Rename block_rewards to emission_rewards 6 years ago
20181206200312_create_new_block_rewards.exs Add block_reward import 6 years ago
20181212115448_add_indexes_to_token_transfers.exs Fix Address Trasaction query 6 years ago