Commit Graph

111 Commits (4551d7f70c42b321def6ffe80e52a217685ad391)

Author SHA1 Message Date
Amanda Sposito b4a66ad7f0 Add treatment to TokenBalance.Fetcher when there is an error with the import data 6 years ago
Alex Garibay 56299e308b Add support for ERC-721 token transfer logs with addresses in `data` 6 years ago
Luke Imhoff 1a8bb6cbed Restructure Indexer.BlockFetcher to match other Fetchers 6 years ago
Luke Imhoff 09051ceb8a Separate usage of Task.Supervisor 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
Felipe Renan d7bfcd1e87 Change Address.TokenBalance value to be decimal 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 c2ff17756c Get TokensBalance in the Blockchain 6 years ago
Luke Imhoff c484bc2d25 Separate Indexer.Address.TokenBalances from Indexer.Balances 6 years ago
Luke Imhoff 64585c4938 Insert all BufferedTaskTest assert_receive timeouts to 200ms 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 0873bcdc28 Disable BlockFetcher.SupervisorTest for Geth 6 years ago
Andrew Cravenho 28e485a5c1 Replace poanetwork/poa-explorer urls with poanetwork/blockscout 6 years ago
Luke Imhoff f24d2a8d0c Sleep before checking for DOWN 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 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 11735b1289 Separate Catch, Realtime, Supervisor, and BlockFetcher states 6 years ago
Luke Imhoff 2333cc6cf5 Separate supervision and fetching parts of BlockFetcher 6 years ago
Luke Imhoff e0fed23fad Fix catchup_block_number not being set 6 years ago
Luke Imhoff 062ebd9463 Remove unreliable test 6 years ago
jimmay5469 e5e695331f Subscribe to only realtime-indexer events for channel broadcasts 6 years ago
Luke Imhoff 6abe66f7b1 Catch up index based on whether previous catch up found missing blocks 6 years ago
Luke Imhoff 69a6bb65c8 Increase timeout for flaky test 6 years ago
Luke Imhoff e3f7581572 Historical Address Balances 6 years ago
Tim Mecklem ee0e726fb4 Return addresses from bulk insert instead of address_hashes 6 years ago
Tim Mecklem 9ce3f3d9e4 Hook up block confirmations to subscribed indexer update 6 years ago
Luke Imhoff 3432fe4c51 Disable logging debug_count at regular intervals 6 years ago
Luke Imhoff 5b01cd396b Check that ranges are in same direction as step 6 years ago
Luke Imhoff 105ce9b613 Only allow positive step for infinite sequences 6 years ago
Luke Imhoff 94d8267799 Don't allow Sequence to be started with a mix of ranges and infinite start 6 years ago
Luke Imhoff a3d51f5e1a Raise error if `:first` would cause retraversal 6 years ago
Luke Imhoff 15be505219 Move range chunking from BlockFetcher to Sequence 6 years ago
Luke Imhoff ff11541bde Failing regression tests for #340 6 years ago
Luke Imhoff 8f827ecfa6 Use Mox by default for local integration tests 6 years ago
Luke Imhoff 466c1e76f6 Request transport module and options for all JSONRPC calls 6 years ago
Luke Imhoff a41cfaa4e8 Trap exits, so that Indexer.Sequence cleans up 6 years ago
Luke Imhoff 382406b347 Indexer.Sequence as GenServer 6 years ago
Luke Imhoff bb10c02292 Failing regression test for #387 6 years ago