v0.11.0
github-actions
released this
05 Apr 14:45
·
144 commits
to master
since this release
For
polkadot-v0.9.43
use branch polkadot-v0.9.43-tag-v0.11.0
Forpolkadot-v0.9.42
use branch polkadot-v0.9.42-tag-v0.11.0
Forpolkadot-v0.9.41
use branch polkadot-v0.9.41
Forpolkadot-v0.9.40
use branch polkadot-v0.9.40
🎉 Featuring
- Full wasm support in
no_std
mode (see #478) - Multiple smaller bug / missing feature fixes (#458, #471, #509, #510, ...)
- Code clean up and improved documentation (#473, #448)
What's Changed since v0.10.0
⚡ Breaking API changes
- check and rework wildcard pub re-export (#473) @echevrier
- Function renamings in
state
api interface + improved documentation (#448) @masapr
🌈 Features
- Add StaticExtrinsicSigner struct (#511) @haerdib
- Add Debug to EventRecord (#509) @haerdib
- Provide
get_account_nonce
method (#508) @Niederb - Support 32 bit architectures (#478) @Niederb
- impl From<Vec<u8>> for StorageKey and remove <Hash> from Balance Trait (#471) @echevrier
- Add
From
implementation toExtrinsicSigner
(#459) @masapr GetAccountInformation
has no contraint onSigner
(#458) @masapr
🐛 Bug Fixes
Miscellaneous
16 changes
- Update rust toolchain (#514) @Niederb
- Add StaticExtrinsicSigner struct (#511) @haerdib
- Fix
ExtrinsicSigner
encoding (#510) @haerdib - Add Debug to EventRecord (#509) @haerdib
- Provide
get_account_nonce
method (#508) @Niederb - Bump openssl from 0.10.45 to 0.10.48 (#484) @dependabot
- Support 32 bit architectures (#478) @Niederb
- check and rework wildcard pub re-export (#473) @echevrier
- update to newest substrate (#479) @echevrier
- Bump wasmtime from 5.0.0 to 5.0.1 (#472) @dependabot
- impl From<Vec<u8>> for StorageKey and remove <Hash> from Balance Trait (#471) @echevrier
- Update to newest substrate commit + cargo update (#462) @masapr
- Add
From
implementation toExtrinsicSigner
(#459) @masapr GetAccountInformation
has no contraint onSigner
(#458) @masapr- Function renamings in
state
api interface + improved documentation (#448) @masapr - Bump tokio from 1.23.1 to 1.24.2 (#447) @dependabot