v0.5.0
New features:
- MetadataV15 support
AsMetadata
trait now requires milder implementation, so that it is usable on shortened metadataAsCompleteMetadata
trait should be used instead now for full functionality (parsing of unchecked extrinsics)
API changes:
- What used to be
AsMetadata
might need to becomeAsCompleteMetadata
, see above
Full Changelog: v0.4.0...v0.5.0