Commit Graph

86 Commits (6cb8f3f2ba6996ad449ead5edb65ec288e52e480)

Author SHA1 Message Date
William Sanches 2b48235898
Remove opcodes from CodeCompiler 6 years ago
William Sanches 3ff530c22e
Update JS solidity compiler 6 years ago
Gustavo Santos Ferreira 7549b8f8c8 prepare configs and new dependencies for the retriever 6 years ago
Gustavo Santos Ferreira d563a2568a add metadata column to address_names 6 years ago
Luke Imhoff ea58dad12b Update to Ecto 3.0 6 years ago
William Sanches a754a72390
Add block_reward import 6 years ago
William Sanches 23bd2b0049
Rename block_rewards to emission_rewards 6 years ago
Amanda Sposito 4833c6c962 Fix Address Trasaction query 6 years ago
Luke Imhoff 6ec9afb4ba Gradual migration support for call_has_call_type, call_has_input, and create_has_init 6 years ago
Luke Imhoff 39b6eccfda Separate schema and data migration for EIP-6 6 years ago
Amanda Sposito 8ad5a3103e Add index to addresses table 6 years ago
Amanda Sposito 40a9da3022 Add script to migrate nonce to addresses 6 years ago
svenski123 a3364385c6 Comment out update query in migration script due to run length concerns on a large existing database. 6 years ago
svenski123 29199eb54e Add nonce field to Address object and addresses table. 6 years ago
Felipe Renan 2ad1042de2 Add script to migrate block_number to token transfers 6 years ago
Felipe Renan 31e1090138 Add block_number to token transfers 6 years ago
Amanda Sposito 9843f2bba6 Add migration scripts that we've been using to migrate data 6 years ago
Luke Imhoff 0c4c80c880 Add missing constraints for internal transactions 6 years ago
Luke Imhoff 9cce7ab661 Adopt EIP-6 6 years ago
Felipe Renan 233d539a00 Add AddressCurrentTokenBalance schema 6 years ago
Gustavo Santos Ferreira acf74e6267 migration to change type of field decimals 6 years ago
Luke Imhoff 7f7cdf753d Switch token_transfers to composite primary key 6 years ago
Luke Imhoff 96b97f0dc1 Switch logs to composite primary key 6 years ago
Luke Imhoff 95e3774e9a Switch internal_transactions to composite primary key 6 years ago
Amanda Sposito 5ee4df3714 Alter 'Chain.address_to_internal_transactions' query 6 years ago
Amanda Sposito 373248dbee Update 'internal_transactions'.'block_number' after block reorg 6 years ago
Amanda Sposito 1acebdc7f7 Add 'block_number' and 'transaction_index' in 'internal_transaction' 6 years ago
Alex Garibay c60bd06e5e
Add bare admin panel (#927) 6 years ago
Luke Imhoff 818f84a424 Transaction.Fork 6 years ago
Luke Imhoff 4b140c87df Block in the consensus chain marked consensus true 6 years ago
Luke Imhoff 96d5aea311 Block.SecondDegreeRelation 6 years ago
Amanda Sposito fc38d7e2bf Alter Token decimals column to bigint 6 years ago
Stamates 742e543cdb Incorporate update for blocks gas_used and gas_limit in initial migration 6 years ago
Stamates c6af8d363e Create recent collated indexes by address with hash on transaction table and remove address/hash indexes 6 years ago
Stamates bd755fe469 Add transaction hash to address indexes for transaction and token_transfer tables to optimize count query 6 years ago
Luke Imhoff 102f467948 Denormalize last internal transaction error to transaction 6 years ago
Luke Imhoff b32f263eda Allow status to be nil until internal transactions are indexed 6 years ago
Delweng Zheng 765cc1359c fix(explorer): gas_used/gas_limit should be numeric, not int 6 years ago
Igor Florian 7077a41576 Change Address fetched_balance's columns to fetched_coin_balace 6 years ago
Igor Florian 56f578717f Rename table and indexes 6 years ago
Felipe Renan d7bfcd1e87 Change Address.TokenBalance value to be decimal 6 years ago
Luke Imhoff 7eeb3226e2 Correct uniqueness of token balances 6 years ago
Alex Garibay cade255e15
Add support for named addresses (#590) 6 years ago
Igor Florian b05196df0f Create records for TokenBalances in the database 6 years ago
Luke Imhoff 355fbcf9c7 token_id needs to be able to hold 14251919818366649780 6 years ago
Luke Imhoff 24c2d8e24e Use nil value to indicate unfetched Balance 6 years ago
Alex Garibay 8b16f81b73
Catalog token transfers and tokens during indexing (#484) 6 years ago
Tim Mecklem 6a7381b296 Add `created_contract_address_hash` to transactions and update queries 6 years ago
Luke Imhoff e3f7581572 Historical Address Balances 6 years ago
Alex Garibay a49acfea10 Add token transfer schema 6 years ago