-
Notifications
You must be signed in to change notification settings - Fork 997
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
Work-in-progress on SSZ partials #1184
Conversation
Co-Authored-By: Diederik Loerakker <[email protected]>
…th padding support
#1180 Is pretty much ready, tests pass. (fully structured/typed SSZ, less lines 🎉) Just final review + verify SSZ behavior through generator output comparison. After merging the above commit into here, and when 1180 is merged into |
Going to rebase this on new dev branch, then add some things to improve the experience with generalized indices with path-like syntax sugar, as I dislike the array of keys thing. |
This PR is largely outdated, an during devcon discussions about SSZ standardization and light client work there is a motivation to pick this up again, and move it to a separate repository for various reasons. See final comment on #1261, closing this PR now. |
Now updated to the latest spec.