Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

monthly-2021-11

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 02:05
f37f1c8

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)
  • Fungibles and Non-Fungibles Create and Destroy Traits + Assets and Uniques Implementation (paritytech#9844)
  • Fix amount emitted in rebonded event (paritytech#9866)
  • Implement pallet-bags-list and its interfaces with pallet-staking (paritytech#9507)
  • 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)

Client

API