Commit Graph

137 Commits (3a97967b5f4860613a4ba63dab7b0c7d3a318eec)

Author SHA1 Message Date
Felipe Renan cc89b1f6db Ignore burn address token balance for Tokens ERC-721 6 years ago
Luke Imhoff b8d9edf97d Indexer.Block.Catchup.BoundIntervalSupervisor is proper supervisor 6 years ago
Luke Imhoff 2f7be3fb7d OTP application descriptions 6 years ago
Sebastian Abondano fdd0c84721 Realtime fetcher retries for unknown block number 6 years ago
Luke Imhoff 8e8b4b5508 Indexer.Block.Uncle.Fetcher 6 years ago
Felipe Renan e74bfb9d3b Fix token balance log error 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
Luke Imhoff 48b302f935 Return uncles from EtherumJSONRPC.Block.elixir_to_params 6 years ago
Stamates ff5d4d0163 Wireup live update of pending transactions 6 years ago
Sebastian Abondano 8e3d80a6db Realtime indexer waits half a second before fetch 6 years ago
Sebastian Abondano 14b916f9e8 Realtime.Fetcher async fetching and no skips 6 years ago
Igor Florian 52e861fa73 Include and Log token_balances error attribute 6 years ago
Igor Florian 99012b2c4c Add a new log file for token_balances fetching errors 6 years ago
Lucas Narciso d8b22f6988 Handle large strings when fetching tokens 6 years ago
Amanda Sposito 32ad1214b6 Increase timeout at the `Chain.import` at the 'Indexer.InternalTransaction.Fetcher' 6 years ago
Amanda Sposito 3244113be4 Increase timeout at the `Repo.transaction` level at the 'Indexer.TokenBalance.Fetcher' 6 years ago
Amanda Sposito eea81817f7 Increase 'Indexer.TokenBalance.Fetcher' timeout 6 years ago
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 5b7872f030 Don't use closure for BufferedTask Task.Supervisor.async_nolink call 6 years ago
Luke Imhoff 6aaa300de0 Setup excoveralls for indexer in isolation 6 years ago
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