-
Notifications
You must be signed in to change notification settings - Fork 249
Serialisation RFC #182
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
Serialisation RFC #182
Conversation
Test fails due to rust-lang/mdBook#891 |
Co-Authored-By: CjS77 <[email protected]>
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.
This is excellent! Having partially written a message type for comms, the trait will give me exactly what I need
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.
💯
…_store feat: persist redux store in local storage
Description
This document describes the message serialisation formats for message payloads used in the Tari network.
Motivation and Context
There are several different user and message types that will need to communicate over the Tari network. These messages need to be converted into a format that can be sent over the wire and/or be read and processed by humans.
How Has This Been Tested?
N/A
Types of changes
Checklist:
development
branchcargo-fmt --all
before pushing