Patch for module conflict when used as a dependency: github.com/ethereum/c-kzg-4844/bindings/go was moved to become part of github.com/ethereum/c-kzg-4844 by v0.4.0.
See:
Patch for module conflict when used as a dependency: `github.com/ethereum/c-kzg-4844/bindings/go` was moved to become part of `github.com/ethereum/c-kzg-4844` by `v0.4.0`.
See:
- https://git.vdb.to/cerc-io/plugeth/pulls/8
- https://git.vdb.to/cerc-io/plugeth-utils/commit/6ea035f2088c04ac21ca8952acf18467fea5422b
```
% go mod tidy
go: github.com/cerc-io/ipld-eth-db-validator/v5/internal/chaingen imports
github.com/ethereum/go-ethereum/core imports
github.com/ethereum/go-ethereum/crypto/kzg4844 imports
github.com/ethereum/c-kzg-4844/bindings/go: ambiguous import: found package github.com/ethereum/c-kzg-4844/bindings/go in multiple modules:
github.com/ethereum/c-kzg-4844 v0.4.0 (/Users/roy/golang/pkg/mod/github.com/ethereum/c-kzg-4844@v0.4.0/bindings/go)
github.com/ethereum/c-kzg-4844/bindings/go v0.0.0-20230126171313-363c7d7593b4 (/Users/roy/golang/pkg/mod/github.com/ethereum/c-kzg-4844/bindings/go@v0.0.0-20230126171313-363c7d7593b4)
```
Also add test utils from https://git.vdb.to/cerc-io/ipld-eth-db-validator to be shared by https://git.vdb.to/cerc-io/ipld-eth-statedb/pulls/5 and wherever else.
However it's just the basic_db tests, because the rest depend on ipld-eth-server - so we can run the full suite there.
@telackey they actually are run here: https://git.vdb.to/cerc-io/plugeth-statediff/actions/runs/172/jobs/1, https://git.vdb.to/cerc-io/plugeth-statediff/src/commit/9a4955d0708edc44338b084e9b1d1ab46d441c01/.gitea/workflows/test.yml#L67
However it's just the basic_db tests, because the rest depend on ipld-eth-server - so we can run the full suite there.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Patch for module conflict when used as a dependency:
github.com/ethereum/c-kzg-4844/bindings/gowas moved to become part ofgithub.com/ethereum/c-kzg-4844byv0.4.0.See:
6ea035f208Also add test utils from https://git.vdb.to/cerc-io/ipld-eth-db-validator to be shared by cerc-io/ipld-eth-statedb#5 and wherever else.
Could you please add CI integration of https://git.vdb.to/cerc-io/system-tests?
I thought we had it already, but I don't see it here.
@telackey they actually are run here: https://git.vdb.to/cerc-io/plugeth-statediff/actions/runs/172/jobs/1,
However it's just the basic_db tests, because the rest depend on ipld-eth-server - so we can run the full suite there.