Willian Mitsuda
|
4b85cc8cd5
|
Parameterize components by chain native name/token symbol/decimals
|
2022-03-25 21:38:12 -03:00 |
|
Willian Mitsuda
|
f1a9a2f65d
|
Add support for eoa/contract indicator on address input decoders; generalized indicator support by pushing it down to TransactionAddress component
|
2022-03-24 15:20:54 -03:00 |
|
Willian Mitsuda
|
52a2f01342
|
Add eoa/contract legend support to token transfers section
|
2022-03-02 06:29:59 -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
|
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
|
ff0fd63ab9
|
Replace batch calls of address resolution caches and deep props down with in-place useSWR calls
|
2021-12-16 23:17:13 -03:00 |
|
Willian Mitsuda
|
28a216ff5f
|
Eliminate redundant function
|
2021-12-16 19:22:13 -03:00 |
|
Willian Mitsuda
|
da50c7b4ac
|
Add custom error decoding
|
2021-12-13 21:03:13 -03:00 |
|
Willian Mitsuda
|
f22199d7d5
|
Add basic structure for custom errors
|
2021-12-13 15:41:37 -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
|
751ef0c9af
|
Extract higher level hook
|
2021-12-02 16:19:03 -03:00 |
|
Willian Mitsuda
|
c40e653bef
|
Small refactorings
|
2021-12-02 15:42:59 -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
|
d9592fe196
|
Move file
|
2021-11-25 15:50:59 -03:00 |
|
Willian Mitsuda
|
2a72602f12
|
Merge branch 'develop' into feature/trace-tx
|
2021-11-18 16:15:25 -03:00 |
|
Willian Mitsuda
|
c9f7f46ebc
|
Add generic resolvers support to internal ops
|
2021-11-18 15:46:09 -03:00 |
|
Willian Mitsuda
|
5b203bc8d4
|
Remove unnecessary nested spans
|
2021-11-11 16:14:04 -03:00 |
|
Willian Mitsuda
|
36b5437643
|
Fix missing Sourcify decoration on token transfers
|
2021-11-11 15:51:03 -03:00 |
|
Willian Mitsuda
|
8e29326ff5
|
Remove unused attribute
|
2021-11-11 15:37:40 -03:00 |
|
Willian Mitsuda
|
56c5c420fb
|
Merge branch 'develop' into feature/trace-tx
|
2021-11-11 05:27:36 -03:00 |
|
Willian Mitsuda
|
1794fff7f3
|
Add Sourcify decoration to addresses in tx details page
|
2021-11-10 16:24:34 -03:00 |
|
Willian Mitsuda
|
eb22a227f1
|
Merge branch 'develop' into feature/trace-tx
|
2021-11-08 08:14:46 -03:00 |
|
Willian Mitsuda
|
c0f934b190
|
Remove unnecessary attributes; simplify code
|
2021-11-08 08:02:05 -03:00 |
|
Willian Mitsuda
|
25f821548e
|
Extract InputDecoder component
|
2021-11-08 07:49:30 -03:00 |
|
Willian Mitsuda
|
43f0ba0f8d
|
Remove deprecated parameters
|
2021-11-07 09:21:02 -03:00 |
|
Willian Mitsuda
|
00ecea2c54
|
Merge branch 'develop' into feature/trace-tx
|
2021-11-07 09:15:02 -03:00 |
|
Willian Mitsuda
|
b723182ad3
|
Extract utility component TransactionAddress
|
2021-11-07 08:21:56 -03:00 |
|
Willian Mitsuda
|
42b585bc40
|
Add input decoding to trace
|
2021-11-06 15:54:34 -03:00 |
|
Willian Mitsuda
|
8c46eaabb1
|
Generalize attribute type
|
2021-11-06 05:15:27 -03:00 |
|
Willian Mitsuda
|
8efe230bc8
|
Add missing resolvers support on decoded inputs and logs table
|
2021-11-03 09:14:52 -03:00 |
|
Willian Mitsuda
|
66be71f89d
|
TODO: must finish reverse token address support on internal ETH transfers section
|
2021-11-01 04:46:19 -03:00 |
|
Willian Mitsuda
|
91a888c73b
|
Migrate remaining token decoration support to the new resolver framework
|
2021-11-01 04:26:19 -03:00 |
|
Willian Mitsuda
|
7bfa479d6c
|
Retrofit name resolvers into transaction/* pages
|
2021-10-30 22:44:33 -03:00 |
|
Willian Mitsuda
|
70649af097
|
Fix wrong message when cant decode input
|
2021-10-19 05:23:48 -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
|
7b8dd7d159
|
Lower log level
|
2021-09-29 16:34:49 -03:00 |
|
Willian Mitsuda
|
ba3d721e14
|
Add devdoc params help to verified decoded input params
|
2021-09-29 16:22:35 -03:00 |
|
Willian Mitsuda
|
debc046d83
|
Remove unused attribute; custom param presence msg depending on signature with or without param names
|
2021-09-27 15:47:55 -03:00 |
|
Willian Mitsuda
|
78d3c0e1b7
|
Remove deprecated use4Bytes hook
|
2021-09-27 01:09:56 -03:00 |
|
Willian Mitsuda
|
9285d4dedf
|
Fix not known metadata scenario
|
2021-09-27 00:49:23 -03:00 |
|
Willian Mitsuda
|
1b127b84a2
|
Move into subpackage
|
2021-09-25 17:19:49 -03:00 |
|
Willian Mitsuda
|
e4fa639e69
|
Add warning for input decoded from 4bytes signatures wuthout param names
|
2021-09-25 14:45:12 -03:00 |
|
Willian Mitsuda
|
ccb33b4637
|
First working version of tx input decoding from 4bytes DB; if there is 4bytes AND sourcify info, prioritize sourcify for completeness
|
2021-09-25 06:51:50 -03:00 |
|
Willian Mitsuda
|
f662a8c72e
|
Refactor and extract common component
|
2021-09-18 17:41:00 -03:00 |
|
Willian Mitsuda
|
1ac2679fad
|
Add semantic highlight to address input/log params
|
2021-09-18 16:10:47 -03:00 |
|
Willian Mitsuda
|
4605bca7a5
|
Add missing data output
|
2021-09-18 15:40:19 -03:00 |
|
Willian Mitsuda
|
b5c69a2d3f
|
Extract ModeTaab component
|
2021-09-18 15:08:44 -03:00 |
|
Willian Mitsuda
|
706fb425f5
|
Initial styling
|
2021-09-15 15:58:37 -03:00 |
|