Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fork version fix: use latest verkle-proofs-with-capella version #29

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ require (
)

// golang
replace github.com/protolambda/zrnt => github.com/gballet/zrnt v0.10.2-0.20231005133106-c89df85f6245
replace github.com/protolambda/zrnt => github.com/gballet/zrnt v0.10.2-0.20231006074444-a610beb530dd

// is a gigantic
replace github.com/ethereum/go-ethereum => github.com/gballet/go-ethereum v1.10.24-0.20230925152730-3e6b0058fc1d
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/gballet/go-ethereum v1.10.24-0.20230925152730-3e6b0058fc1d/go.mod h1:
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff h1:tY80oXqGNY4FhTFhk+o9oFHGINQ/+vhlm8HFzi6znCI=
github.com/gballet/go-verkle v0.1.1-0.20230921190644-1a60d228f7b2 h1:LYkA2UpEkEAnhP5RJx/JHOBvYI2O9cYJi36WUMsiuxQ=
github.com/gballet/go-verkle v0.1.1-0.20230921190644-1a60d228f7b2/go.mod h1:7JamHhSTnnHDhcI3G8r4sWaD9XlleriqVlC3FeAQJKM=
github.com/gballet/zrnt v0.10.2-0.20231005133106-c89df85f6245 h1:9rZVJ72TwQP6QIJVYLQj4AdAjWLs7CmT6RB7L40F8KU=
github.com/gballet/zrnt v0.10.2-0.20231005133106-c89df85f6245/go.mod h1:YBZ9l46fLn0AZUguvP9eJCgPhDcFOPSB6+MEaCm5K4A=
github.com/gballet/zrnt v0.10.2-0.20231006074444-a610beb530dd h1:Gqkg9PgwZJyJxV2G/CeCxAOf/Y2ao3N3I/mUGk4WcNk=
github.com/gballet/zrnt v0.10.2-0.20231006074444-a610beb530dd/go.mod h1:YBZ9l46fLn0AZUguvP9eJCgPhDcFOPSB6+MEaCm5K4A=
github.com/getsentry/sentry-go v0.24.1 h1:W6/0GyTy8J6ge6lVCc94WB6Gx2ZuLrgopnn9w8Hiwuk=
github.com/getsentry/sentry-go v0.24.1/go.mod h1:lc76E2QywIyW8WuBnwl8Lc4bkmQH4+w1gwTf25trprY=
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=
Expand Down