-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into gui-fix-CI
- Loading branch information
Showing
17 changed files
with
184 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: "Remove `pallet::getter` usage from the balances pallet" | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
This PR removes the `pallet::getter`s from `pallet-balances`. | ||
The syntax `StorageItem::<T, I>::get()` should be used instead. | ||
|
||
crates: | ||
- name: pallet-balances | ||
bump: patch | ||
- name: pallet-staking | ||
bump: patch | ||
- name: pallet-treasury | ||
bump: patch | ||
- name: pallet-bounties | ||
bump: patch | ||
- name: pallet-conviction-voting | ||
bump: patch | ||
- name: pallet-democracy | ||
bump: patch | ||
- name: pallet-elections-phragmen | ||
bump: patch | ||
- name: pallet-referenda | ||
bump: patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: Only log error in `UnixTime::now` call of the pallet-timestamp implementation if called at genesis | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
This minor patch re-introduces a check to ensure that the `UnixTime::now` implementation in the timestamp only | ||
logs an error if called at the genesis block. | ||
|
||
crates: | ||
- name: pallet-timestamp | ||
bump: minor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.