monthly-2022-11
Pre-release
Pre-release
Automatic snapshot pre-release monthly-2022-11
Changes since last snapshot (monthly-2022-10)
Substrate changes
Runtime
- Update
pallet-multisig
benches (paritytech#12558) - Make Multisig Pallet Bounded (paritytech#12457)
- contracts: Allow indeterministic instructions off-chain (paritytech#12469)
- Add
DefensiveTruncateFrom
(paritytech#12515) - registrar: Avoid freebies in provide_judgement (paritytech#12465)
- Vesting pallet - make WithdrawReasons configurable (paritytech#12109)
- macro stubs for all pallet:: macros to improve documentation visibility and discovery + revamp of pallet macro documentation (paritytech#12334)
- Maximum value for
MultiplierUpdate
(paritytech#12282) - Use
Option<Weight>
for contract dry-runs (paritytech#12429) - Bound uses of
Call
(paritytech#11649) - Adapt
pallet-contracts
to WeightV2 (paritytech#12421) - Remove contracts RPCs (paritytech#12358)
- Add storage size component to weights (paritytech#12277)
- [Feature] Add deposit to fast-unstake (paritytech#12366)
- Add base-weight to
System::Extrinsic*
events (paritytech#12329) - Rename anonymous to pure proxy (paritytech#12283)
- Make automatic storage deposits resistant against changing deposit prices (paritytech#12083)
- Bound staking storage items (paritytech#12230)
- BREAKING: Rename Origin (paritytech#12258)
- contracts: Use
WeakBoundedVec
for instrumented code (paritytech#12186) - [Feature] Part 1: add TargetList for validator ranking (paritytech#12034)
- Add special tag to exclude runtime storage items from benchmarking (paritytech#12205)
- Improve base weights consistency and make sure they're never zero (paritytech#11806)
- Add inspect trait for asset roles (paritytech#11738)
- BREAKING: Rename Call & Event (paritytech#11981)
- Add
ConstFeeMultiplier
to the transaction payment pallet (paritytech#12222)
Client
- Decrease default --out-peers from 25 to 15 (paritytech#12434)
- Don't send back empty proofs if light request fails (paritytech#12372)
- Remove contracts RPCs (paritytech#12358)
- unsafe_pruning flag removed (paritytech#12385)
- Remove discarded blocks and states from database by default (paritytech#11983)
- Proper naming wrt expectations (paritytech#12311)
- benches: disable caching per default (paritytech#12232)
API
- pallet-mmr: RPC API and Runtime API work with block numbers (paritytech#12345)
- rpc: Implement
transaction
RPC API (paritytech#12328) - Bound uses of
Call
(paritytech#11649) - [fix] Bound staking ledger correctly with MaxUnlockingChunks from configuration (paritytech#12343)
- Allow specifying immediate finalize for
manual-seal
(paritytech#12106) - rpc: Implement
chainSpec
RPC API (paritytech#12261) - Create sp-weights crate to store weight primitives (paritytech#12219)
- BREAKING: Rename Call & Event (paritytech#11981)