v0.37.0
[0.37.0] - 2024-05-28
This release mainly adds support for the sign extension CheckMetadataHash
and fixes a regression introduced in v0.36.0
where the type de-duplication was too aggressive and lots of the same type such as BoundedVec
was duplicated to
plenty of different types such as BoundedVec1, BoundedVec2, .. BoundedVec.
Added
- Implemented
sign_prehashed
forecdsa::Keypair
andeth::Keypair
(#1598) - Add a basic version of the CheckMetadataHash signed extension (#1590)
Changed
Full Changelog: v0.36.0...v0.37.0