open-runtime-module-library
open-runtime-module-library copied to clipboard
Substrate Open Runtime Module Library
Testing cachepot (DON'T MERGE YET)
The [treasury pallet](https://github.com/paritytech/substrate/tree/master/frame/treasury) 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`...
Hi guys, we would like to propose a new feature for xtokens and want to start a discussion to see if it is reasonable and can be worked on. Given...
I have been wondering if we can use XTokens to transfer assets to Statemine directly assuming the channel is open, this will save on transfer fees At the moment I...
should fix all `assert_noop` in tests: https://github.com/paritytech/substrate/pull/11546#issuecomment-1141813767
- add `RelaychainAccountId32Aliases` to xcm-support - add `AllowRelayedPaidExecutionFromParent` to xcm-support - add unit testcase - add integration test in acala: https://github.com/AcalaNetwork/Acala/pull/1614 `AllowRelayedPaidExecutionFromParent` is needed because in the case of relaychain...
Some of the errors in `orml_tokens::Error` could specify the `CurrencyId` to narrow the source of error. For example, [`BalanceTooLow`](https://github.com/open-web3-stack/open-runtime-module-library/blob/c8d31a2e8dcfd11731709634e3b442f4927fb4c5/tokens/src/lib.rs#L243) could be a tuple variant `BalanceTooLow(T::CurrencyId)`.
closes: https://github.com/open-web3-stack/open-runtime-module-library/issues/695