-
Notifications
You must be signed in to change notification settings - Fork 65
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
core: Basic validation of EIP-4844 transactions #992
Conversation
@yperbasis I've added a SSZ encoding/decoding implementation in consensus_light_client that is a prototype branch and likely won't be merged as a whole; my plan is instead to split its changes into smaller PRs sooner or later. |
Cool, so we can add SSZ in a separate PR(s) later based on that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR introduces the new EIP-4844 transaction type with basic validation only. SSZ serialization and actual KZG commitment checks are not implemented yet (will be implemented in separate PRs later).