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

Prune gokzg from crypto/kzg #3

Merged
merged 2 commits into from
Feb 25, 2022
Merged

Conversation

asn-d6
Copy link

@asn-d6 asn-d6 commented Feb 21, 2022

We still use go-kzg/bls tho.

They broke when we changed blake2b to keccak in the versioned hash.
We still use go-kzg for tests and cmd/kzg_dummy_setup. To remove that dependency there we would need to add a bunch of
go-kzg code to go-ethereum or simplify the tests.

Next step is to also remove the `go-kzg/bls` dependency and just use the one included in geth.
@asn-d6 asn-d6 mentioned this pull request Feb 25, 2022
Copy link
Owner

@protolambda protolambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@protolambda protolambda merged commit a922276 into protolambda:datablobs Feb 25, 2022
protolambda pushed a commit that referenced this pull request Sep 16, 2022
ethapi: Fix gas esitmation for blob txs
protolambda added a commit that referenced this pull request Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants