Daniel Olano

Results 88 issues of Daniel Olano

Regardless of the decision method people should be able to delegate their vote to some other member of their community, this basic governance tool is key to increased voter turnout.

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

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

Make crate no_std while keeping it backwards compatible with a default `std` feature enabled(only used to impl Error for ParseError).

Stores and other kinds of businesses that require a simple checkout experience where users pay for a product or service with local currency need a high level API that can...