-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ensure that hat wearers can fork hats and a hat tree #4
Comments
might be facilitated with batch create and batch minting |
batch create and batch mint would also facilitate templates and recommended frameworks for starting with hats from scratch |
Facilitate this by bringing back...
|
Re-opening this based on a conversation with @topocount, who suggested a new approach: Create a function that creates a new tophat that at first simply points to an existing hat in another tree, allowing users to later re-create the existing hats below it under the new tophat. This would enable cheap and flexible forking. |
Update hats contract address
the DAO (the wearer of the topHat) owns the authorities & powers it delegates to various hats, so those authorities and powers should not be forkable. However, the structure of the delegation and "hat tree" should be forkable and able to be (easily?) duplicated under the control of a different topHat.
The text was updated successfully, but these errors were encountered: