v1192 is a runtime-only release with the following changes:
- Introduce PhalaWorld incubation logic
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
- Add Signer Account by @HashWarlock in #198
- Update Incubation Feeding Logic by @HashWarlock in #195
- Bump to v0.1.19-2 and runtime 1192 by @jasl in #204
- Port Phala PR #1046 & #1047 by @jasl in #206
Full Changelog: v0.1.19-1.1...v0.1.19-2.1