v6.15.0
Changes - Runtime Upgrade and Pioneer updates
- Updated runtime to sort out type name clashes between the proposal discussion module
and forum module - Increased ROLE_PARAMETERS_REWARD_MAX_VALUE to 100,000 - council can now propose higher reward upto 99,999 tokens per period
- Pioneer: Add support for Proposal Discussions
- Pioneer: Bug fix in pioneer media app #555
- Pioneer: Some minor UI tweaks
Runtime Hash
blake2b 256bit WASM Runtime hash can be computed with b2sum command:
$ b2sum -l 256 joystream_runtime_6_15_0.wasm
cae786ae24e5d625acd063625603b8c0e064ec78761e6280ec0eede588c8d521 joystream_runtime_6_15_0.wasm
The runtime file was produced on docker hub built from the release commit. check the build logs here The computation appears near the end of the log.
Proposal on testnet
The proposal is at https://testnet.joystream.org/#/proposals/14
Created at block 1193393 - check the proposalsCodex.createRuntimeUpgradeProposal
extrinsic
Verifying the build matches the proposed runtime
Instructions to build and verify that the runtime was built from the current release commit (you need docker tools):
# get the same rust build environment
docker pull joystream/rust-builder
# clone the joystream repo
git clone https://github.com/Joystream/joystream.git
cd joystream
# checkout the release version
git checkout v6.15.0
# build the node and runtime
./scripts/build-joystream-node-docker-image.sh
# Get some coffee and check the computed hash at the end of the build :)