-
Notifications
You must be signed in to change notification settings - Fork 54
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
Open Enterprise DAO creation problem #1916
Comments
This is specifically due to their second organization creation transaction not working. |
Yes @sohkai is correct, this happened in December when there were gas issues, but we haven’t seen any failures lately. We did create a script you mentioned @macor161 and there are instructions for it here, but we have it more as an internal tool (aren’t expecting someone to download our repo to use it): https://www.notion.so/autark/DAO-Recovery-9e64e29c56884a748cbfeb1b5eccba61 If you direct them to our Keybase we can help them, otherwise let me know if this information is useful. |
@stellarmagnet Great, thanks for the doc Yalda! 🙂 I will try it out with a user and let you know how it went. |
hmm.. it doesn't seem to work. Here is what I did to test the script:
|
Hey all. I have had the same issue with my registration. The package never installed and as mentioned "the app management permission set to 0xc54c5dB63aB0E79FBb9555373B969093dEb17859", as such it is causing a lot of issues. Would appreciate some assistance to this issue that has affected several people. |
The link in the first post is not correct ( https://mainnet.aragon.org/?#/marsxr I've actually created a new DAO but it will cool to recover the previous one so that I can do various DAO to DAO turtles all the way down operations... |
Hi @macor161 there are two issues with this tx. the first is that the allocations period must be at least a day in length (minimum 86400 seconds). Second it seems the gas limit is low, given other successful transactions. The prompt for the minimum allocations period length has been updated and merged so if you pull the latest changes, it shouldn't allow an invalid parameter for allocations period to be entered going forward. Thanks for finding this issue. It's also worth noting that the template will accept a zero value for the allocations period parameter, and default it to 30 days, but this CLI tool will not, since that's just a convention for the template onboarding UI. |
Hi @evok3d please provide answers to the following prompts and I'll get back to you with instructions for what to do next.
You are also welcome to reach out to us on keybase chat. |
@marsrobertson if you created another dao after the dao that failed there is unfortunately no way to recover that partially deployed dao :( |
I've followed up on the Keybase chat:
Not mission critical, I was testing, encountered some issues, moved on... :) I can confirm that both DAOs were created from the same account: |
My issue was resolved! thank you so much for all your help. I reached out to kevbot from autark on keybase and was guided through the process. Hopefully Aragon can solve the timing issue with the process, so it doesnt time out and leave the app in that state. I also want to thank @macor161 for all the assistance, time, and patience in helping me resolve this. Great work everyone! |
Describe the bug
A few users have recently reported having problems creating a new DAO with the
open-enterprise
template, resulting in a DAO with only theTokens
,Finance
andVoting
apps installed but more importantly, the app management permission set to0xc54c5dB63aB0E79FBb9555373B969093dEb17859
, which seems to be the template's smart contract. Therefore they cannot install any app to their DAO.Is there any way for them to recover their permissions?
Mainnet or testnet?
Mainnet
Organization
To Reproduce
Steps to reproduce the behavior:
open-enterprise
templateDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: