-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(examples): use cbor
codec in file-sharing
example
#4036
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.
Thanks! Let's dogfood ALL the things! :)
cbor
codec in file-sharing
examplecbor
codec in file-sharing
example
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.
Thanks!
A few minor comments, plus have you tested that it still works?
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.
Overall very clean, great to see the new features in action!
Let me know if you are up for resolving the final comment in this PR, otherwise we can also do this another time.
Should be ok now, tell me if something is wrong :) |
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.
Perfect, thanks!
Description
Remove the use of the core
upgrade::transfer
module infile-sharing
example in favor ofcbor
codec.Related #4011.
Notes & open questions
Change checklist