v0.13.0
·
129 commits
to master
since this release
For
polkadot-v1.0.0use 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
serdenow (see #580) - New functions:
get_system_account_next_indexandstorage_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_indexavailable forno_std(#594) @masapr - Bump openssl from 0.10.54 to 0.10.55 (#593) @dependabot
- Update decoder (#589) @haerdib
- Readd
KeystoreExttoLocalKeystore(#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_indextoGetAccountInformation(#575) @haerdib - Add function
get_system_account_next_index(#573) @haerdib