Skip to content
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

Prep for 0.14 Release #44

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Prep for 0.14 Release #44

merged 1 commit into from
Feb 27, 2024

Conversation

tadeohepperle
Copy link
Contributor

0.14.0 (2024-02-27)

Changed

The crate now uses scale-type-resolver to be generic over the provider of type information that is used when encoding and decoding Values.

One implication is that scale_decode::IntoVisitor is now only implemented for Value<()> and no longer for Value<u32>. So Value::decode_from_type() cannot be used anymore to create a Value<u32> that keeps type id information. Instead you now use scale_value::scale::decode_as_type() which can return the desired Value<u32>.

@tadeohepperle tadeohepperle merged commit fb915f4 into main Feb 27, 2024
8 checks passed
@tadeohepperle tadeohepperle deleted the release-v0.14.0 branch February 27, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants