Skip to content

v0.14.1

Choose a tag to compare

@tadeohepperle tadeohepperle released this 05 Mar 07:10
· 28 commits to main since this release
372a748

0.14.1 (2024-03-04)

Added

A scale_value::decode_as_fields function was added that can decode a series of values from some bytes given an iterator of type ids. Previously it was only possible through the scale_decode::DecodeAsFields implementation of scale_value::Composite<()>. With the new function scale_value::Composite<R::TypeId>'s can be decoded for any type resolver R.