Commit Graph

200 Commits (9f2b6d95f1ca6436676f052fadc771a216580310)

Author SHA1 Message Date
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
Tim Mecklem 36e33e000b Add test for `fetch_exchange_rate` 7 years ago
jimmay5469 a07e673c43 Fetch market history data for homepage 7 years ago
Luke Imhoff 8f35e93c0d BlockFetcher.start_link genesis test 7 years ago
Luke Imhoff e0a34d8fbd Use block 37 to test that all schemas can be imported 7 years ago
Luke Imhoff f8a06d27a8 Test BlockFetcher.import_range 7 years ago
Luke Imhoff 60a2668641 Remove 60_000 Ecto.Repo timeout from config 7 years ago
Luke Imhoff 88652b7d84 Sort inserts consistently to avoid deadlocks 7 years ago
Luke Imhoff 87cf56603f Separate out tasks in block_fetcher 7 years ago
Luke Imhoff 9cb8ee7e92 Happy-path tests for Explorer.Indexer.AddressFetcher 7 years ago
Luke Imhoff a868961e8a Cover Explorer.JSONRPC.Parity 7 years ago
Luke Imhoff dfe6af7ddf Test happy-path Explorer.Indexer.BlockImporter 7 years ago
Luke Imhoff 016e91c768 Test happy-path Explorer.JSONRPC.Receipts.fetch/1 7 years ago
Luke Imhoff 92989beffe Cover pure Explorer.JSONRPC.Receipt(s) 7 years ago
Luke Imhoff eacef49b62 Cover Explorer.JSONRPC.Transaction(s) 7 years ago
Luke Imhoff dd7d3277ad Move ExplorerWeb-only factory helpers to ExplorerWeb.Factory 7 years ago
Luke Imhoff 7473f8bfe8 Cover Explorer.Chain.Statistics.Server 7 years ago
Luke Imhoff a54dba29f5 Cover Explorer.Chain.Address and impls 7 years ago
Luke Imhoff cb69fae46e Cover Explorer.Chain.Transaction 7 years ago
Luke Imhoff 45c32667a2 Remove (sub)section comments 7 years ago
Alex Garibay 025bec4226
Add Wei Ecto type (#145) 7 years ago
Alex Garibay bf45faa513
Add Historical Data (#157) 7 years ago