-
Notifications
You must be signed in to change notification settings - Fork 1
feat(rust): Implement CBOR encoding/decoding for the catalyst-voting types #705
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
base: main
Are you sure you want to change the base?
Conversation
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.
What do you think to also remove original implementation to_bytes, from_bytes methods to reduce maintenance issues for future.
I dont think that they are gonna used, the primary implementation I believe is always would an CBOR decoding
📚 Docs PreviewThe docs for this PR can be previewed at the following URL: https://docs.dev.projectcatalyst.io/libs/cbor-encoding-for-catalyst-voting-types |
|
✅ Test Report | |
Description
Implement CBOR encoding/decoding for the
catalyst-votingtypes.Related Issue(s)
Part of #657
Related Pull Requests
#678