-
Notifications
You must be signed in to change notification settings - Fork 90
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
Change Storage
to store arbitrary blobs
#953
Conversation
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.
Minor comments, mostly on the use of ToJson
/FromJson
traits instead of serde_json
.
Not sure if there's a better approach for versioning but I would be okay with this for now.
Aside: maybe change PR title to "Change Storage
to store arbitrary blobs" for the changelog entry?
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.
Looks good overall, minor comments on errors and naming.
Storage
to store arbitrary blobs
Description of change
Allow storing arbitrary bytes in Storage.
Links to any relevant issues
closes #918
Type of change
How the change has been tested
Existing tests have been run
Change checklist