Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 1.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] – 2021-12-21

Added

  • Update to latest scale-coded ^ V13 type-definitions + metadata (#41)
  • V14 Decoding (#45)
  • TxDecoder for integration testing (#42), (#46)
  • Support deserializing from Valueto arbitrary type via serde (#53)
  • implement Deserialize for core_v14::Value (#56)
  • parse signed payload and expose call data type information (#66)
  • Decode storage for v14 metadata (#75)
  • Parameterise Value type to add context. For instance this is useful for attaching TypeId to Value. (#79)

Changed

Removed

Fixed

  • Fix serde u128 bug caused by flatten attribute (#77)