Note that v1180 was withdrawn because we want to apply some upstream patches.
v1181 is a release with the following major changes:
- Add up to 8 council seats
- Allow
StakePoolManager
proxy to callPhalaStakePool.restart_mining
- Follow the upstream RMRK pallets
- Follow the upstream Polkadot v0.9.27, which is supposed to fix the state cache mismatch problem
Upgrade instructions
This upgrade is mainly an on-chain runtime upgrade. A new client is released and recommended to upgrade, but not required. 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
- Check destnation when extract from MultiLocation by @tolak in #158
- Upgrade to Polkadot 0.9.27 by @jasl in #159
- Allow StakePoolManager call pallet_stakepool.restart_mining by @jasl in #161
- Upgrade RMRK to latest commit, workaround PW for RMRK changes by @jasl in #164
- Some example code of new token transfer by @tolak in #166
- more event context information. by @Leechael in #167
- Pw updates fix compiling by @Leechael in #168
- Phala World Updates by @HashWarlock in #160
- Simplify property definition by @h4x3rotab in #171
- Upgrade to Polkadot 0.9.28 by @jasl in #172
- Add to 8 councillors by @h4x3rotab in #173
- Use Rust nightly-2022-09-08 by @jasl in #176
- Polkadot v0.9.29 by @jasl in #177
New Contributors
Full Changelog: v0.1.17...v0.1.18