Daniel Kronovet
Daniel Kronovet
Some minor tweaks to sync the code with the docs, plus a bit more logging
- Stage 1 - Bundle 1: - Create Colony - Create Token - Assign Token - Mint Token - Claim Tokens - OneTxPayment Extension - Expenditures Extension - Bundle 2:...
As discussed today in Product Sync, we would like to allow colony owners to invite users via email, and give them reputation. After working through a few ideas, we seem...
Checking reputation proofs is generally useful functionality. Rather than have extensions re-implement, let's provide a common function.
Miscellaneous updates to the reputation miner to facilitate use by-end users, mostly around improved logging.
Create Chainlink integration allowing our token & hybrid voting contracts to read the results of snapshot votes.
People are creating spam motions, which is upsetting our early adopters. We should introduce a parameter in the motions contract which restricts motion creation to users who meet a minimum...
Currently it takes two transactions to add native tokens to the colony... it could probably be one.
Closes #90 This PR introduces two new extensions: `VotingToken.sol` and `VotingHybrid.sol`. As expected, `VotingToken` implements token-based voting, while `VotingHybrid` implements joint reputation- and token-based voting, defined as requiring both reputation-...