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.
- Update to latest scale-coded ^ V13 type-definitions + metadata (#41)
- V14 Decoding (#45)
- TxDecoder for integration testing (#42), (#46)
- Support deserializing from
Value
to arbitrary type viaserde
(#53) - implement
Deserialize
forcore_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 attachingTypeId
toValue
. (#79)
- use
frame-metadata
everywhere (#48) - move to Rust 2021 (#76)
- Fix serde
u128
bug caused byflatten
attribute (#77)