monthly-2022-09
Pre-release
Pre-release
Automatic snapshot pre-release monthly-2022-09
Changes since last snapshot (monthly-2022-08)
Substrate changes
Runtime
- 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)
- Fix 16bit func_id (paritytech#11985)
- Auto-incremental CollectionId (paritytech#11796)
- Add Event to Pallet Asset-Tx-Payment (paritytech#11690)
- Make New Storage Layer Truly Default (paritytech#11918)
- contracts: Allow
ChainExtension::call()
to access&mut self
(paritytech#11874) - Add era to
Unbonded
event (paritytech#11770) - contracts: Composable
ChainExtension
(paritytech#11816) - Fix nomination pools unbonding logic (paritytech#11746)
- Revamp nomination pool reward scheme (paritytech#11669)
- Buy&Sell methods for Uniques (paritytech#11398)
- Un-deprecate Transactional Macro (paritytech#11807)
- [contracts] Fixed the bug with transfer value for delegate call (paritytech#11771)
- contracts: Reduce size of deletion queue depth (paritytech#11696)
- MEL: Origin, Referenda, ConvictionVoting (paritytech#11631)
- Add Event to Pallet Transaction Payment (paritytech#11618)
- Allow nomination pools to chill + fix dismantle scenario (paritytech#11426)
- pallet alliance (paritytech#11112)
Client
- Introduce trie level cache and remove state cache (paritytech#11407)
- swap ed25519-dalek for ed25519-zebra (paritytech#11781)
- Rename --pruning and --keep-blocks to be more similar to one another (paritytech#11934)
- Beefy: use VersionedFinalityProof instead of SignedCommitment (paritytech#11962)
- Rename
node-runtime
tonode-kitchensink-runtime
(paritytech#11930) - Rpc for pending rewards (paritytech#11831)
- Add
benchmark extrinsic
command (paritytech#11456) - CLI flag to configure tx ban duration (paritytech#11786)
- pallet-beefy-mmr: add API for BEEFY Authority Sets (paritytech#11406)
- Pump the gossip engine while waiting for the BEEFY runtime pallet (memory leak fix) (paritytech#11694)
API
- 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)
- Change on-the-wire protocol names to include genesis hash & fork id (paritytech#11938)
- Rename
node-runtime
tonode-kitchensink-runtime
(paritytech#11930) - Democracy.fast_track not allowed with zero voting period (paritytech#11666)
- [contracts] Implement transparent hashing for contract storage (paritytech#11501)
- Make it possible to disable RocksDB completely (paritytech#11537)