What's Changed
- chore: add gitlab pipeline name by @ntn-x2 in #710
- fix: cargo tests by @ntn-x2 in #711
- chore: update status badge by @ntn-x2 in #712
- ci: Deploy pages by @ggera in #703
- chore: add peregrine-dev id by @ntn-x2 in #715
- fix: async backing by @Ad96el in #713
- fix: triggering gitlab pipeline on tags by @ntn-x2 in #717
- fix: node-side panics after refactoring by @ntn-x2 in #718
- feat: embed chainspecs in binary by @ntn-x2 in #720
- ci: try-runtime WASMs in release pipeline by @ntn-x2 in #724
- chore: post 1.14 release by @ntn-x2 in #723
- chore: remove experimental feature by @ntn-x2 in #729
- fix: more accurate weights for staking heavy operations by @ntn-x2 in #725
- chore: add missing symbols in pallets/parachain-staking/src/lib.rs by @hongmengning in #727
- fix: better caching of Rust deps by @ntn-x2 in #733
- chore: add cargo-deny to codebase by @ntn-x2 in #732
- test: test runtime benchmarks by @ntn-x2 in #731
- fix: benchmark test CI by @ntn-x2 in #734
- fix: bail out early if switching zero amount by @ntn-x2 in #739
- chore: add events for deposit owner changes by @ntn-x2 in #738
- fix: spiritnet config for the switch pallet by @ntn-x2 in #742
- chore: update license years to 2024 by @ntn-x2 in #743
- chore: add zombienet config files for quick spin-ups by @ntn-x2 in #714
- chore: add extensible chopsticks setup by @ntn-x2 in #740
- fix: spiritnet pallet_vesting weights by @ntn-x2 in #741
- feat: add support for cross-chain switch reversal by @ntn-x2 in #744
- chore: bump yanked dependency by @ntn-x2 in #747
- chore: update chainspec by @ntn-x2 in #750
- chore: add Zombienet docs by @ntn-x2 in #748
- fix: deployment workflows by @ntn-x2 in #755
Breaking changes for users
- The extrinsics
parachainStaking > execute_schedule_reward_change
andparachainStaking > set_inflation
extrinsics require a new parameter indicating the number of collator currently part of thecandidatePool
storage. This is required to improve the accuracy of the calculated weights, since assuming the maximum possible number of collators resulted in some previously uncaught errors when evaluating the extrinsic weight. Hence, to get the right value to include in the aforementioned extrinsics, just query theparachainStaking > counterForCandidatePool
storage and get the value to include in the extrinsic.
Spiritnet runtime Info
Version : kilt-spiritnet-11405
Metadata : V14
Size : 1.47 MB (1546643 bytes)
authorizeUpgrade : 0x8169afe910799c9bfa9261731b84458d9744421cbb974f167b599a07327e47a7
IPFS : QmYYd3cMNUHxyxRLsWJ5mUkvegecoASPBFsc1R7WtYk56w
BLAKE2_256 : 0x417e95d01df20ab45d5c5257cf21c2357812323bb38d7b332937b63ff5a8eae5
Peregrine runtime Info
Version : mashnet-node-11405
Metadata : V14
Size : 1.47 MB (1546156 bytes)
setCode : 0x82e7700a69342063dfeeb1066e4e8c6914e9b9a0a69535a22ee1f0e36e734584
authorizeUpgrade : 0xd7fb4a455d02ab84b26edc8302d037e63a1b058c473c1eef80bd83d4541dddfa
IPFS : QmbLNgAGZo61VBiwrnWx7jSUWNK9oZKZ5Lph4DaWffVDKn
BLAKE2_256 : 0xae968496287fc9a96208feffdb0137371569cad24ad1298d654259591c96287e
New Contributors
- @hongmengning made their first contribution in #727
Full Changelog: 1.14.4...1.14.5