Daniel Olano
Daniel Olano
Kreivo is live and holds real value, we need to have a testing environment where we can try out every new functionality before it goes live on the main net.
Async backing is live on Kusama and Kreivo, specially its payment system, can greatly benefit from increased throughput and reduced block times.
We should disable creating communities directly with the `create` extrinsic of pallet communities by setting its `CreateOrigin` to `NeverEnsureOrigin`. Instead communities should always be created with the extension pallet communities...
At the moment it is possible to register a community specifying any admin origin, even if said origin already is the admin of a different community. This creates an issue...
Add support to more dispatch options to allow for sub-origins and sub-accounts, besides the main community origin and account. Also use a bounded call to allow dispatching existing preimages. closes...
Communities can greatly benefit from using the scheduler, since they are trusted entities paying for a service it should be fine to allow them to do so. Still we could...
I propose generalizing the way how payments are released to the beneficiary. The core feature of payments pallet is being able to hold funds until the sender is satisfied with...
Balances like `0.999999912345` are quite ugly and after certain number of decimals users don't usually care if the fee is 0.000001 or 0.00001 more expensive. We should have a minimum...
Although we are not a DeFi chain, it would be very inefficient/impossible for some operations that are time sensitive to rely on XCM to trade local tokens in the exchange...
We need to define a standard format for the payment remark to be used by marketplaces to detect when a payment should leave a fee to the marketplace. One option...