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

Mini-danksharding KZG + precompiles #2

Open
wants to merge 9 commits into
base: datablobs
Choose a base branch
from

Conversation

asn-d6
Copy link
Owner

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

Branch rebased on top of protolambda#1

  • Basic KZG functionality needed for vanksharding
  • KZG trusted setup data + loading + unittest
  • blobVerification precompile + test vector (happy case)
  • pointEvaluation precompile + test vector (happy case)

A few fun commands:
go test -tags bignum_kilic -v ./core/vm -run TestPrecompiledBlobVerification
go test -tags bignum_kilic -v ./core/vm -run TestPrecompiledPointEvaluation
go test -tags bignum_kilic -v ./tests -run TestGoKzg
go test -tags bignum_kilic -v ./tests -run TestKzg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant