Commit Graph

765 Commits

Author SHA1 Message Date
Willian Mitsuda 41be42d1ce Save 1 array construction 2021-10-30 22:14:37 -03:00
Willian Mitsuda 3211befaea Remove redundant React.memo 2021-10-30 22:14:16 -03:00
Willian Mitsuda 4c59cd188f Remove redundant React.memo 2021-10-30 22:05:26 -03:00
Willian Mitsuda 119cb67b00 Remove unnecessary nested span 2021-10-30 22:00:03 -03:00
Willian Mitsuda 8341c274f6 Remove unnecessary React.memo 2021-10-30 21:56:32 -03:00
Willian Mitsuda 7708fa75e5 Remove unnecessary nested span 2021-10-30 21:54:05 -03:00
Willian Mitsuda b770bb5fb5 Migrate search results to page collector name hooks 2021-10-30 21:49:23 -03:00
Willian Mitsuda a0675c6377 Use ResolvedAddresses table instead of pre-resolved name parameter 2021-10-30 21:31:31 -03:00
Willian Mitsuda 9da41d0a2e Typo fix 2021-10-30 21:14:11 -03:00
Willian Mitsuda 60ead1ba49 Rename type 2021-10-30 21:10:15 -03:00
Willian Mitsuda b8eea08f4d Move type 2021-10-30 21:08:10 -03:00
Willian Mitsuda 19f7af84a5 Extract resolver api 2021-10-30 21:06:11 -03:00
Willian Mitsuda 6fefb2e7f9 Update topic0 to 0.2.1 2021-10-30 05:04:19 -03:00
Willian Mitsuda 7b6cf499bc Merge branch 'feature/optimize-0x0fe2542079644e107cbf13690eb9c2c65963ccb79089ff96bfaf8dced2331c92' into feature/trace-tx 2021-10-29 23:34:54 -03:00
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 5229cb8c95 Disable brotli on nginx for now 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
dependabot[bot] 75612fc3cc
Bump react-chartjs-2 from 3.2.0 to 3.3.0 (#108) 2021-10-28 08:29:03 +00:00
dependabot[bot] 0edabe67a7
Bump @types/react-router-dom from 5.3.1 to 5.3.2 (#106) 2021-10-28 08:27:38 +00:00
dependabot[bot] 7f5d0dcb9f
Bump @types/react from 17.0.32 to 17.0.33 (#107) 2021-10-28 08:27:26 +00:00
dependabot[bot] bec8bf1f2c
Bump @craco/craco from 6.3.0 to 6.4.0 (#105) 2021-10-25 18:20:35 +00:00
dependabot[bot] ba6ec97a11
Bump @types/react from 17.0.31 to 17.0.32 (#103) 2021-10-25 18:18:44 +00:00
Willian Mitsuda c411900c67 Merge branch 'feature/better-abi-ui' into develop 2021-10-25 15:18:21 -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