Commit Graph

287 Commits (54fa2be8833eb9ba6d1ccc15b4fc8c0e522ee18e)

Author SHA1 Message Date
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
Luke Imhoff 88bb8a3b55 log type must be optional 6 years ago
Luke Imhoff 8b5327ad65 Remove public_key and standard_v from transactions 6 years ago
Luke Imhoff 53d34141ee Convert blocks nonce to bytea 6 years ago
Tim Mecklem bc6d1bdc27 Add `inserted_at` index to `blocks` to avoid sequential table scan 7 years ago
Luke Imhoff 0680973e64 fetched_balance_block_number instead of fetched_balance_at 7 years ago
Alex Garibay c39154e6eb
Add user accounts (#176) 7 years ago
Amanda Sposito fd168a542e Add smart contract verification using the solidity cli to process code 7 years ago
Luke Imhoff dc8be8673b Use :utc_datetime and DateTime for timestamps 7 years ago
Chris McCord e813045564 Add initial BufferedTask behaviour 7 years ago
Luke Imhoff beea8f5a60 Denormalize blocks.number into transasctions.block_number 7 years ago
Luke Imhoff b8dfa6720c transactions.index index 7 years ago
Luke Imhoff f9c026202d Fold receipts into transactions 7 years ago
Alex Garibay 5bdea742f0
Add API to calculate a block reward for a block (#223) 7 years ago
Igor Florian 1306f6b30f Store the Contract code in the Address 7 years ago
Luke Imhoff e1734c820f Remove credits and debits 7 years ago
Luke Imhoff 6749e15cb8 Transaction v as integer 7 years ago
Luke Imhoff 3f7a737238 standard_v is a smallint (2 bytes) that must be between 0 and 3 7 years ago
Luke Imhoff 9e24b3b0d3 Convert transactions r and s to decimal 7 years ago
Luke Imhoff a96f05d065 Store variable-length DATA as Explorer.Chain.Data 7 years ago
Luke Imhoff 45c32667a2 Remove (sub)section comments 7 years ago
Alex Garibay bf45faa513
Add Historical Data (#157) 7 years ago
Luke Imhoff 910792faac Fix internal transaction indexes 7 years ago
Chris McCord b9154901e9 Add address balance fetching 7 years ago
Luke Imhoff 40d00802ea Suicide type internal transactions 7 years ago
Luke Imhoff 1fb23bf395 Sokol indexer complete to block 2229598 7 years ago