-
Notifications
You must be signed in to change notification settings - Fork 10
core: implement ssz for all objects with tests #14
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
Conversation
|
Grandine is also working on Lean client and we use our own SSZ and other libraries so best would be if cryptography library is not coupled with some particular client's library. Likely the solution is to ship SSZ related code as a separate crate. |
|
For BLS on the Beacon chain what is normally is done, is the BLS crate has a I am assuming that is what @sauliusgrigaitis wants. @tcoratger do you still want us/ream to test this PR, or should we wait for what @sauliusgrigaitis is requesting? |
KolbyML
left a comment
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.
It works for us ReamLabs/ream#992
Should close #11