Releases: moonbeam-foundation/substrate
Releases · moonbeam-foundation/substrate
monthly-2021-11
Automatic snapshot pre-release monthly-2021-11
Changes since last snapshot (monthly-2021-10)
monthly-2021-10
Automatic snapshot pre-release monthly-2021-10
Changes since last snapshot (monthly-2021-09)
monthly-2021-09
Automatic snapshot pre-release monthly-2021-09
Changes since last snapshot (monthly-2021-08)
Substrate changes
Runtime
- Stabilize
seal_debug_message
(paritytech#9550) - Improve call, and usage in pallet utility (paritytech#9418)
- Refactor Benchmarks for Less Wasm Memory Usage (paritytech#9373)
- Add some important events to batch & staking to ensure ease of analysis (paritytech#9462)
- Move
PalletVersion
away from the crate version (paritytech#9165) - check can_dec_provider when transfer allow death (paritytech#9411)
- include dispatch result in the Executed event (paritytech#9315)
Client
- Simplify
NativeExecutionDispatch
and remove thenative_executor_instance!
macro (paritytech#9562) - Limit the maximum number of wasm memory pages a runtime can have (paritytech#9308)
- Move client consensus parts out of primitives and into client/consensus/api (paritytech#9319)
API
- DatabaseSource::Auto (paritytech#9500)
- Remove Filter and use Contains instead (paritytech#9514)
- Improve call, and usage in pallet utility (paritytech#9418)
- Add methods to PrefixIterator to support iterating from a specific key (paritytech#9313)
- Benchmarking also benchmark for decoding the call (paritytech#9343)
- Emit error when Config part is imported but without the std feature (paritytech#9225)
- Migrate
pallet-mmr
to the new pallet attribute macro (paritytech#9181)