DAO icon indicating copy to clipboard operation
DAO copied to clipboard

The Standard DAO Framework, including Whitepaper

Results 17 DAO issues
Sort by recently updated
recently updated
newest added

python prepare.py Compiling ../DAO.sol... Compiling ../SampleOffer.sol... Skipping non existant input file "../SampleOffer.sol" Traceback (most recent call last): File "prepare.py", line 160, in comp2['contracts']['SampleOffer']['abi']) KeyError: 'contracts' No SampleOffer.sol in master.

### Changelog 2016-06-14 DIR created ### Problem Definition The upgrade mechanism implemented in DAO 1.0 is slow and requires the user to swap their tokens with the new DAO tokens....

DAOImprovementRequest_Draft
DAOImprovementRequest

It is just an idea. How about allowing the Client and the Contractor changing the address of the Contractor. That can be useful in something happens to the old account,...

All the variables and functions that individual users can change should be defined in a separate contract for `transfer*` `newProposal` `vote` `executeProposal` `splitDAO` `retrieveDAOReward` `getMyReward` `withdrawRewardFor` `halveMinQuorum` `DAO.sol` should define...