Skip to content

Commit

Permalink
feat: identify addresses from etherscan when forking (#1190)
Browse files Browse the repository at this point in the history
* feat: etherscan identifier

* chore: bump ethers for the caching PR

gakonst/ethers-rs#1108

* feat: add cache ttl to etherscan identifier

* chore: clippy

* chore: re-add ethers patch section

* build: bump ethers

* test: fix tests

* fix: trace macros

* bump color eyre and lock tracing-subscriber (#1220)

* bump color eyre

* lock tracing-subscriber 0.3.9

* feat: pull etherscan api key and eth rpc from env

* refactor: readability in `trace.addresses`

* refactor: add `AddressIdentity` type

* refactor: add a rate limited etherscan stream

* test: don't set `ETH_RPC_URL` as its not used

* refactor: smol nit

Co-authored-by: Georgios Konstantopoulos <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
3 people committed Apr 7, 2022
1 parent a927f70 commit 0f2f908
Show file tree
Hide file tree
Showing 17 changed files with 614 additions and 295 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
unit:
name: unit tests
runs-on: ubuntu-latest
env:
ETH_RPC_URL: https://eth-mainnet.alchemyapi.io/v2/Lc7oIGYeL_QvInzI0Wiu_pOZZDEKBrdf
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 0f2f908

Please sign in to comment.