Commit Graph

589 Commits (d498a34c76537f39b26dbc0c8352e04f2398d3f5)

Author SHA1 Message Date
Luke Imhoff 279c6987b1 Sort Indexer project keys 6 years ago
Luke Imhoff 09051ceb8a Separate usage of Task.Supervisor 6 years ago
Luke Imhoff 9b3ed74507 Allow all genserver options to be passed to BufferedTasks 6 years ago
Felipe Renan 6148658f61 Store tokens with invalid strings in Token indexer. 6 years ago
Stamates 18380efe0a fix broken tests 6 years ago
Felipe Renan e86c5c79f3 Handle timeout when fetching token balances from blockchain 6 years ago
Igor Florian 7077a41576 Change Address fetched_balance's columns to fetched_coin_balace 6 years ago
Igor Florian acf14d6cf3 Rename Balance references to Address.CoinBalance 6 years ago
Igor Florian c640bf2de1 Rename AddressBalanceFetcherCase to CoinBalanceCase 6 years ago
Igor Florian 8e0f8b2e92 Rename BalanceFetcher to CoinBalanceFetcher 6 years ago
Igor Florian 2a7c2feac2 Rename Balances module to CoinBalances 6 years ago
Luke Imhoff 9a8cdc4031 Use Path.absname so that log paths are stable during reload 6 years ago
Felipe Renan d7bfcd1e87 Change Address.TokenBalance value to be decimal 6 years ago
Felipe Renan ad50a21c1e Fix dialyzer 6 years ago
Felipe Renan 01af13e325 Include TokenBalanceFetcher to Indexer.Supervisor test support 6 years ago
Igor Florian 53e7866016 Fetch TokenBalances value in the Catchup Indexer 6 years ago
Igor Florian b56f8d4137 Fetch TokenBalances values in the Realtime Indexer 6 years ago
Igor Florian c2ff17756c Get TokensBalance in the Blockchain 6 years ago
Luke Imhoff c484bc2d25 Separate Indexer.Address.TokenBalances from Indexer.Balances 6 years ago
Luke Imhoff f32d6d43dd Use curl to signal parallel build is done to coveralls.io 6 years ago
Luke Imhoff fdd1090c45 Re-enable Ecto loggers 6 years ago
Luke Imhoff c032ea2291 Improved logging 6 years ago
Alex Garibay cade255e15
Add support for named addresses (#590) 6 years ago
Luke Imhoff b7c0d188e3 Use handle_continue so that Realtime.init does not block on RPC call 6 years ago
Luke Imhoff 64585c4938 Insert all BufferedTaskTest assert_receive timeouts to 200ms 6 years ago
Luke Imhoff cddd810a58 Use :websocket_client for EthereumJSONRPC.WebSocket 6 years ago
Luke Imhoff c8c53405fc Subscribe to newHeads for realtime indexer 6 years ago
Luke Imhoff ae21b7e8b0 Separate sequence from BlockFetcher.t 6 years ago
Luke Imhoff dc5ec15619 Support for Moxing WebSocket 6 years ago
Luke Imhoff 0873bcdc28 Disable BlockFetcher.SupervisorTest for Geth 6 years ago
Igor Florian b05196df0f Create records for TokenBalances in the database 6 years ago
Igor Florian 57b6f7487e Stop indexing Balances from TokenTransfers 6 years ago
Luke Imhoff ad7e15ca3b Handle :ignore from EthereumJSONRPC.fetch_internal_transactions 6 years ago
Alex Garibay f81d20fc24
Add support for multiple return types in contracts (#562) 6 years ago
Andrew Cravenho 3e8c5b84d6 Changes from POA Explorer to BlockScout 6 years ago
Andrew Cravenho 28e485a5c1 Replace poanetwork/poa-explorer urls with poanetwork/blockscout 6 years ago
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 f24d2a8d0c Sleep before checking for DOWN 6 years ago
Luke Imhoff bf201f1a52 Elixir 1.7.2 / Erlang 21.0.4 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
Luke Imhoff 06475f1275 Don't broadcast from catchup 6 years ago
Luke Imhoff 81ba3a5b7b Only use address_hash_to_block_number if block_number is missing 6 years ago
Luke Imhoff 1225bc2f74 Regression test for https://github.com/poanetwork/poa-explorer/pull/489#issuecomment-409637329 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
Luke Imhoff 68229420b4 Move Receipts functions out of BlockFetcher 6 years ago
Luke Imhoff 11735b1289 Separate Catch, Realtime, Supervisor, and BlockFetcher states 6 years ago
Luke Imhoff 2333cc6cf5 Separate supervision and fetching parts of BlockFetcher 6 years ago