Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 09:00
· 81 commits to master since this release
0b32693

For release-polkadot-v1.2.0 use branch polkadot-v1.2.0 or release-polkadot-v1.2.0
For release-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

🌈 Features

🐛 Bug Fixes

Miscellaneous

14 changes