Commit Graph

325 Commits (102f4679481de2f1e1ea0990406be87af980e37d)

Author SHA1 Message Date
Stamates db98461097 Add comment to clarify reason transaction.hash was added 6 years ago
Stamates 1c46a0ade8 Add transaction hash to order_by on address_to_transactions query to prevent postgres from using transactions_recent_collated_index for an index_scan 6 years ago
Amanda Sposito 95de1ebcb0 Add token details page backend 6 years ago
Stamates ac166adac9 Remove unused Chain.address_count function and format/credo appeasement 6 years ago
Stamates faa53be558 Eliminate unused statistics context and gen_server and move statistics function into Chain context. 6 years ago
Stamates ef75a9dbcc Remove unused transaction_velocity statistic 6 years ago
Alex Garibay 8b16f81b73
Catalog token transfers and tokens during indexing (#484) 6 years ago
Stamates b941b6b927 Rename function 6 years ago
Stamates 8e8d23fb57 Fix flaky hashes_to_transactions tests (non-ordered results) 6 years ago
Stamates d7fd7d27fb Update etherscan context transactions list to use created_contract_address_hash from transaction 6 years ago
Tim Mecklem 5a54caecb7 Use union for address fields match to improve slow token_transfers join 6 years ago
Tim Mecklem ab0ca21dac Update indexer to set created_contract_address_hash on transaction 6 years ago
Tim Mecklem 6a7381b296 Add `created_contract_address_hash` to transactions and update queries 6 years ago
Luke Imhoff f2884992a7 Fetch realtime internal transactions and balances synchronously 6 years ago
Luke Imhoff 12f70945da Switch Chain.import options to maps 6 years ago
Felipe Renan b6a4e48414 Add Token's reference to Token Transfers 6 years ago
Felipe Renan 09cd139341 Move where_address_fields_match/2 to Transaction Schema 6 years ago
Felipe Renan 7c2255f7fc Show token transfers on transactions' tab from Address' page. 6 years ago
Luke Imhoff a28b06f788 Use _map suffix to clarify type with _list as value 6 years ago
Luke Imhoff 2f3af51741 Unified Explorer.Chain.import 6 years ago
Luke Imhoff c4133c1fb0 Validate Transacton from_address_hash as required 6 years ago
Luke Imhoff b96891ced2 Move import functions into Explorer.Chain.Import 6 years ago
Stamates 078f1e6955 Move transaction_hashes to transactions fetching to single query 6 years ago
jimmay5469 e5e695331f Subscribe to only realtime-indexer events for channel broadcasts 6 years ago
Luke Imhoff 52196bf329 Clean setup and shutdown of Explorer.Chain.Statistics.Server 6 years ago
Luke Imhoff e3f7581572 Historical Address Balances 6 years ago
Sebastian Abondano 86de475385 Add optional params to account txlist API endpoint 6 years ago
Stamates 51ce0c1123 Code cleanup 6 years ago
Tim Mecklem 2313d8d976 to_address and to_address_hash can be nil 6 years ago
Tim Mecklem ee0e726fb4 Return addresses from bulk insert instead of address_hashes 6 years ago
jimmay5469 4d612d59f0 Setup live updates for address balance 6 years ago
jimmay5469 477e01c993 Extract logic from event_handler to notifier 6 years ago
Tim Mecklem 9ce3f3d9e4 Hook up block confirmations to subscribed indexer update 6 years ago
Alex Garibay a49acfea10 Add token transfer schema 6 years ago
Amanda Sposito dae9ff2f10 Add support to Pluggable Transport and HTTP transport modules 6 years ago
Amanda Sposito e545841407 Add error treatment to the 'ex_abi' lib 6 years ago
Amanda Sposito 01472cb353 Add 'Read Smart Contract' page 6 years ago
Amanda Sposito 73856a72df Add read only functions to 'SmartContract.Reader' 6 years ago
Lucas Narciso 537f090597 Create Explorer.SmartContract.Reader 6 years ago
Amanda Sposito 2b57b537c7 Add address_hash_to_smart_contract/1 function 6 years ago
Sebastian Abondano e8a9b63d7b Add account transactions API RPC endpoint 6 years ago
Sebastian Abondano cc059dac1e Enhance API account balance endpoint 6 years ago
Felipe Renan ceb971b285 Add contract creator on Account details page 6 years ago
Luke Imhoff 8f827ecfa6 Use Mox by default for local integration tests 6 years ago
Tim Mecklem b912f91092 Change reference to Hash.Address 6 years ago
Stamates 8efdf3e0e8 Sort internal_transactions oldest to newest on transaction page 6 years ago
Tim Mecklem 4da2959014 Exclude non-contract-creation parent transactions from contract page 6 years ago
Stamates 025ed91dcb Fix multiple results in Repo.One with multiple create type internal transactions 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