Justin Starry
f90e56e6c7
Fix token instruction parsing ( #12065 )
2020-09-05 14:34:54 +08:00
Justin Starry
055ed72cd9
Add label for break solana program account ( #12047 )
2020-09-04 21:09:13 +08:00
Josh
28cf896a64
explorer: make wrapped sol available through search ( #12003 )
...
* make wrapped sol available through search
* fix formatting
* remove existing wrapped sol constant from utils/tx
2020-09-03 10:38:49 -07:00
Josh
53a900a28c
explorer: 11938 display owner in token distribution table ( #11953 )
...
* include owner on largest token distribution tab
* run format:fix
2020-09-01 09:21:47 -07:00
Justin Starry
2de7768f41
Remove cached transactions from explorer and update copy ( #11965 )
2020-09-01 12:46:19 +08:00
Justin Starry
af5084856a
Disable explorer block time fetching errors ( #11931 )
2020-08-31 17:39:26 +08:00
Justin Starry
729c4a9399
Hide token logos from holdings if unavailable ( #11912 )
2020-08-30 22:27:05 +08:00
Justin Starry
8932e4821d
Filter explorer error reports when using custom cluster ( #11911 )
2020-08-30 22:19:39 +08:00
Justin Starry
998f9725d0
Update explorer address labels ( #11910 )
2020-08-30 13:00:07 +08:00
Justin Starry
0b47cd1c67
Add token2 support to explorer ( #11905 )
2020-08-29 20:50:45 +08:00
Josh
0a8523b349
explorer: Auto-update transactions until they reach max confirmation ( #11841 )
...
* explorer: Auto-update transactions until they reach max confirmation
* convert to side effect
* proper cleanup
* minor cleanup
* pull isAutoRefresh from context, refactor, and add loading indicator / dhide refresh
* split effects into two, manage interval in one effect only
* simplify interval
* move autoRefresh up a level, use computed value
* flip conditional for readability
* accidentally factored out not found case
* add attempts bailout
* run prettier
* bailout after 5 polls of 0 confirmations
* move bailout into state, change autoRefresh prop to enum to support bailout state
* run prettier to clean up formatting
* reintroduce details not available until max confirmations message
* add error card with refresh if zero confirmation bailout
* allow retry on bailouts
2020-08-28 14:17:12 -07:00
Justin Starry
40ca3ae796
Add live transaction stats card with history chart ( #11813 )
2020-08-25 03:08:02 +08:00
Justin Starry
dc17e2983d
explorer: Fix search bar paste on mobile ( #11735 )
2020-08-20 22:01:34 +08:00
Justin Starry
2ae71b30ae
Explorer: Fix account history load more behavior ( #11689 )
2020-08-18 21:04:19 +08:00
Justin Starry
346e982e28
Dedupe token history and pretty print slots ( #11636 )
2020-08-14 23:59:39 +08:00
Justin Starry
de22f3d0e7
Explorer: Display error message on invalid signature query ( #11633 )
2020-08-14 23:00:35 +08:00
Justin Starry
279000eeb3
Explorer: Remove flatMap usage due to browser incompatibility ( #11632 )
2020-08-14 22:58:38 +08:00
Justin Starry
4773e13ef7
Explorer: add error reporting ( #11627 )
2020-08-14 17:54:21 +08:00
Justin Starry
1592597d93
Explorer: Fix stake account validation ( #11623 )
2020-08-14 10:06:37 +08:00
Justin Starry
84a4f743b8
Explorer: fix token history loading animation ( #11616 )
2020-08-13 23:49:36 +08:00
Justin Starry
6162c2d0d5
Add token registry to explorer ( #11612 )
2020-08-13 22:57:53 +08:00
Justin Starry
1277b3a8f6
Explorer: Hide token holders table when none found ( #11605 )
2020-08-13 12:59:34 +08:00
Justin Starry
9f0c20aa5d
Explorer: Update web3.js to v0.70.3 ( #11603 )
2020-08-13 12:46:37 +08:00
Justin Starry
cbccac90ce
Fix explorer mint account validator to accept null owner ( #11587 )
2020-08-13 02:06:49 +08:00
Justin Starry
5715f0b81a
Fix mint holders page when supply is zero ( #11586 )
2020-08-13 01:56:17 +08:00
Justin Starry
55b5957d49
Add token supply info to mint account page ( #11584 )
2020-08-13 01:31:21 +08:00
Justin Starry
f8221797c6
Remove not found disclaimer when full history is available ( #11583 )
2020-08-12 23:09:57 +08:00
Justin Starry
a992bb5f94
Use common provider for explorer cached data ( #11582 )
2020-08-12 22:41:04 +08:00
Justin Starry
8ddb116659
Fix owned token validation in explorer ( #11581 )
2020-08-12 20:11:38 +08:00
Michael Vines
4d918f83ff
Display transaction even if getBlockTime returns an error
2020-08-09 03:31:21 +00:00
Justin Starry
921529426d
Show token transaction history in explorer ( #11473 )
2020-08-09 00:29:42 +08:00
Justin Starry
fb822688b7
Display detailed token account info on explorer ( #11472 )
2020-08-08 23:02:01 +08:00
Justin Starry
c544116cf2
Add support for parsed stake accounts ( #11469 )
2020-08-08 21:06:24 +08:00
Justin Starry
102d15f081
Fix data fetching races in explorer ( #11468 )
2020-08-08 20:47:07 +08:00
Justin Starry
3d97b04815
Add programs and sysvars to explorer search suggestions ( #11467 )
2020-08-08 20:01:26 +08:00
Justin Starry
40656911a6
Fix owned token accumulation UI bug in explorer ( #11466 )
2020-08-08 15:34:59 +08:00
Justin Starry
c7eba80836
Organize explorer file structure ( #11464 )
2020-08-08 14:45:57 +08:00
Justin Starry
67fdf593a2
Split explorer account details page into tabs ( #11450 )
2020-08-08 00:38:20 +08:00
Justin Starry
4f2f9bd26f
Use new history API in explorer ( #11449 )
2020-08-07 22:39:22 +08:00
Justin Starry
ac9787cd1c
Display both slot and block height in explorer ( #11447 )
2020-08-07 18:15:23 +08:00
Justin Starry
e6aa3a4e07
Parse token instructions in the explorer ( #11443 )
2020-08-07 18:09:17 +08:00
Michael Vines
bbb8754b59
Remove update notice
2020-08-05 16:27:32 +00:00
Justin Starry
cad36e1b3c
Switch explorer to dark mode by default ( #11360 )
2020-08-04 22:25:50 +08:00
Justin Starry
ebe14415f6
Use more accurate epoch duration calculation in explorer ( #11359 )
2020-08-04 22:18:09 +08:00
Justin Starry
247e361d23
Make explorer table views more mobile friendly ( #11358 )
2020-08-04 20:44:16 +08:00
Michael Vines
f3e83c080a
Add mainnet-beta upgrade-in-process banner
2020-08-03 07:09:34 -07:00
Justin Starry
1fe762cc79
Disable owned token request on mainnet explorer ( #11343 )
2020-08-03 12:51:47 +08:00
Justin Starry
f401ef7996
Linkify all explorer addresses ( #11339 )
2020-08-03 01:44:47 +08:00
Michael Vines
27a8879574
Update update timeline
2020-08-02 08:57:52 -07:00
Justin Starry
433f262290
Fix explorer bugs ( #11336 )
...
* Fix race condition in explorer details fetching
* Fix SOL delta rendering bug
2020-08-02 22:29:40 +08:00