Commit Graph

394 Commits (1ddb84ac517574ab3629345f6f9a3a4caa2f6dbc)

Author SHA1 Message Date
Luke Imhoff 88db1e776f They mocked behaviours -> The mocked behaviours 6 years ago
Luke Imhoff 2dee97119f Replicate Variant and Chain testing instructions to other READMEs 6 years ago
Luke Imhoff bf5f2fd054 Remove flaky refute_receive check 6 years ago
Luke Imhoff 24c2d8e24e Use nil value to indicate unfetched Balance 6 years ago
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 e5a1f79e6b Add total supply formatting according to token type 6 years ago
Amanda Sposito ecf9001db6 Add 'decimal' as a explicit dependency 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 f75eee5e61 Refactor import test 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
Stamates 7b82a3442d Added test that contract_creadted_address_hash is nil if to_address is not nil 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 64f289fcf1 Fix Token Transfer factory 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
Peter Romfeld d9e37c44a6
fix formatting 6 years ago
Peter Romfeld b473420df3
use ETHEREUM_JSONRPC_HTTP_URL instead 6 years ago
Peter Romfeld 2ddc1b9747
get geth_url from environment and fix `variant` for {dev,prod}.exs 6 years ago
Luke Imhoff 52196bf329 Clean setup and shutdown of Explorer.Chain.Statistics.Server 6 years ago
Luke Imhoff e71781cde8 Increase pool_timeout for tests 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 9b69c218b3 Add default port setup for postgres in test.example and include optional setup in README. 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
Tim Mecklem 89c1416b2c Allow test environment configuration to be overridden similar to dev 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