Willian Mitsuda
c99ccccf64
Fix typo
2021-08-05 10:51:31 -03:00
Willian Mitsuda
4207465176
Merge tag 'v2021.07.05-3-otterscan' into develop
...
Hotfix release v2021.07.05-3-otterscan
2021-08-05 10:02:48 -03:00
Willian Mitsuda
63a80995b5
Merge branch 'release/v2021.07.05-3-otterscan'
2021-08-05 10:02:26 -03:00
Willian Mitsuda
7ccb47d989
Quick hack fixes for london mainnet
2021-08-05 10:01:05 -03:00
Willian Mitsuda
f911482726
Merge tag 'v2021.07.05-2-otterscan' into develop
...
Release v2021.07.05-2-otterscan
2021-08-05 00:02:44 -03:00
Willian Mitsuda
5a2fabf14f
Merge branch 'release/v2021.07.05-2-otterscan'
2021-08-05 00:02:30 -03:00
Willian Mitsuda
9530124224
Fix gas unit legend
2021-08-04 23:36:03 -03:00
Willian Mitsuda
79f4cff8a1
Merge branch 'feature/gas-chart' into develop
2021-08-04 16:07:58 -03:00
Willian Mitsuda
de8087cfca
Add some opacity to gas limit dataset to minimize overlap blindness with base fee dataset
2021-08-04 16:07:45 -03:00
Willian Mitsuda
d6fed2fa4b
Add chart toggle button
2021-08-04 16:05:22 -03:00
Willian Mitsuda
f9e3f71115
Gas used/target chart; chart ui improvements
2021-08-04 04:49:00 -03:00
Willian Mitsuda
03b1fb0efb
Merge branch 'feature/chart-tweaks' into develop
2021-08-04 03:46:47 -03:00
Willian Mitsuda
fc5dc095c8
Add blip animation to basefee delta
2021-08-04 02:09:08 -03:00
Willian Mitsuda
06ee275938
Add alpha channel to burn background; tweak colors
2021-08-03 23:58:59 -03:00
Willian Mitsuda
031d09c32d
Merge branch 'feature/chart-improvements' into develop
2021-08-03 23:32:48 -03:00
Willian Mitsuda
b5e16dd410
Add base fee to the chart
2021-08-03 23:32:36 -03:00
Willian Mitsuda
e7bbf5dce5
Extract chart settings
2021-08-03 22:49:42 -03:00
Willian Mitsuda
e05d6afea8
Add licensing clarification
2021-08-03 22:30:40 -03:00
dependabot[bot]
46c2762e76
Bump @fortawesome/react-fontawesome from 0.1.14 to 0.1.15 ( #40 )
2021-08-03 22:08:36 +00:00
Willian Mitsuda
a2d9fcb035
Merge branch 'feature/refactor-rpc' into develop
2021-08-03 19:07:22 -03:00
Willian Mitsuda
5293e7eb0a
Revert to using http; need to fix ws:// connection lost issues first
2021-08-03 15:23:01 -03:00
Willian Mitsuda
a23bdd9f42
Merge pull request #39 from MysticRyuujin/patch-1
...
Add explicit checkout of tags to README
2021-08-03 15:04:26 -03:00
Willian Mitsuda
d7621eec59
Add server side pagination support
2021-08-03 01:34:14 -03:00
Willian Mitsuda
a6b1551756
Use total info from node
2021-08-03 00:45:07 -03:00
Chase Wright
2ffb7c7ff9
Add explicit checkout of tags to README
...
For some reason the instructions did NOT work for me, the only way I was able to get the tags to be able to check them out was to run `git fetch otterscan --tags` so I suggest that it be added here 🤷
2021-08-02 21:13:21 -05:00
Willian Mitsuda
e03e27c71b
Use first iteration of ots_getBlockTransactions
2021-08-02 23:07:27 -03:00
Willian Mitsuda
795d054a38
Fix flickering when there is no internal ops inside tx
2021-08-02 17:16:34 -03:00
Willian Mitsuda
46bc4a7a11
Make use of ots_getBlockDetails on tx details to save traffic when calculating block tx count (because of tx idx position)
2021-08-02 17:06:53 -03:00
Willian Mitsuda
3cbc0b0d3c
Make use of the new ots_getBlockDetails API
2021-08-02 15:43:37 -03:00
Willian Mitsuda
610be8191e
Fix typo
2021-08-02 01:53:08 -03:00
Willian Mitsuda
b2a54831d1
Extract custom hook
2021-08-01 23:53:36 -03:00
Willian Mitsuda
2358f346dc
Simplify code
2021-08-01 23:48:06 -03:00
Willian Mitsuda
1dfafb2966
Simplify search
2021-08-01 23:22:55 -03:00
Willian Mitsuda
32ea63a3d0
Generalize parameter
2021-08-01 23:10:32 -03:00
Willian Mitsuda
ad29cbdc5d
Merge branch 'feature/tx-data-improvements' into develop
2021-08-01 19:18:32 -03:00
Willian Mitsuda
44e529388c
Reorder fields, improve wording
2021-08-01 19:11:47 -03:00
Willian Mitsuda
669e4a9c5c
Collapse nonce field into from
2021-08-01 19:01:58 -03:00
Willian Mitsuda
62b22496cb
Collapse block and position fields
2021-08-01 08:40:43 -03:00
Willian Mitsuda
11089be171
Add percentage position component
2021-08-01 08:25:33 -03:00
Willian Mitsuda
e78447f4b6
Extract and apply relative position component
2021-08-01 07:41:19 -03:00
Willian Mitsuda
07e496f476
Add block total tx count info
2021-08-01 07:04:58 -03:00
Willian Mitsuda
5b5791236f
Extract custom hook
2021-08-01 06:59:59 -03:00
Willian Mitsuda
4fcf0cb513
Use websockets by default for communicating with erigon
2021-08-01 03:17:13 -03:00
Willian Mitsuda
7600605103
Add support for ws communication with erigon
2021-08-01 03:16:11 -03:00
Willian Mitsuda
b24e3d35d4
Revert ethers to 5.4.1; something is breaking on 5.4.2
2021-07-31 04:30:59 -03:00
dependabot[bot]
a66f98177d
Bump ethers from 5.4.1 to 5.4.3 ( #37 )
2021-07-30 23:24:23 +00:00
dependabot[bot]
b4ea13255c
Bump @types/react from 17.0.14 to 17.0.15 ( #35 )
2021-07-30 23:23:54 +00:00
Willian Mitsuda
f004b0a833
Merge tag 'v2021.07.05-otterscan' into develop
...
Release v2021.07.05-otterscan
2021-07-30 19:38:10 -03:00
Willian Mitsuda
1e7c71284d
Merge branch 'release/v2021.07.05-otterscan'
2021-07-30 19:37:53 -03:00
Willian Mitsuda
01a2af1d7b
Merge branch 'feature/ui-tweaks' into develop
2021-07-30 18:33:54 -03:00