Releases: liuchengxu/substrate
Releases · liuchengxu/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)
monthly-2021-10
Automatic snapshot pre-release monthly-2021-10
Changes since last snapshot (monthly-2021-09)
Substrate changes
Runtime
- Implement a
CountedStorageMap
(paritytech#9125) - Emit log on Runtime Code change. (paritytech#9580)
- Migrate
pallet-tips
to the new pallet attribute macro (paritytech#9711) - Use the precise number of approvals when constructing RawOrgin::Members (paritytech#9647)
- Implemented
seal_ecdsa_recovery
function in the contract pallet (paritytech#9686) - contracts: Remove state rent (paritytech#9669)
- Add VoteLocking config (paritytech#9641)
- Generate storage info for pallet authority_discovery (paritytech#9428)
- Make System Events Private from the Runtime (paritytech#9619)
- pallet-vesting: Support multiple, merge-able vesting schedules (paritytech#9202)
Client
- Emit log on Runtime Code change. (paritytech#9580)
- Add
childstate_getStorageEntries
RPC (paritytech#9459) - Use tokio runtime handle instead of
TaskExecutor
abstraction (paritytech#9737) - Store the database in a role specific subdirectory (paritytech#9645)
- Fixed block response limit check (paritytech#9692)
- Fix
state_subscribeRuntimeVersion
for parachains (paritytech#9617)
API
- Enrich metadata with type information (paritytech#8615)
- Emit log on Runtime Code change. (paritytech#9580)
- Migrate
pallet-collective
to the new pallet attribute macro (paritytech#9115) - Migrate
pallet-tips
to the new pallet attribute macro (paritytech#9711) - add query types to generate_storage_alias (paritytech#9659)
- Migrate
pallet-membership
to the new pallet attribute macro (paritytech#9080) - sp-utils => sc-utils (paritytech#9677)
- Add VoteLocking config (paritytech#9641)
- Add methods param for RPC
state_traceBlock
(paritytech#9642) - Remove dependency on sandboxing host functions (paritytech#9592)
- Better RPC prometheus metrics. (paritytech#9358)