Skip to content

Commit

Permalink
Update prdoc/pr_3970.prdoc
Browse files Browse the repository at this point in the history
Co-authored-by: Muharem <[email protected]>
  • Loading branch information
shawntabrizi and muharem authored May 7, 2024
1 parent 554eac1 commit 2ef0ce3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion prdoc/pr_3970.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ doc:
description: |
The goal of this PR is to have the treasury pallet work on a parachain which does not produce blocks on a regular schedule, thus can use the relay chain as a block provider. Because blocks are not produced regularly, we cannot make the assumption that block number increases monotonically, and thus have new logic to handle multiple spend periods passing between blocks. To migrate existing treasury implementations, simply add `type BlockNumberProvider = System` to have the same behavior as before.

crates: [ ]
crates:
- name: pallet-treasury
bump: major
- name: pallet-bounties
bump: minor
- name: pallet-child-bounties
bump: minor

0 comments on commit 2ef0ce3

Please sign in to comment.