mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 03:18:01 +00:00
4a293bc5a2
Using taplo, fixes all our broken and inconsistent toml formatting and adds CI to keep them tidy. If people want we can customise the format rules as described here https://taplo.tamasfe.dev/configuration/formatter-options.html @ggwpez, I suggest zepter is used only for checking features are propagated, and leave formatting for taplo to avoid duplicate work and conflicts. TODO - [x] Use `exclude = [...]` syntax in taplo file to ignore zombienet tests instead of deleting the dir --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
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.