monthly-2022-10
Pre-release
Pre-release
Automatic snapshot pre-release monthly-2022-10
Changes since last snapshot (monthly-2022-09)
Substrate changes
Runtime
- 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) - pallet-identity: Be more paranoid ;) (paritytech#12170)
- [Fix] Make sure pool metadata is removed on pool dissolve (paritytech#12154)
- Emit events for inter contract calls (paritytech#12136)
- Uniques: Reset approved account after transfer (paritytech#12145)
- Weight v1.5: Opaque Struct (paritytech#12138)
- Fix nomination pools pending rewards RPC (paritytech#12095)
- Revert "Auto-incremental CollectionId (paritytech#11796)" (paritytech#12059)
- Replace
T::AccountId
with<T::Lookup as StaticLookup>::Source
(paritytech#11670) - Make state types public (paritytech#12032)
- Proposal: Flatten
AllPallets
and similar types (paritytech#11813) - transactional: Wrap
pallet::calls
directly in storage layers (paritytech#11927) - Transaction payment runtime api: query call info and fee details (paritytech#11819)
- contracts: Apply depth limit when decoding (paritytech#11991)
Client
- Proper naming wrt expectations (paritytech#12311)
- benches: disable caching per default (paritytech#12232)
- Add
--header
tobenchmark overhead + storage
(paritytech#12204) - Add benchmarking support for digest items (paritytech#12159)
- Runtime State Test + Integration with
try-runtime
(paritytech#10174) - Weight v1.5: Opaque Struct (paritytech#12138)
- Introduce trie level cache and remove state cache (paritytech#11407)
- swap ed25519-dalek for ed25519-zebra (paritytech#11781)
API
- rpc: Implement
chainSpec
RPC API (paritytech#12261) - Create sp-weights crate to store weight primitives (paritytech#12219)
- BREAKING: Rename Call & Event (paritytech#11981)
- [contracts] API host functions: remove
seal_
name prefix + enable aliasing (paritytech#12126) - Alliance pallet: add force_set_members instead of init_members function (paritytech#11997)
- Weight v1.5: Opaque Struct (paritytech#12138)
- Alliance pallet: retirement notice call (paritytech#11970)
- Allow construct_runtime to take cfg attributes for pallets (paritytech#11818)
- Implement ResultQuery (paritytech#11257)
- Fix Origins Used in Runtime Benchmarks (paritytech#12037)
- Proposal: Flatten
AllPallets
and similar types (paritytech#11813) - Runtime API versioning (paritytech#11779)
- Transaction payment runtime api: query call info and fee details (paritytech#11819)