Automatic snapshot pre-release monthly-2022-06
Changes since last snapshot (monthly-2022-05)
Substrate changes
Runtime
- Several tweaks needed for Governance 2.0 (#11124)
- Safe and sane multi-item storage removal (#11490)
- Storage Layer for All FRAME Extrinsics (#11431)
- Create Script to Run All Benchmarks (#11493)
- Introduce #[pallet::call_index] attribute to dispatchables (#11381)
- Add Score to Bags List (#11357)
- contracts: Add
set_coderoot dispatchable (#11451) - Allow to set the max supply for collection (#11441)
- Explicitly note that existing
AccountIdConversionis truncating and add fallibletry_into...(#10719) - Use 'Items' and 'Collections' in uniques pallet (#11389)
- make pool roles optional (#11411)
- contracts: Prevent PoV attack vector with minimal viable solution (#11372)
- Add force_batch to utility pallet (#11148)
Client
- Switch to pooling copy-on-write instantiation strategy for WASM (#11232)
API
- Safe and sane multi-item storage removal (#11490)
- Stabilize ecdsa_ functions (#11486)
- Use 'Items' and 'Collections' in uniques pallet (#11389)
- jsonrpsee integration (#8783)
- stabilize
seal_contains_storage(seal0) andseal_set_storage(seal1) (#11378) - Remove the
--unsafe-pruningCLI-argument (step 1) (#10995) - [contracts] stabilize
seal_code_hash,seal_set_code_hashandseal_own_code_hash(#11337)