-
Notifications
You must be signed in to change notification settings - Fork 1k
pallet-multi-asset-bounties: create first version of the pallet #8381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…r and unassign_curator
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
…time_dev --bump patch'
…--pallet pallet_multi_asset_bounties --fail-fast'
This comment was marked as off-topic.
This comment was marked as off-topic.
…m/paritytech/polkadot-sdk into tiago-multi-asset-bounties-pallet
/// The preimage provider. | ||
type Preimages: QueryPreimage<H = Self::Hashing> + StorePreimage; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you request preimage here, it cannot be deleted. later when bounty removed you can unrequest preimage
… move curator deposit to storage item
/cmd bench --runtime dev --pallet pallet_multi_asset_bounties --fail-fast |
Command "bench --runtime dev --pallet pallet_multi_asset_bounties --fail-fast" has started 🚀 See logs here |
…--pallet pallet_multi_asset_bounties --fail-fast'
Command "bench --runtime dev --pallet pallet_multi_asset_bounties --fail-fast" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
All GitHub workflows were cancelled due to failure one of the required jobs. |
Closes #8768
Description
This PR introduces
pallet-multi-asset-bounties
, which enables bounties to be funded by assets other than the native token and adds several key enhancements to bounty management. The motivation for creating this pallet is to support stablecoin funding in order to mitigate volatility in bounty value and reduce curator overhead.See the pallet docs for more info about the pallet.