Skip to content

Commit

Permalink
Add watched addresses direct indexing mode changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi committed May 10, 2022
1 parent ea4fb62 commit 9a7ecf9
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 243 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/vulcanize/eth-statediff-service
go 1.16

require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/ethereum/go-ethereum v1.10.17
github.com/jmoiron/sqlx v1.2.0
github.com/prometheus/client_golang v1.4.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/vulcanize/go-eth-state-node-iterator v1.0.0
github.com/vulcanize/leveldb-ethdb-rpc v0.0.0-20220509104510-09fcf2aa603d
github.com/vulcanize/go-eth-state-node-iterator v1.0.1
)

replace github.com/ethereum/go-ethereum v1.10.17 => github.com/vulcanize/go-ethereum v1.10.17-statediff-3.2.0
Loading

0 comments on commit 9a7ecf9

Please sign in to comment.