v0.13.0
For
polkadot-v1.0.0
use branch polkadot-v1.0.0 or release-polkadot-v1.0.0
🎉 Featuring
- Metadata v15 is now supported (see #587)
- Duplicate Substrate type definitions were removed as Substrate features
serde
now (see #580) - New functions:
get_system_account_next_index
andstorage_double_map_key_prefix
(see #573 and #575)
What's Changed since v0.12.0
⚡ Breaking API changes
- Update Metadata, Error and Events (#597) @haerdib
- support metadata v15 (#587) @masapr
- Remove duplicate substrate types (#580) @haerdib
- Update dependencies and rust toolchain (#578) @haerdib
🌈 Features
- add storage_double_map_key_prefix (#568) @bai-3
- Add function
get_system_account_next_index
(#573) @haerdib
Miscellaneous
14 changes
- Prepare for tag v0.13.0 (#600) @haerdib
- Update scale-bits and scale-encode (#599) @haerdib
- Update Metadata, Error and Events (#597) @haerdib
- Introduce folders in node-api to scale down files (#596) @haerdib
- Make
get_system_account_next_index
available forno_std
(#594) @masapr - Bump openssl from 0.10.54 to 0.10.55 (#593) @dependabot
- Update decoder (#589) @haerdib
- Readd
KeystoreExt
toLocalKeystore
(#585) @haerdib - support metadata v15 (#587) @masapr
- Remove duplicate substrate types (#580) @haerdib
- Update dependencies and rust toolchain (#578) @haerdib
- add storage_double_map_key_prefix (#568) @bai-3
- Move
get_system_account_next_index
toGetAccountInformation
(#575) @haerdib - Add function
get_system_account_next_index
(#573) @haerdib