paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.89k stars 696 forks source link

Multi-Asset and Cross-Chain Bounties #6189

Open muharem opened 3 weeks ago

muharem commented 3 weeks ago

part of https://github.com/paritytech/polkadot-sdk/issues/5500

Introduces the asset_kind parameter for a bounty and moves the payments processing from the Currency (only local transfers) trait to Pay (simpler alternative allowing cross-chain setups) trait.