Commit Graph

341 Commits (b5844f413b15868a717fde51b73751a3c56a7ca8)

Author SHA1 Message Date
Stamates 8d78e906fd Fix tests to use new factory setups (not associating based on hash) 7 years ago
Stamates d844e2d537 Consolidate next_page_params function 7 years ago
Stamates 14edd31b9d Change to last seen paging and hide paging button on last page for 7 years ago
Stamates 7dca4c343b Change to last seen paging and hide paging button on last page for 7 years ago
Stamates 8a939f7a3a Change to last seen paging and hide paging button on last page for block list 7 years ago
Stamates ef6a478741 Change to last seen paging and hide paging button on last page for block_transactions 7 years ago
jimmay5469 e23f25c50e Change to last seen paging method for address internal transaction 7 years ago
Stamates c807fa539a Change to last seen paging method for address transactions 7 years ago
Luke Imhoff 0680973e64 fetched_balance_block_number instead of fetched_balance_at 7 years ago
Alex Garibay 7f48ddb0d1
Add API for getting total/circulating supply values (#252) 7 years ago
Alex Garibay c39154e6eb
Add user accounts (#176) 7 years ago
Luke Imhoff 63d509f93c Increase receive timeout for BufferedTask crash retry 7 years ago
Luke Imhoff 554f4c6f92 Log chunk and options when insert_all fails 7 years ago
Amanda Sposito cb438adae4 Fix Address contract_code in InternalTransactionFetcher 7 years ago
Stamates 43d0a62118 Load contract creation address link on transactions index 7 years ago
katibest 4a4ef716a0 Refactor query for better performance 7 years ago
Amanda Sposito 57f6b4d6d1 Add check mark in tab when smart contract is verified 7 years ago
Amanda Sposito a9f3e2b0d1 Add verification link to unverified smart contracts and check to verified ones 7 years ago
Amanda Sposito fd168a542e Add smart contract verification using the solidity cli to process code 7 years ago
Amanda Sposito f51287c00a Add solidity command line compiler to smart contracts 7 years ago
Amanda Sposito b3d6964650 Add page to verify contract 7 years ago
Luke Imhoff d3ea7c251a Fetch pending transactions 7 years ago
Luke Imhoff a0befb0b86 Exclude pending transactions for unfetched internal transactions 7 years ago
Luke Imhoff ef2b2bb745 Explorer.Indexer.BlockFetcher.AddressExtraction -> Explorer.Indexer.AddressExtraction 7 years ago
Luke Imhoff 308c899379 Index from latest to genesis 7 years ago
Tim Mecklem 563273b2b1 Use block_number and index for stable transaction paging 7 years ago
Luke Imhoff 45662bb965 Expand types and docs for BufferedTask 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 f9c026202d Fold receipts into transactions 7 years ago
Luke Imhoff b7aadf26e2 Benchmark 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
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 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 671be293b4 Rename AddressFetcher for AddressBalanceFetcher 7 years ago
Igor Florian e86535b3f1 Extract Addresses data from Explorer.Indexer.BlockFetcher 7 years ago
Tim Mecklem 35c4aed09e Make index a required argument for internal transaction factory 7 years ago
Luke Imhoff e1734c820f Remove credits and debits 7 years ago
Tim Mecklem 1ba15e141a Fix assertion 7 years ago