Commit Graph

61 Commits

Author SHA1 Message Date
Willian Mitsuda 32a93e211f
Extract title into effect 2022-08-24 04:44:18 -03:00
Willian Mitsuda 66d6ccae10
Simplify syntax 2022-08-24 04:38:15 -03:00
Willian Mitsuda e3a21bd4b2
Split block confirmation data into its own hook 2022-08-24 04:34:41 -03:00
Willian Mitsuda 34f812aed0
Extract token transfers logic 2022-08-23 19:21:48 -03:00
Willian Mitsuda 18a7989a8b
Avoid rebuilding/parsing ABI the same contract objects every time 2022-08-23 19:01:30 -03:00
Willian Mitsuda 9683edf050
Convert token metadata logic into SWR fetcher 2022-08-23 17:29:54 -03:00
Willian Mitsuda 21a549b3e1
Push down flashbots checking logic 2022-08-23 16:11:02 -03:00
Willian Mitsuda c365bde784
WIP: convert block/txs reading in SWR; simplify code 2022-08-23 15:17:53 -03:00
Willian Mitsuda 812539674e
Remove hacky prefetcher 2022-08-22 17:56:10 -03:00
Willian Mitsuda d316f30f50
Use useHasCode hook instead 2022-08-16 00:46:05 -03:00
Willian Mitsuda e86133d6d7
Remove unused comments 2022-08-16 00:46:05 -03:00
Willian Mitsuda 2237ddee8c Assume immutable by default 2022-03-05 21:08:55 -03:00
Willian Mitsuda 6220d230fa Add new eoa/contract legend to addresses in search results list/tx details page 2022-03-01 23:33:07 -03:00
Willian Mitsuda 7dd90ee84c Promote method name 2022-02-21 16:35:59 -03:00
Willian Mitsuda 22a0bc5888 Add current balance 2022-02-19 08:01:34 -03:00
Willian Mitsuda d00d6cba0b Add contract creator panel to address overview page 2022-02-19 07:42:36 -03:00
Willian Mitsuda 088781babb Fix negative block numbers 2022-02-18 04:11:10 -03:00
Willian Mitsuda 9ca79e838f Fix block number not found 2022-02-18 04:06:36 -03:00
Willian Mitsuda 288f6c92cd Fix search by block hash 2022-02-18 02:32:39 -03:00
Willian Mitsuda f09c49dfed Fix prefetch 2022-02-01 19:14:05 -03:00
Willian Mitsuda f138444eee Fix signalling tx not found on network error 2022-01-24 16:36:16 -03:00
Willian Mitsuda 80ef1cf820 Add initial support for address:nonce search 2022-01-22 15:02:00 -03:00
Willian Mitsuda fe673bd0f8 Small fixes 2022-01-21 15:59:27 -03:00
Willian Mitsuda 7d87345e98 Prevent passing negative nonce because of prefetch 2022-01-21 15:59:27 -03:00
Willian Mitsuda f1db3f2348 Add prefetch to nonce +-2 2022-01-21 15:59:27 -03:00
Willian Mitsuda 0d2a1a593d Add next/last nonce navigation support 2022-01-21 15:59:27 -03:00
Willian Mitsuda 47cbe36c8f First working iteration of sender/nonce navigation 2022-01-21 15:59:27 -03:00
Willian Mitsuda a934282ab0 Remove fourBytesMap usage; replace everything by swr 2021-12-18 21:13:35 -03:00
Willian Mitsuda f22199d7d5 Add basic structure for custom errors 2021-12-13 15:41:37 -03:00
Willian Mitsuda d5fa5dda36 Small refactorings; no semantic changes 2021-12-13 15:11:34 -03:00
Willian Mitsuda 0754c4f4bf Add failed tx error msg support; depends on ots_getTransactionError custom API 2021-12-12 23:32:30 -03:00
Willian Mitsuda 0439be7ac9 Fix display Sourcify verification status for created contracts on block tx results 2021-12-04 17:22:17 -03:00
Willian Mitsuda 658e530ed1 Fix tabs when search by ens name; fix contract creation on block txs results 2021-12-04 16:54:27 -03:00
Willian Mitsuda 2e04c726d7 Use new custom API to server-side check if address has code/is contract 2021-12-02 15:34:06 -03:00
Willian Mitsuda c3dfcfeee3 Add still unoptimized check for addresses with code 2021-12-02 15:21:58 -03:00
Willian Mitsuda a3626136a6 Avoid getting erc20 metadata multiple times in the same session 2021-10-28 23:39:33 -03:00
Willian Mitsuda 7b611f96e2 Fix fallback case on dedup sig function 2021-10-28 17:41:56 -03:00
Willian Mitsuda cbab64cd99 Dedup and optimize 4bytes calls for really huge traces 2021-10-28 17:21:01 -03:00
Willian Mitsuda d27df7d271 Omit missing value field 2021-10-28 05:33:41 -03:00
Willian Mitsuda e93c2953ec Add value field to call tree 2021-10-28 05:33:41 -03:00
Willian Mitsuda 1b9f26a3f0 First working prototype with call tree 2021-10-28 05:33:41 -03:00
Willian Mitsuda 5e982d3b55 Guard against errors on getting erc20 metadata 2021-09-22 15:30:54 -03:00
Willian Mitsuda 50f4abf23f Squash pending tx initial implementation 2021-09-04 03:19:42 -03:00
Willian Mitsuda 0ba7ad0cff Fixes for miner fee reward display post-london 2021-08-30 02:46:08 -03:00
Willian Mitsuda 46c229169b Use more specific import to allow ethers tree shaking 2021-08-08 19:49:45 -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
Willian Mitsuda e03e27c71b Use first iteration of ots_getBlockTransactions 2021-08-02 23:07:27 -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