colonyNetwork icon indicating copy to clipboard operation
colonyNetwork copied to clipboard

Colony Network smart contracts

Results 129 colonyNetwork issues
Sort by recently updated
recently updated
newest added

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

maintenance
ready-for-review

`yarn` was great at a time when npm was lacking the speed, the consistency and the features it provided. These days are over now as npm has caught up. I...

ready-for-review

A recent incident revealed the reputation miner was a bit brittle. It submitted a new reputation hash, but the account being submitted from had (very nearly) run out of xdai,...

maintenance
ready-for-review

Based on #1070 (as this branch is being used by the frontend team), so no merging for now. The main issue with the metatransaction broadcaster in the real world is...

feature
ready-for-review

This PR adds the extension contracts to the `docgen` script. As they are not pure `Interface` contracts, some adjustments to the docgen script were necessary (inspection of nodes to be...

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

When creating the docs, the natspec comment parser gives some helpful error messages: ### `Generating IColonyNetwork documentation...` #### `Warning: deployTokenAuthority address has no matching natspec comment` Here we need to...

bug

When running the natspec docgen script, two issues come up: * These warnings are generated: ``` Generating IColony documentation... Warning: moveFundsBetweenPots _fromChildSkillIndex has no matching natspec comment Warning: moveFundsBetweenPots _toChildSkillIndex...

bug

https://eips.ethereum.org/EIPS/eip-2612 We don't have a `nonces` function.

maintenance