-
Notifications
You must be signed in to change notification settings - Fork 1
feat(rust/immutable-ledger): block encoding decoding and validation #67
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
ok yes, I will encapsulate the logic in types as suggested. I assumed the ledger was going to be written as a contiguous block of memory hence thinking purely in bytes rather than types. |
Yea, you are right, from the storage perspective it will be how you described. BTW, I am going to move this immutable_ledger documentation to this repo, so we will have a direct access to the |
Mr-Leshiy
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.
I think for now you can totally remove cddl validation.
We definitely need such validation, but will try to add it later.
Co-authored-by: Alex Pozhylenkov <[email protected]>
Co-authored-by: Alex Pozhylenkov <[email protected]>
As per specification