-
Notifications
You must be signed in to change notification settings - Fork 2
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
SSZ zig enhancement #29
Comments
What are some of the issues found? I guess it has to do with the issues you've opened. |
@fearlessfe Can you post all the issues and alternative solutions here to discuss |
@eightfilms Our code is not exact the same with the ssz lib , because we use the latest version of zig, the In fact our encode and decode methods are from the zabi, the origin code of In our ssz spec tests, we find some bugs(according to the current ssz lib)
|
There is a zig ssz lib here developed by the member of Verkle/ZEAM team, but we found some issues when used it in consensus spec types. We can enhance this lib and further do optimization to make it available for both beacon and beam chain.
There is a talk at Devcon 7 which introduced high perf ssz lib implementation here which can be inspired.
The text was updated successfully, but these errors were encountered: