open-web3-stack / open-runtime-module-library

Substrate Open Runtime Module Library
Apache License 2.0
447 stars 289 forks source link

Add orml-treasury #794

Closed gregdhill closed 12 months ago

gregdhill commented 1 year ago

The treasury pallet in FRAME does not support multiple currencies, would a multi-currency ORML alternative be of interest? We would also like to simplify the implementation to remove the SpendPeriod such that funds approved for spending are transferred instantly.

xlc commented 1 year ago

That sounds useful. Could you make a pallet design so we can iterate on it first before the actual implementation?

xlc commented 12 months ago

AssetHub is going to have multi asset treasury so no we should just use the pallet over there.