Skip to content

Khala Network Runtime 1182

Compare
Choose a tag to compare
@h4x3rotab h4x3rotab released this 12 Oct 08:53
· 413 commits to main since this release

v1182 is a runtime-only release with the following major changes:

  • Fix utility.batch* None permission check
  • Add event arguments to the mining pallet

Upgrade instructions

This upgrade is mainly an on-chain runtime upgrade. Existing downstream consumers (including pherry and PRB), and all the clients relying on the recent version of polkadot.js can automatically handle the upgrade. It's suggested to keep monitoring the nodes to make sure they will operate normally.

However if you are one of the following roles, you should follow the instructions:

For transaction signers: If you sign transactions with any 3rd party Substrate client which cannot deal with the runtime upgrade (i.e. subxt, GSRPC), you will need to restart or reload the client after the runtime upgrade applies. Otherwise you may get invalid signatures. Polkadot.js based clients should be able to automatically pick up the new metadata.
For index services: Please carefully examine the indexer after the runtime upgrade to make sure it operates properly.

What's Changed

  • Fix utility.batch* None permission check
  • Add event arguments to the mining pallet

Full Changelog: v0.1.18-1...v0.1.18-2