sunshine icon indicating copy to clipboard operation
sunshine copied to clipboard

Governance + Bounty Platform

Results 22 sunshine issues
Sort by recently updated
recently updated
newest added

see `pallets/drip` to define recurring payment metadata ```rust pub enum Payment { // dripped with .0 amount sent every .1 blocks until the full amount .2 is paid RateUpToFullAmount(Currency, BlockNumber,...

introducing non-refundable contributions fixed #84 but now we have this other problem ## bounty4 proposal 1. A `Permill` threshold is set in the field of the struct `BountyOf` to represent...

called meta it will also have a map to register vote thresholds for setting defaults for org governance in other modules ```rust map DefaultId => Option ``` ## and simplify...

some oracle for generating randomness with a bunch of client inputs ## psuedo-randomness https://substrate.dev/rustdocs/v2.0.0-rc4/sp_runtime/random_number_generator/struct.RandomNumberGenerator.html

in vote, the duration of the vote is enforced but there is no way to extend it and that seems limiting and potentially inconvenient in court, the duration of the...

natural progression is gradual adjustment of voting norms based on the applicant and their relationship with the bounty-poster but don't start with such a generic relationship, start with a simple...

If we're using an object in storage to authenticate a runtime method call, then it seems intuitive to pass the `AccountId` to the method that is doing changes to storage...

module level interface like `sunshine-org` but for the vote modules such as * vote-yesno * vote-petition NOT a priority

We have one organization identifier, it is usually a `u32`. The `shares` modules sometimes use each other but they are intended to be used separately such that * `shares-membership` (flat...