-
Notifications
You must be signed in to change notification settings - Fork 66
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
Redesign DeserializerAdapter
trait to support deserializing using DeserializeSeed
#313
Closed
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2fd400 - Browse repository at this point
Copy the full SHA e2fd400View commit details
Commits on Dec 14, 2023
-
Add
DefaultSeed
trait to allow deserializing discovery messages againDiscovery messages don't implement the serde Deserialize traits because they need an additional encoding value for Deserialization. By using a custom DefaultSeed trait, we can at least work around this issue by providing a dummy implementation.
Configuration menu - View commit details
-
Copy full SHA for e4a7ee4 - Browse repository at this point
Copy the full SHA e4a7ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b01ca98 - Browse repository at this point
Copy the full SHA b01ca98View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85d55a4 - Browse repository at this point
Copy the full SHA 85d55a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a9bf4 - Browse repository at this point
Copy the full SHA 70a9bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4273dc5 - Browse repository at this point
Copy the full SHA 4273dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1bbddc - Browse repository at this point
Copy the full SHA f1bbddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad15237 - Browse repository at this point
Copy the full SHA ad15237View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b1b6f - Browse repository at this point
Copy the full SHA e3b1b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24cc552 - Browse repository at this point
Copy the full SHA 24cc552View commit details -
Add
DeserializerAdapter::transform_deserialized
functionEnables us to provide a default implementation for `from_bytes_seed`.
Configuration menu - View commit details
-
Copy full SHA for 1bb6c14 - Browse repository at this point
Copy the full SHA 1bb6c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c4dd82 - Browse repository at this point
Copy the full SHA 6c4dd82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 829df14 - Browse repository at this point
Copy the full SHA 829df14View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4f75a - Browse repository at this point
Copy the full SHA ae4f75aView commit details -
Implement an async stream with seed support
Based on cloning the seed.
Configuration menu - View commit details
-
Copy full SHA for a601fdc - Browse repository at this point
Copy the full SHA a601fdcView commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 052a609 - Browse repository at this point
Copy the full SHA 052a609View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6645a - Browse repository at this point
Copy the full SHA dd6645aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ef8e6 - Browse repository at this point
Copy the full SHA 93ef8e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf0d4f - Browse repository at this point
Copy the full SHA cbf0d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fae9fcf - Browse repository at this point
Copy the full SHA fae9fcfView commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d543845 - Browse repository at this point
Copy the full SHA d543845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8e37d - Browse repository at this point
Copy the full SHA 4e8e37dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.