-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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,21 @@ | ||
# 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: "Optimistic Project Funding" | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
the PF pallet handles the Optimistic Project Funding. | ||
It allows users to nominate projects (whitelisted in OpenGov) with their DOT. | ||
This mechanism will be funded with a constant stream of DOT taken directly from inflation and distributed to projects based on the proportion of DOT that has nominated them. | ||
|
||
crates: | ||
- name: pallet-opf | ||
bump: patch | ||
- name: frame-support | ||
bump: none | ||
- name: polkadot-sdk | ||
bump: patch | ||
- name: polkadot | ||
bump: none |