Releases: Aventus-Network-Services/substrate
Releases · Aventus-Network-Services/substrate
monthly-2021-12
Automatic snapshot pre-release monthly-2021-12
Changes since last snapshot (monthly-2021-11)
monthly-2021-11
Automatic snapshot pre-release monthly-2021-11
Changes since last snapshot (monthly-2021-10)
Substrate changes
Runtime
- More lenient mechanism for identifying stash accounts in purge_keys (paritytech#10004)
- Root origin always bypass all filter, other origin cannot bypass BaseCallFilter even when constructed from Root origin (paritytech#9948)
- Rework Transaction Priority calculation (paritytech#9834)
Client
- Don't print "Discovered new external" line for private IPs (paritytech#10055)
- make the ws buffer size configurable (paritytech#10013)
- sc-executor-wasmtime: upgrade wasmtime to 0.30.0 (paritytech#10003)
- Disable log reloading by default (paritytech#9966)
--dev
implies--tmp
(paritytech#9938)- Introduce block authorship soft deadline (paritytech#9663)
- Quickly skip invalid transactions during block authorship. (paritytech#9789)
API
- Switch to using ss58-registry crate (paritytech#9755)
- pow: add Version for quick-check of metadata state and refactor lock handling (paritytech#9698)
- Add Deposit and Withdraw Events to Balances Pallet (paritytech#9425)
- Support extra constant renaming (paritytech#9814)
- Root origin always bypass all filter, other origin cannot bypass BaseCallFilter even when constructed from Root origin (paritytech#9948)
- Add low level traits to retrieve name, symbol, decimals and allowance in pallet-assets (paritytech#9757)