Add plugin using parallel iterators #2

Merged
roysc merged 3 commits from add-plugin-parallel into main 2023-09-22 10:49:04 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit d9340e937d - Show all commits

View File

@ -110,6 +110,6 @@ require (
replace ( replace (
github.com/cerc-io/eth-statediff-compliance => ../ 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 github.com/ethereum/go-ethereum => github.com/cerc-io/go-ethereum v1.11.6-statediff-5.0.8
) )

View File

@ -94,8 +94,8 @@ require (
replace ( replace (
github.com/cerc-io/eth-statediff-compliance => ../ 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/cerc-io/plugeth-statediff => git.vdb.to/cerc-io/plugeth-statediff v0.1.1-0.20230919100621-2446393db495 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/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 github.com/openrelayxyz/plugeth-utils => git.vdb.to/cerc-io/plugeth-utils v0.0.0-20230706160122-cd41de354c46
) )

4
go.mod
View File

@ -3,8 +3,8 @@ module github.com/cerc-io/eth-statediff-compliance
go 1.19 go 1.19
require ( require (
github.com/cerc-io/eth-testing v0.1.1 github.com/cerc-io/eth-testing v0.2.1
github.com/cerc-io/plugeth-statediff v0.0.0-00010101000000-000000000000 github.com/cerc-io/plugeth-statediff v0.1.1
github.com/ethereum/go-ethereum v1.11.6 github.com/ethereum/go-ethereum v1.11.6
github.com/jmoiron/sqlx v1.2.0 github.com/jmoiron/sqlx v1.2.0
github.com/stretchr/testify v1.8.1 github.com/stretchr/testify v1.8.1