Commit Graph

372 Commits

Author SHA1 Message Date
Willian Mitsuda ea86619e91 Add sourcify doc instructions 2021-09-10 18:55:54 -03:00
Willian Mitsuda 599efc6300 Add gitcoin page 2021-09-10 18:38:15 -03:00
Willian Mitsuda 21ed9ce431 Add third way to integrate with Sourcify 2021-09-10 18:27:42 -03:00
Willian Mitsuda 05c230ef9d Add abi section 2021-09-10 05:17:10 -03:00
Willian Mitsuda 274705ce70 Fix animation 2021-09-10 05:16:06 -03:00
Willian Mitsuda b279d96ebe Improve sourcify sync indicators 2021-09-10 04:31:24 -03:00
Willian Mitsuda dd490ee905 Style source selector menu 2021-09-07 01:10:19 -03:00
Willian Mitsuda 7b0137c7fe Add replacement rule 2021-09-07 00:44:28 -03:00
Willian Mitsuda a1f79ff0c0 Toggle ipfs on/off 2021-09-06 18:32:11 -03:00
Willian Mitsuda 7b5ecb91ba Open in remix feature #54 2021-09-06 04:14:49 -03:00
Willian Mitsuda fe336c5c43 Refactorings 2021-09-06 03:59:29 -03:00
Willian Mitsuda a76a2d71a2 Rename component 2021-09-06 03:34:13 -03:00
Willian Mitsuda dfcbc1a150 Extract hook 2021-09-06 02:09:12 -03:00
Willian Mitsuda 71e359eb92 Move metadata reading one level up 2021-09-05 21:13:01 -03:00
Willian Mitsuda 605302ee64 Extract sourcify hook 2021-09-05 21:08:06 -03:00
Willian Mitsuda 16ffe567b6 Use headless-ui Tabs 2021-09-05 17:39:11 -03:00
Willian Mitsuda 37b253ab39 Remove unused code 2021-09-05 17:19:50 -03:00
Willian Mitsuda fd8bdf8765 Use default overridable gateway for ipfs/sourcify 2021-09-05 16:55:37 -03:00
Willian Mitsuda 9f7962b6d4 Addd license field 2021-09-05 04:00:11 -03:00
Willian Mitsuda 5d24789998 Add language file info 2021-09-05 04:00:11 -03:00
Willian Mitsuda aeae3c3825 Add hover animations 2021-09-05 04:00:11 -03:00
Willian Mitsuda 65ee6e9182 Use light imports 2021-09-05 04:00:11 -03:00
Willian Mitsuda d0a2cf13f5 Replace syntax highlighter component for line numbers 2021-09-05 04:00:05 -03:00
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