Commit Graph

262 Commits (ea961f20ee1bc07ab5f1552df86b7167041c58c4)

Author SHA1 Message Date
Luke Imhoff 254d6b46a1 Increase assert_receive timeout 6 years ago
Luke Imhoff 3c0adace16 Include import_id and transaction_id in logger metadata 6 years ago
Luke Imhoff e22fca4ada Don't use step variable twice 6 years ago
Luke Imhoff 3592b66340 Chunk pending transactions 6 years ago
Luke Imhoff 8e1bfc0589 Convert DBConnection.ConnectionError tcp recv: closed to {:error, :timeout} 6 years ago
Luke Imhoff 3bfc342941 Missed error pattern change in #1233 6 years ago
Luke Imhoff cbe3308c3d fetch_and_import_range_from_sequence log exceptions instead of raise 6 years ago
Luke Imhoff adc03fd08b Label all steps in Block.Fetcher implementations 6 years ago
William Sanches a754a72390
Add block_reward import 6 years ago
Luke Imhoff 6a0f625da7 Port fix for InvalidConsensus to Uncataloged 6 years ago
Luke Imhoff c978b6168b Don't log when queue is unavailable 6 years ago
Luke Imhoff e4902fc479 Fix picking wrong clause for fetch_token_balances_from_blockchain 6 years ago
Luke Imhoff 5a0f02019b Don't log errors when uncles aren't found 6 years ago
Luke Imhoff 14c17cb2ee Retry retried_entries for uncles 6 years ago
Luke Imhoff 30e0ac4498 Log timeout in PendingTransaction fetcher instead of crashing 6 years ago
Luke Imhoff 65197f5913 Add shrunk to metadata 6 years ago
Luke Imhoff 2569d2595e Move missing_block_range_count and missing_block_count out of prose 6 years ago
Luke Imhoff 1af8f89001 Move step out of prose and into metadata 6 years ago
Luke Imhoff ac35c4680f Move error_count out of prose and into metadata 6 years ago
Luke Imhoff 63e646a5ff Move count out of prose and into metadata 6 years ago
Luke Imhoff 2010e90a71 Move block range out of prose and into metadata 6 years ago
Luke Imhoff 0243726f9b Move block number out of prose and into metadata 6 years ago
Luke Imhoff fed7d304e2 Include fetcher in logger metadata 6 years ago
Sebastian Abondano c762719ba0 Ensures consensus is valid for parent blocks 6 years ago
Sebastian Abondano 532a0a97bb Fix realtime indexer's 'no skips prevention' bug 6 years ago
Luke Imhoff c7d614e2ec Include date in addition to time in log format 6 years ago
Sebastian Abondano 0204d08fba Fix realtime indexer's 'no skips prevention' bug 6 years ago
zachdaniel 5d12613f70 feat: support tracing via spandex 6 years ago
Sebastian Abondano 1bdb8c1166 Ganache ignores internal transactions 6 years ago
Luke Imhoff 3499155cdb Partial retries for fetch_blocks_by_range 6 years ago
Luke Imhoff d43a8c6133 Partial retry of batches of blocks by hash 6 years ago
Luke Imhoff ad1119eb4c Fetched Beneficiaries partial batch retries 6 years ago
Luke Imhoff 3efa2d9996 Partial retries for CoinBalance.Fetcher 6 years ago
svenski123 3b45474e36 Update address extraction testcases 6 years ago
svenski123 29199eb54e Add nonce field to Address object and addresses table. 6 years ago
Andrew Cravenho bd769c6724 Fix core tests 6 years ago
Andrew Cravenho a64a1dc6bb Update sokol node tests 6 years ago
Andrew Cravenho 2cb7f4b0c7 Update README and change default variant to ganache 6 years ago
Andrew Cravenho c1d1ad996c Change the sokol node to localhost 6 years ago
Andrew Cravenho 063c393281 Update documentation replacing old sokol nodes 6 years ago
Andrew Cravenho 72480f2389 Remove old sokol node from prod env 6 years ago
Andrew Cravenho 0595c8cbaa Replace dev sokol node with personal node 6 years ago
Amanda 3c146f92e4
Add test to MetadataUpdater's GenServer 6 years ago
William Sanches 421262a2da
Fix credo and format issues 6 years ago
William Sanches 2df87c2cd1
Refactor metadata_updater to get interval on start 6 years ago
William Sanches 5b14292aa9
Fix reducer function on metadata updater 6 years ago
William Sanches 3528e4dc51
Add metadata updater 6 years ago
Felipe Renan d627e700d9 Increase the timeout to 15s in Indexer.TokenBalances 6 years ago
Felipe Renan 321a93da88 Standardize Realtime to a list of token balances 6 years ago
Felipe Renan e26a0aab93 Improve TokenBalance.Fetcher docs 6 years ago