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