Commit Graph

102 Commits (01b5fb21209babb8dab292327969354899f35605)

Author SHA1 Message Date
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
Stamates 951732b45d Add show test for block detail page 7 years ago
Stamates 0a04a696b3 Add contact creation to block details page 7 years ago
Stamates 088347fc4f Add contract creation to address page 7 years ago
Stamates 2b6ab7ceea Add contract creation link to home page 7 years ago
Stamates 43d0a62118 Load contract creation address link on transactions index 7 years ago
Tim Mecklem 6c9772daf5 Add created_contract_address_hash to transaction detail overview 7 years ago
Amanda Sposito a9f3e2b0d1 Add verification link to unverified smart contracts and check to verified ones 7 years ago
Amanda Sposito 3ba22fdb83 Rename contract verification controller 7 years ago
Amanda Sposito fd168a542e Add smart contract verification using the solidity cli to process code 7 years ago
jimmay5469 5644e68deb Make count function names more explicit 7 years ago
Stamates 7166ce4216 Use table statistics estimate for total transaction 7 years ago
Tim Mecklem c40856d87f Show contract icon for addresses that represent a smart contract 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
Tim Mecklem 563273b2b1 Use block_number and index for stable transaction paging 7 years ago
Tim Mecklem d20af3d837 Mark to_address_hash as optional association on block->transactions page 7 years ago
Tim Mecklem 882f09abcd Inline QR Codes 7 years ago
Tim Mecklem 32f29f8cea Add transaction QR Code generator 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
Igor Florian 6c73a68015 Show Contract code in the Address page 7 years ago
jimmay5469 2f40fe1313 Reduce usage of %Scrivener.Page{} private .entries 7 years ago
jimmay5469 1dd85ad29f Add paging to transactions internal transactions 7 years ago
Tim Mecklem d83c69c004 Add better quality test coverage for formatter functions 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 180f84e266 Add coverage for `Decimal` to `USD` conversion 7 years ago
jimmay5469 0246dc45db Use custom format for ether/gwei/wei display to remove decimal commas 7 years ago
Tim Mecklem 3befa706ec Add CurrencyHelpers for non-wei currency formatting 7 years ago
Tim Mecklem 309a5bc5cb Add formatted_fee helper 7 years ago
Tim Mecklem 5306637825 Add USD conversion to transaction overview 7 years ago
Tim Mecklem bd35a7c2d8 Use redirect pattern for transaction->internal transaction list 7 years ago
Tim Mecklem 426433e83b Add exchange rate to address pages 7 years ago
jimmay5469 af2aaa9593 Revive accidentally deleted tests 7 years ago
Tim Mecklem 9a8a3a9f89 Rename test file 7 years ago
Tim Mecklem 5150cb9acb Fix remaining controller tests that were failing from frontend redesign 7 years ago
Tim Mecklem 69d5fd8901 Convert remaining feature tests to use page modules 7 years ago
Tim Mecklem 2e058cf94c Consolidate transaction viewing tests 7 years ago
Tim Mecklem 8b0389282c Move transaction browsing feature tests into separate module 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 7978c42e90 Compact aliases together 7 years ago
Tim Mecklem f7d67b7a86 Change `Market.fetch_exchange_rate/1` and supporting code to be testable 7 years ago
jimmay5469 a07e673c43 Fetch market history data for homepage 7 years ago
Luke Imhoff dd7d3277ad Move ExplorerWeb-only factory helpers to ExplorerWeb.Factory 7 years ago
Luke Imhoff d77b27dde9 Run dialyzer in test environment 7 years ago
Luke Imhoff f1848db0f6 Test both forms of 404 for controllers 7 years ago