open-runtime-module-library
open-runtime-module-library copied to clipboard
Substrate Open Runtime Module Library
I have noticed that the runtime didn't really like when the benchmarking macro from this repository is mixed with the benchmarking macro from substrate. Hence, I have re-implemented the `orml-vesting`...
See https://github.com/paritytech/polkadot-sdk/issues/3771 Preferably wait until we have https://github.com/paritytech/polkadot-sdk/issues/4092
Is there a reason to use a private `module` in the asset-registry pallet? Now you have to use the `module` everywhere. There is no such thing in other pallets. Is...
Hi, when I try to induce the PriceForSiblingParachainDelivery into our parachain, the related extrinsic in xtoken's pallet cannot work because of `NotHoldingFees`. I guess the reason is the design of...