mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
6e8795afe6
* rename Event to RuntimeEvent * rename Call * rename in runtimes * small fix * rename Event * small fix & rename RuntimeCall back to Call for now * small fixes * more renaming * a bit more renaming * fmt * small fix * commit * prep for renaming associated types * fix * rename associated Event type * rename to RuntimeEvent * commit * merge conflict fixes & fmt * additional renaming * fix. * fix decl_event * rename in tests * remove warnings * remove accidental rename * . * commit * update .stderr * fix in test * update .stderr * TRYBUILD=overwrite * docs * fmt * small change in docs * rename PalletEvent to Event * rename Call to RuntimeCall * renamed at wrong places :P * rename Call * rename * rename associated type * fix * fix & fmt * commit * frame-support-test * passing tests * update docs * rustdoc fix * update .stderr * wrong code in docs * merge fix * fix in error message * update .stderr * docs & error message * . * merge fix * merge fix * fmt * fmt * merge fix * more fixing * fmt * remove unused * fmt * fix Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Child Bounties Pallet ( pallet-child-bounties )
Child Bounty
NOTE: This pallet is tightly coupled with
pallet-treasuryandpallet-bounties.
With child bounties, a large bounty proposal can be divided into smaller chunks, for parallel execution, and for efficient governance and tracking of spent funds. A child bounty is a smaller piece of work, extracted from a parent bounty. A curator is assigned after the child bounty is created by the parent bounty curator, to be delegated with the responsibility of assigning a payout address once the specified set of tasks is completed.
Interface
Dispatchable Functions
Child Bounty protocol:
add_child_bounty- Add a child bounty for a parent bounty to for dividing the work in smaller tasks.propose_curator- Assign an account to a child bounty as candidate curator.accept_curator- Accept a child bounty assignment from the parent bounty curator, setting a curator deposit.award_child_bounty- Close and pay out the specified amount for the completed work.claim_child_bounty- Claim a specific child bounty amount from the payout address.unassign_curator- Unassign an accepted curator from a specific child bounty.close_child_bounty- Cancel the child bounty for a specific treasury amount and close the bounty.