Skip to content

v0.16.1

Choose a tag to compare

@jsdw jsdw released this 24 Jul 16:18
· 22 commits to main since this release
6b58d3d

0.16.1 (2024-07-24)

This release:

  • Adds a "tracing decoder" (via scale_value::scale::tracing::{decode_as_type,*}), which is like scale_value::scale::decode_as_type, but traces and hands back much more detail in case of a decoding failure, so that it's easier to track down where decoding failed. This is particularly useful when working with historic type information, which must be provided independently and could easily be misaligned with reality. (#52)