Commit Graph

315 Commits

Author SHA1 Message Date
Willian Mitsuda 4da76ae836 Reduce the number of nested divs 2021-10-29 22:40:56 -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 3bfd38641b Correctly render fallback function signature 2021-10-28 17:39:10 -03:00
Willian Mitsuda 852ff5f726 Remove unused imports 2021-10-28 17:31:57 -03:00
Willian Mitsuda 379c695083 Retrofit new 4bytes fetcher function into legacy use4Bytes 2021-10-28 17:26:36 -03:00
Willian Mitsuda cbab64cd99 Dedup and optimize 4bytes calls for really huge traces 2021-10-28 17:21:01 -03:00
Willian Mitsuda 05953de053 Apply selection highlighter to function sigs 2021-10-28 05:33:41 -03:00
Willian Mitsuda f800f05787 Add deprecation notice 2021-10-28 05:33:41 -03:00
Willian Mitsuda 09e89c5f41 Retrofit the AddressHighlighter into the new generic SelectionHighlighter 2021-10-28 05:33:41 -03:00
Willian Mitsuda ad94813476 Remove unnecessary React.memo 2021-10-28 05:33:41 -03:00
Willian Mitsuda a0677feda7 Remove redundant React.memo 2021-10-28 05:33:41 -03:00
Willian Mitsuda 3ea9dc7643 Micro optimization for large traces 2021-10-28 05:33:41 -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 5188cd980e Add horizontal scroll to trace tree 2021-10-28 05:33:41 -03:00
Willian Mitsuda 56df620c7c Add color decoration to DELEGATECALL tracing 2021-10-28 05:33:41 -03:00
Willian Mitsuda 8992ea2336 Add 0x decoration prefix to input 2021-10-28 05:33:41 -03:00
Willian Mitsuda 277fa8f37c Different color for STATICCALL 2021-10-28 05:33:41 -03:00
Willian Mitsuda 309739e547 Add tree decoration to from address 2021-10-28 05:33:41 -03:00
Willian Mitsuda 0445ccd448 Remove depth info 2021-10-28 05:33:41 -03:00
Willian Mitsuda 48986de7f3 Add 4bytes decoding support to trace view 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 b8e081996c Replace deprecated react-helmet 2021-10-25 15:14:01 -03:00
Willian Mitsuda 0228a6b6ae Fix overflow 2021-10-25 14:49:17 -03:00
Willian Mitsuda 01818584b7 Color topic hashes/method selectors 2021-10-25 14:43:41 -03:00
Willian Mitsuda 4acc8be926 UI tweaks 2021-10-25 01:44:24 -03:00
Willian Mitsuda 02261f264a First parsed ABI UI prototype 2021-10-25 01:29:50 -03:00
Willian Mitsuda d7ba5f09fd Extract ABI parent component 2021-10-24 23:04:04 -03:00
Willian Mitsuda 5c8003a64c Preload title font 2021-10-24 05:51:05 -03:00
Willian Mitsuda c3351b8047 Fix footer@Home 2021-10-24 01:25:57 -03:00
Willian Mitsuda 2525e9ca31 Add chunk names/prefetch hint 2021-10-24 01:21:20 -03:00
Willian Mitsuda 2a78834c1d Refresh tweaks 2021-10-24 01:12:05 -03:00
Willian Mitsuda 24e05e06e9 Lazy import tabs 2021-10-24 01:04:18 -03:00
Willian Mitsuda 5e4be33121 Workaround for difficult overflow on ethers 5.5.x; using _difficult field: BigNumber; must change wen ethers 6 2021-10-22 17:51:20 -03:00
Willian Mitsuda 5533e7786e Fix typechecking after ethers 5.5.1 fix/improvement 2021-10-22 16:52:28 -03:00
Willian Mitsuda 4671197846 Remove Sourcify integration method: local snapshot 2021-10-22 15:59:45 -03:00
Willian Mitsuda e99e5c35ea Add memoization 2021-10-22 15:50:31 -03:00
Willian Mitsuda f62f41759f Fix missing bottom padding grow 2021-10-22 15:08:46 -03:00
Willian Mitsuda a6109754b4 Fix home screen flickering 2021-10-22 09:29:54 -03:00
Willian Mitsuda 1d044cee85 Using import for image 2021-10-21 18:28:38 -03:00
Willian Mitsuda 3ff4b0e65e Lazy load London dashboard 2021-10-21 04:31:37 -03:00
Willian Mitsuda a6b0201f44 Lazy load CameraScanner component 2021-10-21 04:10:49 -03:00
Willian Mitsuda 1bdae1569a Allow highlight.js tree shaking; reduced production bundle size 2021-10-20 19:23:10 -03:00
Willian Mitsuda b21c10ab0b Fix typings after react-chart-js upgrade 2021-10-20 16:10:00 -03:00
Willian Mitsuda 70649af097 Fix wrong message when cant decode input 2021-10-19 05:23:48 -03:00
Willian Mitsuda bace76e12c Fix wrong message when cant decode log 2021-10-19 05:20:14 -03:00
Willian Mitsuda 719ce4bd35 Bugfix: do not try to decode method selector on contract creation txs fix #96 2021-10-18 19:04:43 -03:00
Willian Mitsuda 22da8082d8 Lower log level 2021-10-18 17:01:32 -03:00
Willian Mitsuda d4aee16141 Fix string break 2021-10-18 17:00:04 -03:00