monthly-2022-06
版本发布时间: 2022-06-01 09:39:33
paritytech/substrate最新发布版本:monthly-2023-08(2023-08-01 09:35:33)
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_code
root dispatchable (#11451) - Allow to set the max supply for collection (#11441)
- Explicitly note that existing
AccountIdConversion
is 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-pruning
CLI-argument (step 1) (#10995) - [contracts] stabilize
seal_code_hash
,seal_set_code_hash
andseal_own_code_hash
(#11337)