v0.14.0
For
release-polkadot-v1.2.0
use branch polkadot-v1.2.0 or release-polkadot-v1.2.0
Forrelease-polkadot-v1.1.0
use branch polkadot-v1.1.0 or release-polkadot-v1.1.0
🎉 Featuring
get_storage_keys_paged
now allows fetching more than the limited 1000 from Substrate (see #602)submit_and_watch_extrinsic_until
returns an error in case the extrinsic fails to be executed onchain (see #606)- Improved Async support: Subscriptions are now also available (see #612)
- Runtime upgrades can now be detected with the function
detect_runtime_update()
. Examples are available in both sync and async versions (see #635)
What's Changed since v0.13.0
⚡ Breaking API changes
- Rework submit and watch extrinsics (#606) @echevrier
- Rename runtime configs to something more generic (#604) @echevrier
- fetch more storage keys than the maximum limit set by substrate (#602) @echevrier
- Take Bytes parameters as borrow (#601) @Niederb
🌈 Features
- Runtime update detector (#635) @Niederb
- Add EventReport and failed xt check to examples (#615) @haerdib
- Add async support for subscription (#612) @haerdib
- fetch more storage keys than the maximum limit set by substrate (#602) @echevrier
🐛 Bug Fixes
Miscellaneous
14 changes
- Prepare for tag v0.14.0 (#639) @haerdib
- Runtime update detector (#635) @Niederb
- Add unit tests for hash matching for unchecked extrinsic (#636) @haerdib
- bump substrate (#632) @echevrier
- Fix reported extrinsic hash (#629) @haerdib
- Add EventReport and failed xt check to examples (#615) @haerdib
- Update scale-enode and decode to crates.io (#618) @haerdib
- Fix comments of default Configs (#611) @haerdib
- Add async support for subscription (#612) @haerdib
- Update README info on project funding (#610) @masapr
- Rework submit and watch extrinsics (#606) @echevrier
- Rename runtime configs to something more generic (#604) @echevrier
- fetch more storage keys than the maximum limit set by substrate (#602) @echevrier
- Take Bytes parameters as borrow (#601) @Niederb