virto-node icon indicating copy to clipboard operation
virto-node copied to clipboard

Virto Network blockchain node.

Results 38 virto-node issues
Sort by recently updated
recently updated
newest added

We want a simple privileged extrinsic(for the root track) in the communities manager to mint memberships in bulk wit a given type. The pallet can define a constant that represents...

enhancement

Let's explore the possibility of encoding data in the community ID to identify and categorize them better. Later we can also use this information to enable/restrict parts of the system,...

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...

bug

Pending to move this feature to the pallet fee-handler

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...