35 major breaking releases

new 38.0.0 Jan 14, 2025
37.0.0 Sep 26, 2024
36.0.0 Jul 18, 2024
35.0.0 Jul 12, 2024
0.0.0 Nov 21, 2022

#398 in Magic Beans

Download history 1068/week @ 2024-09-27 1025/week @ 2024-10-04 1195/week @ 2024-10-11 1840/week @ 2024-10-18 1389/week @ 2024-10-25 1611/week @ 2024-11-01 15506/week @ 2024-11-08 27044/week @ 2024-11-15 25872/week @ 2024-11-22 24629/week @ 2024-11-29 27850/week @ 2024-12-06 25617/week @ 2024-12-13 8591/week @ 2024-12-20 10197/week @ 2024-12-27 22112/week @ 2025-01-03 23521/week @ 2025-01-10

68,463 downloads per month
Used in 25 crates (4 directly)

Apache-2.0

3.5MB
53K 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.

Release

Polkadot SDK Stable 2412

Dependencies

~18–33MB
~540K SLoC