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

implementation of EIP-4844: Shard Blob Transactions #1440

Merged
merged 15 commits into from
Jun 24, 2023
Merged

implementation of EIP-4844: Shard Blob Transactions #1440

merged 15 commits into from
Jun 24, 2023

Conversation

jangko
Copy link
Contributor

@jangko jangko commented Jan 20, 2023

linked PR in nim-eth: status-im/nim-eth#582.

TODOS:

  • Blob Tx serialization to json in json rpc service.
  • Test cases for kzg proof validation. How to generate test vectors?
  • How to load/embed kzg trusted source. Load at runtime or embed it into executable binary?
  • Engine API V3 methods, need to wait for EIP-4895 done.

close #1423
close #1422
close #1421
close #1420
close #1419
close #1417
close #1416

@jangko jangko merged commit 26a8759 into master Jun 24, 2023
13 checks passed
@jangko jangko deleted the eip-4844 branch June 24, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment