Skip to content
Unverified Commit a4791617 authored by davidk-pt's avatar davidk-pt Committed by GitHub
Browse files

pallet-child-bounties index child bounty by parent bounty (#6255)



Resolves https://github.com/paritytech/polkadot-sdk/issues/5929

Migrates `ChildBountyDescriptions` to be indexed instead of unique child
bounty id unique per all child bounties in the pallet to be unique per
every parent bounty.

Migrates `(ParentBounty, ChildBounty)` keys inside `ChildBounties`
storage item to use new `ChildBounty` ids starting from `0`.

@paritytech/frame-coders

---------

Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
Co-authored-by: default avatarDavidK <[email protected]>
Co-authored-by: default avatarmuharem <[email protected]>
Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
parent b667c279
Pipeline #504397 waiting for manual action with stages
in 1 hour, 11 minutes, and 27 seconds