Add test utils and module fixes for dependents #24

Merged
roysc merged 12 commits from update-czkg4844 into main 2024-05-29 09:47:10 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6b8a71aeca - Show all commits

2
go.mod
View File

@ -140,6 +140,6 @@ require (
) )
replace ( replace (
github.com/ethereum/go-ethereum => git.vdb.to/cerc-io/plugeth v1.13.14-cerc-1 github.com/ethereum/go-ethereum => git.vdb.to/cerc-io/plugeth v1.13.14-cerc-2
github.com/openrelayxyz/plugeth-utils => git.vdb.to/cerc-io/plugeth-utils v1.5.0-cerc-1 github.com/openrelayxyz/plugeth-utils => git.vdb.to/cerc-io/plugeth-utils v1.5.0-cerc-1
) )

View File

@ -2,7 +2,7 @@ version: "1.2"
name: fixturenet-plugeth-tx name: fixturenet-plugeth-tx
description: "Plugeth Ethereum Fixturenet for testing plugeth-statediff" description: "Plugeth Ethereum Fixturenet for testing plugeth-statediff"
repos: repos:
- git.vdb.to/cerc-io/plugeth@statediff-patches # todo: dev - git.vdb.to/cerc-io/plugeth@v1.5.0-cerc-2
- git.vdb.to/cerc-io/plugeth-statediff - git.vdb.to/cerc-io/plugeth-statediff
- git.vdb.to/cerc-io/lighthouse - git.vdb.to/cerc-io/lighthouse
- git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha - git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha