Add plugin using parallel iterators #2
@ -110,6 +110,6 @@ require (
|
||||
|
||||
replace (
|
||||
github.com/cerc-io/eth-statediff-compliance => ../
|
||||
github.com/cerc-io/eth-testing => git.vdb.to/cerc-io/eth-testing v0.1.2-0.20230909172706-0d908a1e61f6
|
||||
github.com/cerc-io/eth-testing => git.vdb.to/cerc-io/eth-testing v0.2.1
|
||||
github.com/ethereum/go-ethereum => github.com/cerc-io/go-ethereum v1.11.6-statediff-5.0.8
|
||||
)
|
||||
|
@ -94,8 +94,8 @@ require (
|
||||
|
||||
replace (
|
||||
github.com/cerc-io/eth-statediff-compliance => ../
|
||||
github.com/cerc-io/eth-testing => git.vdb.to/cerc-io/eth-testing v0.1.2-0.20230909172706-0d908a1e61f6
|
||||
github.com/cerc-io/plugeth-statediff => git.vdb.to/cerc-io/plugeth-statediff v0.1.1-0.20230919100621-2446393db495
|
||||
github.com/cerc-io/eth-testing => git.vdb.to/cerc-io/eth-testing v0.2.1
|
||||
github.com/cerc-io/plugeth-statediff => git.vdb.to/cerc-io/plugeth-statediff v0.1.1
|
||||
github.com/ethereum/go-ethereum => git.vdb.to/cerc-io/plugeth v0.0.0-20230808125822-691dc334fab1
|
||||
github.com/openrelayxyz/plugeth-utils => git.vdb.to/cerc-io/plugeth-utils v0.0.0-20230706160122-cd41de354c46
|
||||
)
|
||||
|
4
go.mod
4
go.mod
@ -3,8 +3,8 @@ module github.com/cerc-io/eth-statediff-compliance
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/cerc-io/eth-testing v0.1.1
|
||||
github.com/cerc-io/plugeth-statediff v0.0.0-00010101000000-000000000000
|
||||
github.com/cerc-io/eth-testing v0.2.1
|
||||
github.com/cerc-io/plugeth-statediff v0.1.1
|
||||
github.com/ethereum/go-ethereum v1.11.6
|
||||
github.com/jmoiron/sqlx v1.2.0
|
||||
github.com/stretchr/testify v1.8.1
|
||||
|
Loading…
Reference in New Issue
Block a user