Commit Graph

635 Commits (50f8e9e5069d7f425ca13fed3c1a10026de96621)

Author SHA1 Message Date
Ayrat Badykov 944e953351
mix format 6 years ago
Ayrat Badykov fbcf7571b1
fix CR issues 6 years ago
Ayrat Badykov 9462939806
set default interval to 1 second 6 years ago
Ayrat Badykov 0497a9daa7
mix format 6 years ago
Ayrat Badykov 734583c1d2
fix compilation warnings 6 years ago
Ayrat Badykov 34d247875c
fix supervisor names 6 years ago
Ayrat Badykov 5bbb8c9b2e
add replaced transaction fetcher 6 years ago
Ayrat Badykov e8b1ce732b
start 'Code.Supervisor' bound_interval_supervisor_test.exs 6 years ago
Ayrat Badykov 19cd720ed3
remove compilation warning 6 years ago
Ayrat Badykov 4b7fdef526
skip parity in Code.FetcherTest 6 years ago
zachdaniel ec6c24e3e5 feat: add a minimum polling interval to protect from overrun 6 years ago
Ayrat Badykov 691c2b05fb
update code for parity 6 years ago
Ayrat Badykov 6acce91e21
use code from mainnet 6 years ago
Ayrat Badykov f9e63cff47
fix Code.Fetcher 6 years ago
Ayrat Badykov 33cbc6e4ab
set created_contract_code_indexed_at 6 years ago
zachdaniel c68d59a011 feat: render addresses according to eip-55 6 years ago
Ayrat Badykov 3d0d0f6209
return async_import_internal_transactions 6 years ago
Ayrat Badykov fdc57c8488
always run InternalTransaction.Fetcher 6 years ago
Ayrat Badykov 2d67e6faf5
fix dialyzer 6 years ago
Ayrat Badykov 2e94a0d2a6
return InternalTransaction.Fetcher 6 years ago
Ayrat Badykov 3520c7d8d7
fix address extraction for codes parameters 6 years ago
Ayrat Badykov 9852abae95
add catchup code fetcher 6 years ago
Ayrat Badykov 13ca7f4b25
do not fetch internal transaction from simple token transfer transactions 6 years ago
Ayrat Badykov fbbdf78804
do not index internal transactions with simple token transfers 6 years ago
zachdaniel 6bfc9cf4a6 fixup! fixup! fix: poll on import completion and only new blocks 6 years ago
zachdaniel e3c4703a99 fixup! fix: poll on import completion and only new blocks 6 years ago
zachdaniel c8fb42aba0 fix: poll on import completion and only new blocks 6 years ago
Luke Imhoff 57808d6b23 Separate usage of max consensus block number and block height 6 years ago
Luke Imhoff 083e5d3278 Ensure min and max block number is for consensus blocks 6 years ago
Ayrat Badykov 5c1fca9ac9
fix sigil formatting 6 years ago
Ayrat Badykov 9f45c14ef7
fix CR issues 6 years ago
Ayrat Badykov 60a36a4739
return polling to realtime fetcher 6 years ago
Luke Imhoff 5524a49725 Don't fetch internal transactions for simple token transfers 6 years ago
Luke Imhoff ee76f6ee18 Fix assert in test 6 years ago
Luke Imhoff 1c915bdb3a conflict_target and on_conflict for Block Rewards importer 6 years ago
Luke Imhoff d25ffd2fcd Failing regression test for #1297 6 years ago
Luke Imhoff a571a4edb3 Don't fetch or import internal transactions for value transfers 6 years ago
Luke Imhoff 6165f6757f Move uniquifiation of address current token balances out of runner 6 years ago
Gustavo Santos Ferreira 0b3e7f987d genserver to find blocks without rewards and send them to the importer module 6 years ago
Gustavo Santos Ferreira 3a6751c3cc importer module to import batches of block rewards 6 years ago
Luke Imhoff 81179f9459 Use :timer functions to make timeout values clearer 6 years ago
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