Commit Graph

349 Commits

Author SHA1 Message Date
Willian Mitsuda 4adace4913 Add support for switching between source files 2021-09-05 03:55:59 -03:00
Willian Mitsuda f15c75bb8e Add support for external files 2021-09-05 03:55:59 -03:00
Willian Mitsuda 0b328123d3 Using local sourcify repo for tests 2021-09-05 03:55:52 -03:00
Willian Mitsuda 851a791375 Add more compilation info 2021-09-05 03:54:30 -03:00
Willian Mitsuda 38f76e9e2b First working prototype of contract tab 2021-09-05 03:54:22 -03:00
Willian Mitsuda 3842518e3e Merge tag 'v2021.09.01-otterscan' into develop
Release v2021.09.01-otterscan
2021-09-05 00:22:34 -03:00
Willian Mitsuda 7c5be049b1 Merge branch 'release/v2021.09.01-otterscan' 2021-09-05 00:22:15 -03:00
Willian Mitsuda ec3514d7f9 Fix assets url for bytes in production build 2021-09-04 23:18:35 -03:00
Willian Mitsuda 50f4abf23f Squash pending tx initial implementation 2021-09-04 03:19:42 -03:00
Willian Mitsuda 6ac1528d36
Merge pull request #59 from ligi/patch-1
Replace protocol for cloning
2021-09-03 17:55:32 -03:00
ligi 071aee0d09
Replace protocol for cloning
otherwise on a server where you do not have a key you can end up with:
```
$ git clone --recurse-submodules git@github.com:wmitsuda/otterscan.git
Cloning into 'otterscan'...
Warning: Permanently added the RSA host key for IP address '140.82.121.3' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
```

with https you do not need a key:

