Commit Graph

541 Commits

Author SHA1 Message Date
Willian Mitsuda ae619a5d9e Remove webpack annotations 2022-08-05 18:54:30 -03:00
Willian Mitsuda 6bddd19d21 Remove react-scripts 2022-08-04 20:03:29 -03:00
Willian Mitsuda 2c0f576d23 Apply USD oracle to internal ETH transfers section 2022-04-11 14:56:16 -03:00
Willian Mitsuda a1edc3d632 Push down oracle info read 2022-04-11 14:34:49 -03:00
Willian Mitsuda d198a5c5b2 Only enable faucets on chains explicitly flagged as network === testnet 2022-04-11 01:04:56 -03:00
Willian Mitsuda c2e9ad7bd8 Simplify SWR code 2022-04-10 01:51:52 -03:00
Willian Mitsuda e9907f5925 Apply SWR; extract fetcher 2022-04-10 01:35:01 -03:00
Willian Mitsuda f39cc4184f First working version of token/usd oracle support; add support to token transfers section on tx details 2022-04-07 22:48:59 -03:00
Willian Mitsuda 9188c04f7d Simplify internal transfer table 2022-04-06 01:15:40 -03:00
Willian Mitsuda c804b19284 Revamp token transfer list table 2022-04-06 00:40:54 -03:00
Willian Mitsuda 6e5831af4b Supress eslint because the template is intentional 2022-04-05 22:51:34 -03:00
Willian Mitsuda 45441884e1 Add faucets support 2022-04-05 22:38:27 -03:00
Willian Mitsuda 00893de2e2 Rename and standardize Faucet prefix 2022-04-05 18:21:51 -03:00
Willian Mitsuda 5086b6f856 Use native ethereum-lists/chains json format; dont reinvent the wheel 2022-04-02 14:56:36 -03:00
Willian Mitsuda 932505fd50 Add FaucETH address for sepolia 2022-03-30 23:09:41 -03:00
Willian Mitsuda 9d78cab753 Fix default resolver not being caught for testnets 2022-03-30 23:09:03 -03:00
Willian Mitsuda 562f490e27 Handle stopped assets container when running locally 2022-03-30 22:58:25 -03:00
Willian Mitsuda 88926bd777 Parameterize chain info using ethereum-lists/chains submodule 2022-03-28 14:10:42 -03:00
Willian Mitsuda 247596e58a Remove unnecessary parameter 2022-03-25 21:40:54 -03:00
Willian Mitsuda 4b85cc8cd5 Parameterize components by chain native name/token symbol/decimals 2022-03-25 21:38:12 -03:00
Willian Mitsuda f14e8590d1 Enable eoa/contract indicator for internal contract creator 2022-03-25 20:58:53 -03:00
Willian Mitsuda 23c99ec957 Fix code indicator display flag 2022-03-25 20:58:53 -03:00
Willian Mitsuda 2d38df965d Add tornado.cash nova entry contract 2022-03-25 20:58:53 -03:00
Willian Mitsuda 3fa2add09f Add eoa/contract indicator to contract creator addr on addr page 2022-03-24 15:39:09 -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 d099bf5c9e
Merge pull request #209 from kuzdogan/patch-3
Update Sourcify Remix plug. name, activate plugin
2022-03-22 16:12:19 -03:00
Kaan Uzdoğan 193c0169c8
Update Sourcify Remix plug. name, activate plugin 2022-03-21 19:05:12 +01:00
Willian Mitsuda 2237ddee8c Assume immutable by default 2022-03-05 21:08:55 -03:00
Willian Mitsuda fe30e7e7d8 UI tweaks 2022-03-05 21:06:35 -03:00
Willian Mitsuda a49f8150da Add eoa/contract legend support to internal eth transfers 2022-03-02 06:46:43 -03:00
Willian Mitsuda 1edb7ff002 Supress address legend for mint/burn address roles 2022-03-02 06:40:50 -03:00
Willian Mitsuda ddfd0fb935 Extract component 2022-03-02 06:35:05 -03:00
Willian Mitsuda 6a4cff5883 Undo italics 2022-03-02 06:32:04 -03:00
Willian Mitsuda 52a2f01342 Add eoa/contract legend support to token transfers section 2022-03-02 06:29:59 -03:00
Willian Mitsuda 716ec73478 Add eoa/contract legend support to trace page 2022-03-01 23:51:22 -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 8f78380521 Add EOA decoration 2022-02-27 13:54:20 -03:00
Willian Mitsuda b985eb6d75 Flatten DecoratedAddressLink component 2022-02-27 13:39:25 -03:00
Willian Mitsuda d8871942ab Remove direct references to AddressOrENSName 2022-02-27 13:31:00 -03:00
Willian Mitsuda 7e85f1fcca Make undefined typings explicit 2022-02-27 13:22:59 -03:00
Willian Mitsuda 3f503ab317 Generalize assets URL by chainId; change trustwallet image to reflect new directory structure 2022-02-25 16:06:10 -03:00
Willian Mitsuda c650c2f819 Parameterize address renderers by chainId 2022-02-25 15:56:08 -03:00
Willian Mitsuda 7dd90ee84c Promote method name 2022-02-21 16:35:59 -03:00
Willian Mitsuda 48ab694001 Fix wrap 2022-02-19 16:55:27 -03:00
Willian Mitsuda 60931863fa Add USD price next to ETH balance on address page 2022-02-19 16:42:25 -03:00
Willian Mitsuda 40c2547565 Extract unit name 2022-02-19 15:25:37 -03:00
Willian Mitsuda dcc125293a Use standard TransactionValue component; add docs 2022-02-19 15:19:56 -03:00
Willian Mitsuda 4b6910d2a1 Improve creator/tx display UI 2022-02-19 15:07:28 -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