https://www.reddit.com/r/TheDao/comments/4mtdn4/technical_automated_split_assistant_code_review/
Requesting feedback for a solidity contract that will automate the steps to perform a split.
steps to use:
https://github.com/p-s-dev/DAO/wiki/Auto-Split-Curator
Note:
this is not ready to be used on mainnet yet.the minimum time for proposals and splits are coded to 5 minutes,
which is appropriate for a test dao on morden. These values will need
to be changed if it is attempted to be used on main net.this does not protect against a stalker attack. In order to handle a
stalker attack, the internal methods should be changed to allow the
splitInitiator or oraclize to call them.
Next steps:
Current this needs to be deployed for each user that wants to split.
It would be nice to update it to save the internal variables in a map
based on the person who wants to split, which would allow a single
deployed contract to manage splits for multiple users.
Feedback welcome!