```
$ git clone --recurse-submodules https://github.com/wmitsuda/otterscan.git
Cloning into 'otterscan'...
remote: Enumerating objects: 1966, done.
remote: Counting objects: 100% (770/770), done.
remote: Compressing objects: 100% (408/408), done.
remote: Total 1966 (delta 431), reused 458 (delta 330), pack-reused 1196
Receiving objects: 100% (1966/1966), 893.74 KiB | 6.72 MiB/s, done.
Resolving deltas: 100% (1285/1285), done.
Submodule '4bytes' (https://github.com/ethereum-lists/4bytes.git) registered for path '4bytes'
Submodule 'trustwallet' (https://github.com/trustwallet/assets.git) registered for path 'trustwallet'
Cloning into '/home/gather/otterscan/4bytes'...
remote: Enumerating objects: 333320, done.        
remote: Counting objects: 100% (126744/126744), done.        
remote: Compressing objects: 100% (7043/7043), done.        
remote: Total 333320 (delta 93), reused 126704 (delta 63), pack-reused 206576
Receiving objects: 100% (333320/333320), 41.83 MiB | 8.25 MiB/s, done.
Resolving deltas: 100% (566/566), done.
Cloning into '/home/gather/otterscan/trustwallet'...
remote: Enumerating objects: 166463, done.        
remote: Counting objects: 100% (94/94), done.        
remote: Compressing objects: 100% (73/73), done.        
remote: Total 166463 (delta 43), reused 60 (delta 21), pack-reused 166369        
Receiving objects: 100% (166463/166463), 440.42 MiB | 7.55 MiB/s, done.
Resolving deltas: 100% (72008/72008), done.
Submodule path '4bytes': checked out '1cc7e25c840ae9d985c12768b0cbd0ece3fc5400'
Submodule path 'trustwallet': checked out '7bfa06acc125a4874d86bc1fa8e4547a46846e31'
```
2021-09-03 22:14:58 +02:00
Willian Mitsuda eeeba456c6 Merge branch 'feature/camera-scan' into develop 2021-09-01 18:14:16 -03:00
Willian Mitsuda 54f5c9e6c7 Extract action button theme 2021-09-01 18:12:35 -03:00
Willian Mitsuda b204c7cf55 Create test theme 2021-09-01 17:56:12 -03:00
Willian Mitsuda 51b18b763f Extract common camera scan code; apply it to home also 2021-09-01 17:40:42 -03:00
Willian Mitsuda 4078c6ba34 First complete working prototype scanning from search bar 2021-09-01 17:07:51 -03:00
Willian Mitsuda 0bba63330d First working prototype 2021-09-01 07:19:50 -03:00
Willian Mitsuda b9954a5fe5 Fix infinite refresh 2021-09-01 07:19:36 -03:00
Willian Mitsuda 72d66aace9 Fix infinite refresh 2021-09-01 05:54:23 -03:00
Willian Mitsuda 47212a1db0 Merge branch 'feature/usd-price-on-search-results' into develop 2021-08-31 18:07:25 -03:00
Willian Mitsuda 7a43a56e26 Apply usd price on search results 2021-08-31 16:49:52 -03:00
Willian Mitsuda 8624c70877 Generalize implementation to support multiple block queries 2021-08-31 15:06:26 -03:00
Willian Mitsuda a8f9a17c98 Merge branch 'feature/extract-theme' into develop 2021-08-31 04:10:06 -03:00
Willian Mitsuda 9f778e6eba Extract table bg hover theme color 2021-08-31 04:07:55 -03:00
Willian Mitsuda 5f9ec5e992 Start theme extraction work; extract from/to colors 2021-08-31 03:44:26 -03:00
dependabot[bot] 9147cc226b
Bump @headlessui/react from 1.4.0 to 1.4.1 (#57) 2021-08-31 05:57:58 +00:00
dependabot[bot] f658499139
Bump react-router-dom from 5.2.0 to 5.2.1 (#58) 2021-08-31 05:57:30 +00:00
Willian Mitsuda 859761f2ba Squash initial implementation of usd prices 2021-08-31 02:56:05 -03:00
Willian Mitsuda 0f6401cc07 Update trustwallet assets 2021-08-30 02:52:29 -03:00
Willian Mitsuda 64275a6b31 Update 4bytes signatures 2021-08-30 02:51:27 -03:00
Willian Mitsuda 0ba7ad0cff Fixes for miner fee reward display post-london 2021-08-30 02:46:08 -03:00
Willian Mitsuda 8396e91bb1 npm i 2021-08-30 02:18:58 -03:00
dependabot[bot] 472ea10142
Bump chart.js from 3.5.0 to 3.5.1 (#50) 2021-08-30 05:17:03 +00:00
dependabot[bot] 6fa8e2b907
Bump @fontsource/fira-code from 4.5.0 to 4.5.1 (#53) 2021-08-30 05:16:17 +00:00
dependabot[bot] 21242ef85d
Bump @types/react from 17.0.17 to 17.0.19 (#51) 2021-08-30 05:16:05 +00:00
dependabot[bot] 092cb34745
Bump typescript from 4.3.5 to 4.4.2 (#55) 2021-08-30 05:11:30 +00:00
Willian Mitsuda e3a669fbef Merge tag 'v2021.08.03-otterscan' into develop
Release v2021.08.03-otterscan
2021-08-20 17:26:39 -03:00
Willian Mitsuda 1a6780be39 Merge branch 'release/v2021.08.03-otterscan' 2021-08-20 17:26:22 -03:00
dependabot[bot] 94355d43c2
Bump @types/react from 17.0.16 to 17.0.17 (#47) 2021-08-14 02:45:13 +00:00
Willian Mitsuda 998cc97811 Merge tag 'v2021.08.02-otterscan' into develop
Release v2021.08.02-otterscan
2021-08-13 00:20:25 -03:00
Willian Mitsuda ca1d60df47 Merge branch 'release/v2021.08.02-otterscan' 2021-08-13 00:20:09 -03:00
Willian Mitsuda 022ff35975 Add decode to utf-8 input option 2021-08-10 16:26:00 -03:00
dependabot[bot] 0457c44b69
Bump @fortawesome/free-brands-svg-icons from 5.15.3 to 5.15.4 (#46) 2021-08-08 23:03:18 +00:00
dependabot[bot] b98f6857ea
Bump @types/react from 17.0.15 to 17.0.16 (#45) 2021-08-08 22:57:59 +00:00
dependabot[bot] a36de0c7f6
Bump @fortawesome/free-regular-svg-icons from 5.15.3 to 5.15.4 (#44) 2021-08-08 22:56:08 +00:00
dependabot[bot] 8e89d05962
Bump @fortawesome/fontawesome-svg-core from 1.2.35 to 1.2.36 (#43) 2021-08-08 22:55:01 +00:00
Willian Mitsuda 807eec3a4b Merge branch 'feature/reduce-bundle-size' into develop 2021-08-08 19:53:46 -03:00
Willian Mitsuda 499623197b Add source-map-explorer script 2021-08-08 19:53:30 -03:00
Willian Mitsuda 46c229169b Use more specific import to allow ethers tree shaking 2021-08-08 19:49:45 -03:00
Willian Mitsuda a774e85ea0 For some reason it is needed for tree shaking 2021-08-08 03:51:21 -03:00