Commit Graph

187 Commits (eb50f05ce31aa85185432f7b8b551a12887fa1c1)

Author SHA1 Message Date
Luke Imhoff 58782ea3af :adddresses -> ::addresses 7 years ago
Luke Imhoff f27b162b30 params_options should accept a [map], not a map 7 years ago
Luke Imhoff d3ea7c251a Fetch pending transactions 7 years ago
Luke Imhoff e520b5d5bd :transactions :on_conflict required option for import_blocks 7 years ago
Luke Imhoff 18d6488c08 Check for required timestamps option as soon as possible 7 years ago
Luke Imhoff a0befb0b86 Exclude pending transactions for unfetched internal transactions 7 years ago
Luke Imhoff 5d62977973 Extract Indexer.start_monitor 7 years ago
Luke Imhoff 1c65a217e6 Document AddressExtraction.extract_addresses 7 years ago
Luke Imhoff ef2b2bb745 Explorer.Indexer.BlockFetcher.AddressExtraction -> Explorer.Indexer.AddressExtraction 7 years ago
Stamates cda5fb2afd Remove unused nil function head and spelling correction on 422 error 7 years ago
Tim Mecklem f96ea1093c Fix typespecs, handle default keyword list options cleanly, check inputs 7 years ago
Luke Imhoff 308c899379 Index from latest to genesis 7 years ago
Luke Imhoff 805afcd536 Start realtime index immediately from latest block on boot. 7 years ago
Tim Mecklem 563273b2b1 Use block_number and index for stable transaction paging 7 years ago
Tim Mecklem ef92e47c6b Remove unnecessary joins to blocks table 7 years ago
Tim Mecklem cfc74508cb Update sobelow dependency with fix for `send_download` check 7 years ago
Luke Imhoff dc8be8673b Use :utc_datetime and DateTime for timestamps 7 years ago
Luke Imhoff d5cc417156 Document reducers in Explorer.Chain 7 years ago
Luke Imhoff 45662bb965 Expand types and docs for BufferedTask 7 years ago
Luke Imhoff 18b9b2bba7 Fix typo 7 years ago
Luke Imhoff acede36faf Harmonize options for import functions 7 years ago
Luke Imhoff de0aeb33eb Duplicate BufferedTask callback docs from moduledocs to callback docs 7 years ago
Luke Imhoff 83bfd1accb Add blanklines to separate directives from each other and docs 7 years ago
Luke Imhoff 8bfcaa8098 Add ex_unit as PLT app for ExUnit.Callbacks.start_supervised! 7 years ago
Luke Imhoff e206644576 Don't pattern match on opaque :queue.queue 7 years ago
Luke Imhoff 2364b3ba0e type of Timex.Ecto.DateTime is DateTime.t 7 years ago
Luke Imhoff 73c9bd35da Don't pattern match on opaque %Multi{} 7 years ago
Luke Imhoff a9944fb82d Fix tests broken by rebase 7 years ago
Chris McCord 8d5f799548 typos 7 years ago
Chris McCord 95a380f7bb Update tests for new task buffer behavior 7 years ago
Chris McCord 6b12526060 Optimize buffered task chunking 7 years ago
Chris McCord c5037a089c Move debug indexer logs out of state 7 years ago
Chris McCord 5120614c4e Implement retries 7 years ago
Chris McCord 3d0d5d956d Rework buffer chunking 7 years ago
Chris McCord e813045564 Add initial BufferedTask behaviour 7 years ago
Luke Imhoff beea8f5a60 Denormalize blocks.number into transasctions.block_number 7 years ago
Luke Imhoff b8dfa6720c transactions.index index 7 years ago
Luke Imhoff f9c026202d Fold receipts into transactions 7 years ago
Luke Imhoff b7aadf26e2 Benchmark 7 years ago
Tim Mecklem 2ff420a097 Move internal transaction type comparison out of fragment 7 years ago
Alex Garibay 5bdea742f0
Add API to calculate a block reward for a block (#223) 7 years ago
Tim Mecklem c3a7705d47 Update test to specify create type internal transactions 7 years ago
jimmay5469 e94c4701eb Only hide call type internal transactions 7 years ago
Tim Mecklem 7932eeb2fc Add `call` type to `internal_transaction_factory` 7 years ago
Tim Mecklem 64f6e921c6 Move call type into fragment 7 years ago
Tim Mecklem 9844ca27ad Always show internal transactions of type `create` 7 years ago
Igor Florian 486d3d466d Fix typo 7 years ago
Igor Florian 6c73a68015 Show Contract code in the Address page 7 years ago
Igor Florian 1306f6b30f Store the Contract code in the Address 7 years ago
Igor Florian e55c98bb70 Fetch Address from Explorer.Indexer.BlockFetcher 7 years ago