virto-node
virto-node copied to clipboard
Virto Network blockchain node.
The initial idea of `VoteWeight` being a `u32` was to normalize votes in the `u32` range, as we are currently just `saturating_add`ing votes and blanaces are big numbers(`u128`) I assume...
Make sure that, once pushed to master, we should run E2E tests using the `virto-node-e2e-tests` chopsticks tests.
## Requirements - [ ] Omit logging on production
One of the metrics to promote a community to a higher rank in the Kreivo collective is their amount of memberships, but since memberships will come in different kinds and...
As more communities join the network we will want to make Root track more strict with more conservative curves and waiting periods. Minting new memberships however should be done more...
We can generalize the `dispatch_as_account` to allow for communities to dispatch calls not only as their own account but also as any of their allowed community origins, this would include...
Instead of "the fee handler" we should be able to define several fee handlers that each focus on different things and can later be composed together with a tuple similar...
In general people agree that common good treasuries should spend on something - so far so good. Sadly, beyond that it’s a free for all of subjective opinion. Most contentious...
There is a very simple DAO design that is an 'optimistic' structure - where proposals approve _optimistically_ unless members organise to cancel the proposal. these DAOs can move very fast...