-
Notifications
You must be signed in to change notification settings - Fork 30
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
Handle more SCALE attributes: skip, index #44
Merged
Merged
Commits on Dec 7, 2020
-
Parameterize CompactForm String for optional SCALE impl
By default, parity-scale-codec does not provide Encode/Decode impls for an owned String. This is only provided under the "full" feature which is not used by the substrate runtime, because it should not be used for consensus critical code. So in order for the CompactForm to be integrated into the substrate runtime, or wherever the "full" feature cannot be used, then we must parameterize the `String` type so that it can be both an `&'static str` on the runtime side where it is encoded, and a `String` in client/consuming code where it is decoded.
Configuration menu - View commit details
-
Copy full SHA for 37c0a57 - Browse repository at this point
Copy the full SHA 37c0a57View commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 643f09d - Browse repository at this point
Copy the full SHA 643f09dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7ccbf - Browse repository at this point
Copy the full SHA 9a7ccbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 254fee1 - Browse repository at this point
Copy the full SHA 254fee1View commit details
Commits on Dec 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e74e4f9 - Browse repository at this point
Copy the full SHA e74e4f9View commit details -
Rename "Compact" to "Frozen" (and associated fallout)
Add a `compact` member to `Field` to indicate it is `scale_codec::Compact`
Configuration menu - View commit details
-
Copy full SHA for 7860c79 - Browse repository at this point
Copy the full SHA 7860c79View commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 579f958 - Browse repository at this point
Copy the full SHA 579f958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8333e5a - Browse repository at this point
Copy the full SHA 8333e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2818f7b - Browse repository at this point
Copy the full SHA 2818f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7706a38 - Browse repository at this point
Copy the full SHA 7706a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for e03a2cd - Browse repository at this point
Copy the full SHA e03a2cdView commit details -
Add a
compact
flag toField
to indicate that this type is to be e……ncoded/decoded as a SCALE Compact type
Configuration menu - View commit details
-
Copy full SHA for 3a95663 - Browse repository at this point
Copy the full SHA 3a95663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 004e107 - Browse repository at this point
Copy the full SHA 004e107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a9aeb - Browse repository at this point
Copy the full SHA 93a9aebView commit details
Commits on Dec 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6569e50 - Browse repository at this point
Copy the full SHA 6569e50View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f098101 - Browse repository at this point
Copy the full SHA f098101View commit details -
Use utils from parity-scale-codec-derive
Handle `codec(skip)` and `codec(index = $int)` attributes
Configuration menu - View commit details
-
Copy full SHA for b43cdfc - Browse repository at this point
Copy the full SHA b43cdfcView commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eda2769 - Browse repository at this point
Copy the full SHA eda2769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6321da9 - Browse repository at this point
Copy the full SHA 6321da9View commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1d32a38 - Browse repository at this point
Copy the full SHA 1d32a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1700b2 - Browse repository at this point
Copy the full SHA d1700b2View commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3387355 - Browse repository at this point
Copy the full SHA 3387355View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d29c9be - Browse repository at this point
Copy the full SHA d29c9beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0426479 - Browse repository at this point
Copy the full SHA 0426479View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a97eb1 - Browse repository at this point
Copy the full SHA 0a97eb1View commit details
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 81e3519 - Browse repository at this point
Copy the full SHA 81e3519View commit details -
Ensure we're working with an outer attribute
Configuration menu - View commit details
-
Copy full SHA for e8d2a74 - Browse repository at this point
Copy the full SHA e8d2a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9239c5 - Browse repository at this point
Copy the full SHA d9239c5View commit details
Commits on Mar 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 98292c5 - Browse repository at this point
Copy the full SHA 98292c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d7e11 - Browse repository at this point
Copy the full SHA 71d7e11View commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00aee2f - Browse repository at this point
Copy the full SHA 00aee2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a31acc5 - Browse repository at this point
Copy the full SHA a31acc5View commit details
Commits on Mar 23, 2021
-
Co-authored-by: Andrew Jones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e70425f - Browse repository at this point
Copy the full SHA e70425fView commit details -
Better error message Remove redundant tests Test more enum cases to document index/discriminant interaction
Configuration menu - View commit details
-
Copy full SHA for abdb081 - Browse repository at this point
Copy the full SHA abdb081View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53eb38 - Browse repository at this point
Copy the full SHA c53eb38View commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1c1802e - Browse repository at this point
Copy the full SHA 1c1802eView 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.