Commit Graph

  • 5a2fabf14f Merge branch 'release/v2021.07.05-2-otterscan' Willian Mitsuda 2021-08-05 00:02:30 -0300
  • 9530124224 Fix gas unit legend Willian Mitsuda 2021-08-04 23:36:03 -0300
  • 79f4cff8a1 Merge branch 'feature/gas-chart' into develop Willian Mitsuda 2021-08-04 16:07:58 -0300
  • de8087cfca Add some opacity to gas limit dataset to minimize overlap blindness with base fee dataset Willian Mitsuda 2021-08-04 16:07:45 -0300
  • d6fed2fa4b Add chart toggle button Willian Mitsuda 2021-08-04 16:05:22 -0300
  • f9e3f71115 Gas used/target chart; chart ui improvements Willian Mitsuda 2021-08-04 04:49:00 -0300
  • 03b1fb0efb Merge branch 'feature/chart-tweaks' into develop Willian Mitsuda 2021-08-04 03:46:47 -0300
  • fc5dc095c8 Add blip animation to basefee delta Willian Mitsuda 2021-08-04 02:09:08 -0300
  • 06ee275938 Add alpha channel to burn background; tweak colors Willian Mitsuda 2021-08-03 23:58:59 -0300
  • 031d09c32d Merge branch 'feature/chart-improvements' into develop Willian Mitsuda 2021-08-03 23:32:48 -0300
  • b5e16dd410 Add base fee to the chart Willian Mitsuda 2021-08-03 23:32:36 -0300
  • e7bbf5dce5 Extract chart settings Willian Mitsuda 2021-08-03 22:49:42 -0300
  • e05d6afea8 Add licensing clarification Willian Mitsuda 2021-08-03 22:30:40 -0300
  • 46c2762e76
    Bump @fortawesome/react-fontawesome from 0.1.14 to 0.1.15 (#40) dependabot[bot] 2021-08-03 22:08:36 +0000
  • a2d9fcb035 Merge branch 'feature/refactor-rpc' into develop Willian Mitsuda 2021-08-03 19:07:22 -0300
  • 5293e7eb0a Revert to using http; need to fix ws:// connection lost issues first Willian Mitsuda 2021-08-03 15:23:01 -0300
  • a23bdd9f42
    Merge pull request #39 from MysticRyuujin/patch-1 Willian Mitsuda 2021-08-03 15:04:26 -0300
  • d7621eec59 Add server side pagination support Willian Mitsuda 2021-08-03 01:34:14 -0300
  • a6b1551756 Use total info from node Willian Mitsuda 2021-08-03 00:45:07 -0300
  • 2ffb7c7ff9
    Add explicit checkout of tags to README Chase Wright 2021-08-02 21:13:21 -0500
  • e03e27c71b Use first iteration of ots_getBlockTransactions Willian Mitsuda 2021-08-02 23:07:27 -0300
  • 795d054a38 Fix flickering when there is no internal ops inside tx Willian Mitsuda 2021-08-02 17:16:34 -0300
  • 46bc4a7a11 Make use of ots_getBlockDetails on tx details to save traffic when calculating block tx count (because of tx idx position) Willian Mitsuda 2021-08-02 17:06:53 -0300
  • 3cbc0b0d3c Make use of the new ots_getBlockDetails API Willian Mitsuda 2021-08-02 15:43:37 -0300
  • 610be8191e Fix typo Willian Mitsuda 2021-08-02 01:53:08 -0300
  • b2a54831d1 Extract custom hook Willian Mitsuda 2021-08-01 23:53:36 -0300
  • 2358f346dc Simplify code Willian Mitsuda 2021-08-01 23:48:06 -0300
  • 1dfafb2966 Simplify search Willian Mitsuda 2021-08-01 23:22:55 -0300
  • 32ea63a3d0 Generalize parameter Willian Mitsuda 2021-08-01 23:10:32 -0300
  • ad29cbdc5d Merge branch 'feature/tx-data-improvements' into develop Willian Mitsuda 2021-08-01 19:18:32 -0300
  • 44e529388c Reorder fields, improve wording Willian Mitsuda 2021-08-01 19:11:47 -0300
  • 669e4a9c5c Collapse nonce field into from Willian Mitsuda 2021-08-01 19:01:58 -0300
  • 62b22496cb Collapse block and position fields Willian Mitsuda 2021-08-01 08:40:43 -0300
  • 11089be171 Add percentage position component Willian Mitsuda 2021-08-01 08:25:33 -0300
  • e78447f4b6 Extract and apply relative position component Willian Mitsuda 2021-08-01 07:41:19 -0300
  • 07e496f476 Add block total tx count info Willian Mitsuda 2021-08-01 07:04:58 -0300
  • 5b5791236f Extract custom hook Willian Mitsuda 2021-08-01 06:59:59 -0300
  • 4fcf0cb513 Use websockets by default for communicating with erigon Willian Mitsuda 2021-08-01 03:17:13 -0300
  • 7600605103 Add support for ws communication with erigon Willian Mitsuda 2021-08-01 03:16:11 -0300
  • b24e3d35d4 Revert ethers to 5.4.1; something is breaking on 5.4.2 Willian Mitsuda 2021-07-31 04:30:59 -0300
  • a66f98177d
    Bump ethers from 5.4.1 to 5.4.3 (#37) dependabot[bot] 2021-07-30 23:24:23 +0000
  • b4ea13255c
    Bump @types/react from 17.0.14 to 17.0.15 (#35) dependabot[bot] 2021-07-30 23:23:54 +0000
  • f004b0a833 Merge tag 'v2021.07.05-otterscan' into develop Willian Mitsuda 2021-07-30 19:38:10 -0300
  • 1e7c71284d Merge branch 'release/v2021.07.05-otterscan' Willian Mitsuda 2021-07-30 19:37:53 -0300
  • 01a2af1d7b Merge branch 'feature/ui-tweaks' into develop Willian Mitsuda 2021-07-30 18:33:54 -0300
  • 2a113a2e01 Fix typo Willian Mitsuda 2021-07-30 18:33:45 -0300
  • 5e657bec58 Wording fixes Willian Mitsuda 2021-07-30 18:02:11 -0300
  • 3f477b84ec Change distribution method Willian Mitsuda 2021-07-30 05:37:25 -0300
  • dc07704721 Merge branch 'feature/special-london' into develop Willian Mitsuda 2021-07-30 05:33:28 -0300
  • 114749704a Add title to london special dashboard Willian Mitsuda 2021-07-30 05:33:02 -0300
  • a738ad2ae3 Better formatting Willian Mitsuda 2021-07-30 05:18:28 -0300
  • 1be4d2b078 Merge branch 'feature/burn-chart' into feature/special-london Willian Mitsuda 2021-07-30 05:06:39 -0300
  • ba2bfb12ee Preload prev blocks on page reload Willian Mitsuda 2021-07-30 05:05:31 -0300
  • 81a2771f38 Small refactorings Willian Mitsuda 2021-07-30 04:55:21 -0300
  • 15cbd39445 Small fixes Willian Mitsuda 2021-07-30 04:46:39 -0300
  • ba91e640fe Renames Willian Mitsuda 2021-07-30 04:42:39 -0300
  • 7e73f12c75 Move refactoring Willian Mitsuda 2021-07-30 04:41:29 -0300
  • 1a21ef5e5a First pass at burnt chart Willian Mitsuda 2021-07-30 03:26:24 -0300
  • cfaee9ccf2 Add dynamic refresh of age column Willian Mitsuda 2021-07-29 23:46:59 -0300
  • a30498cf1d Adjust margin Willian Mitsuda 2021-07-29 23:38:58 -0300
  • 5bab1f383b Display age column Willian Mitsuda 2021-07-29 23:32:29 -0300
  • 94faa79ede Fix type 2 gas column display raising exceptions Willian Mitsuda 2021-07-29 23:31:28 -0300
  • aac878180a Hover highlight Willian Mitsuda 2021-07-29 23:07:50 -0300
  • 16d22d5f73 Column reorder; add column icons Willian Mitsuda 2021-07-29 23:05:23 -0300
  • 894b1370f1 Fix bottom margin overlapping Willian Mitsuda 2021-07-29 22:56:06 -0300
  • 3b6992bb6d Add block enter/leave animation Willian Mitsuda 2021-07-29 15:53:52 -0300
  • aba239bf8c First iteration at showing incoming blocks Willian Mitsuda 2021-07-29 15:09:28 -0300
  • 97e46108cc Set london hardfork block numbers per network id Willian Mitsuda 2021-07-29 03:05:05 -0300
  • 49315ec7e7 London countdown Willian Mitsuda 2021-07-29 01:24:39 -0300
  • 65dd8b5e4b Merge branch 'feature/london' into develop Willian Mitsuda 2021-07-28 23:41:12 -0300
  • 247ea475c8 Highlight burnt fees per block Willian Mitsuda 2021-07-28 21:59:21 -0300
  • 71f8e5ad3b Reorder fields Willian Mitsuda 2021-07-28 21:54:21 -0300
  • 1e34e7fc8d New gauge style Willian Mitsuda 2021-07-28 21:28:02 -0300
  • c7b36152a8 Burnt fees new layout Willian Mitsuda 2021-07-28 19:16:02 -0300
  • 7ea23b02ed Fix textarea alignment Willian Mitsuda 2021-07-28 19:00:50 -0300
  • f0e96990ef Add burnt/miner fee split info Willian Mitsuda 2021-07-28 18:44:50 -0300
  • 8cacd01f42 Enable rich info on InfoRow component title; add EIP hyperlink to tx type Willian Mitsuda 2021-07-28 16:36:34 -0300
  • 873541ec64 Add hyperlinks to EIP tx types Willian Mitsuda 2021-07-28 16:27:06 -0300
  • eaa018e207 Reorder fields Willian Mitsuda 2021-07-28 16:09:40 -0300
  • 9484ed59e2 Add block base fee info to tx details page Willian Mitsuda 2021-07-28 14:49:40 -0300
  • 31287796f0 Remove unnecessary field Willian Mitsuda 2021-07-28 04:53:55 -0300
  • e214117f47 Extract PercentageBar component; apply percentage bar to tx gas usage Willian Mitsuda 2021-07-28 04:40:38 -0300
  • e354973a63 Squash tx gas used/limit info Willian Mitsuda 2021-07-28 04:29:36 -0300
  • d893eb8545 Reorder difficult/total difficult fields Willian Mitsuda 2021-07-28 04:27:08 -0300
  • 91dd933aa2 Squash block gas used/limit info; add percentage bar Willian Mitsuda 2021-07-28 04:24:48 -0300
  • e967abf61e Add max fee per gas/max priority fee per gas Willian Mitsuda 2021-07-26 20:47:25 -0300
  • bc8bf0cf93 Add burned fees info; subtract from fees received by miner Willian Mitsuda 2021-07-26 20:46:11 -0300
  • 2ae3429d51 Extract custom hook Willian Mitsuda 2021-07-26 19:59:07 -0300
  • b1e30b2d93 Merge branch 'feature/remove-testnet-locks' into develop Willian Mitsuda 2021-07-25 18:46:17 -0300
  • fddfbfc29b Display warning header when not on mainnet Willian Mitsuda 2021-07-24 05:46:48 -0300
  • 26f66cb4fb Add different highlight color on testnets Willian Mitsuda 2021-07-24 05:33:13 -0300
  • 76182a4efe Remove safeguards and fix small bugs to allow running otterscan against testnets; testing on goerli Willian Mitsuda 2021-07-24 00:21:15 -0300
  • fd96c4e854 Merge branch 'feature/improve-block-navigation' into develop Willian Mitsuda 2021-07-23 19:50:38 -0300
  • 30597fc4ba Move refactoring Willian Mitsuda 2021-07-23 19:48:34 -0300
  • 6c763b4817 Extract and apply block navigation to block txs page Willian Mitsuda 2021-07-23 19:46:21 -0300
  • e6083e5cd5 Move nav bar up Willian Mitsuda 2021-07-23 19:20:49 -0300
  • 50d63efbce Update tailwindcss version to 2.2.6 Willian Mitsuda 2021-07-23 01:35:18 -0300
  • 1eec2ff85b Merge branch 'feature/ui-fixes' into develop Willian Mitsuda 2021-07-23 01:31:12 -0300
  • aa98aea9f9 Fix singular "Confirmation" Willian Mitsuda 2021-07-23 01:28:44 -0300
  • 8d04e5e6ab Fix right margin Willian Mitsuda 2021-07-23 01:23:32 -0300