Daniel Kronovet

Results 58 issues of Daniel Kronovet

Some minor tweaks to sync the code with the docs, plus a bit more logging

maintenance
ready-for-review

- Stage 1 - Bundle 1: - Create Colony - Create Token - Assign Token - Mint Token - Claim Tokens - OneTxPayment Extension - Expenditures Extension - Bundle 2:...

maintenance

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

feature

Closes #1058

in-progress

Checking reputation proofs is generally useful functionality. Rather than have extensions re-implement, let's provide a common function.

maintenance
ready-for-review

Miscellaneous updates to the reputation miner to facilitate use by-end users, mostly around improved logging.

on-hold

Create Chainlink integration allowing our token & hybrid voting contracts to read the results of snapshot votes.

on-hold

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

feature

Currently it takes two transactions to add native tokens to the colony... it could probably be one.

feature

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

on-hold