15 major breaking releases

new 19.0.0 Mar 26, 2023
18.0.0 Mar 5, 2023
17.0.0 Feb 26, 2023
16.0.0 Feb 19, 2023
0.0.0 Nov 21, 2022

#716 in Magic Beans

Download history 47/week @ 2022-12-09 120/week @ 2022-12-16 14/week @ 2022-12-23 4/week @ 2022-12-30 31/week @ 2023-01-06 30/week @ 2023-01-13 52/week @ 2023-01-20 31/week @ 2023-01-27 36/week @ 2023-02-03 63/week @ 2023-02-10 46/week @ 2023-02-17 25/week @ 2023-02-24 20/week @ 2023-03-03 3/week @ 2023-03-10 2/week @ 2023-03-17 60/week @ 2023-03-24

86 downloads per month

Apache-2.0

2.5MB
44K SLoC

Child Bounties Pallet ( pallet-child-bounties )

Child Bounty

NOTE: This pallet is tightly coupled with pallet-treasury and pallet-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.

Dependencies

~8–44MB
~754K SLoC