Add end-to-end tests to cover the main flows of the pallet_child_bounties module.
Key scenarios to cover:
- Creating a child bounty from a parent bounty
- Assigning and accepting a child bounty curator
- Awarding and claiming a child bounty
- Child bounty closure and payout
- Handling child bounty rejection or cancellation
Tests should verify correct state transitions, events, and payouts throughout the child bounty lifecycle.
This is related to, and dependent on #292 .
Add end-to-end tests to cover the main flows of the
pallet_child_bountiesmodule.Key scenarios to cover:
Tests should verify correct state transitions, events, and payouts throughout the child bounty lifecycle.
This is related to, and dependent on #292 .