Commit Graph

1221 Commits (5c8a4e736e069e8298c92501651ce72be0631b02)

Author SHA1 Message Date
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
Igor Florian c9de1a2956 Run formatter in Explorer.Chain 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 4404fa8590 Consolidate `Application.get_env(:explorer, :coin)` calls 7 years ago
Tim Mecklem bd35a7c2d8 Use redirect pattern for transaction->internal transaction list 7 years ago
jimmay5469 2e9b824731 Alphabetize preloads 7 years ago
Tim Mecklem 1ba15e141a Fix assertion 7 years ago
jimmay5469 2f3f2ad85b Remove coming soon block on homepage for now 7 years ago
jimmay5469 95b4594ad8 Address link helper 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
Alex Garibay aa8dfff5fc
Use configuration to conditionally start processes (#178) 7 years ago
Luke Imhoff 455adaddca Use same code for decode Explorer.Chain.Hash and Explorer.Chain.Code 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 659d92fc98 Add missing backticks around :direction option name 7 years ago
Luke Imhoff 8758b5d1d7 Don't ecto.drop before test as it breaks `mix test` in root directory. 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
Luke Imhoff 5fee144300 Use Explorer.Indexer.Supervisor directly 7 years ago
Luke Imhoff fbfd510004 Remove phoenix_pubsub_redis 7 years ago
Luke Imhoff 950e42d4d8 Consistently use child_spec 7 years ago
Luke Imhoff 8e09990248 Indent Markdown lists 1 space for stand-alone lists 7 years ago
Luke Imhoff 840c64abca Short summart for Explorer.Chain.Receipt.Status moduledoc. 7 years ago
Luke Imhoff 053c317af1 Test against binary, not iodata in doctests 7 years ago
Chris McCord 31eb7ead89 Use monitored, supervised task for improved isolation 7 years ago