Commit Graph

505 Commits (155c6dc34322910a892256a766dd7d1afd7f35ff)

Author SHA1 Message Date
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
katibest 47863044af Introduce theme for POA 7 years ago
Luke Imhoff 0207ad8d66 Fix flaky tests 7 years ago
Luke Imhoff 6749e15cb8 Transaction v as integer 7 years ago
Luke Imhoff 3f7a737238 standard_v is a smallint (2 bytes) that must be between 0 and 3 7 years ago
Luke Imhoff 9e24b3b0d3 Convert transactions r and s to decimal 7 years ago
Luke Imhoff a96f05d065 Store variable-length DATA as Explorer.Chain.Data 7 years ago
Tim Mecklem d4a4efcbf0 Add transaction count to address page 7 years ago
Luke Imhoff 11bcecad96 Explorer.JSONRPC -> EthereumJSONRPC 7 years ago
Luke Imhoff 71793e6251 Fix dialyzer warnings 7 years ago
Luke Imhoff 7978c42e90 Compact aliases together 7 years ago
Chris McCord 31eb7ead89 Use monitored, supervised task for improved isolation 7 years ago
Tim Mecklem 36d0fa2360 Use lookup instead of filtering the list to get a symbol’s exchange rate 7 years ago
katibest c5fa6795ec Handle nil values in exchange rate token 7 years ago
Tim Mecklem f7d67b7a86 Change `Market.fetch_exchange_rate/1` and supporting code to be testable 7 years ago