Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 15:55
· 110 commits to master since this release
0c8b9e8

For polkadot-v1.0.0 use branch polkadot-v1.0.0-tag-v0.12.0
For polkadot-v0.9.43 use branch polkadot-v0.9.43
For polkadot-v0.9.42 use branch polkadot-v0.9.42

🎉 Featuring

  • Async support for direct request/response communication (see #521)
  • Improve Dispatch Errors (see #563)
  • Introduce chain api helpers (see #538)
  • Support decoding events from the metadata (see #545)
  • Small bug fixing (see #535, #524)
  • Code clean up (see #522, #532 #534, #541, #563)

What's Changed since v0.11.0

⚡ Breaking API changes

🌈 Features

  • Improve Dispatch Errors (#563) @echevrier
  • Add next_events_from_metadata and rename next_event (#545) @haerdib
  • Provide async support for direct request/response communication (#521) @Niederb
  • Make pallet-staking and pallet-contracts dependencies optional (#522) @Niederb

🐛 Bug Fixes

  • Clean up dependencies and fix primitives no_std build (#535) @haerdib
  • Update to Substrate commit 7363dce (#524) @haerdib

Miscellaneous

16 changes

What's Changed

Full Changelog: v0.11.0...v0.12.0