We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users have reported that commands sometimes create multiple duplicate transactions. E.g.:
dao install testcurvevoting.aragonid.eth curve-voting.open.aragonpm.eth 6.0.0 --app-init-args 0x27c06278493171b004fe44b10a1634bdb7ea4b65 510000000000000000 150000000000000000 3600 315360000000 15 --use-frame --env aragon:rinkeby
dao acl create testcurvevoting.aragonid.eth 0x7a875EeFcd5c3c2648f3FC69D0a6574E57ad9243 EXECUTE_ROLE 0xF9176dD8d10a23549D75c4051693480456355185 0xF9176dD8d10a23549D75c4051693480456355185 --use-frame --env aragon:rinkeby
So far the problem seems to be happening with the --use-frame parameter so the bug may be within Frame.
--use-frame
Testnet
Bug reported by @pengiundev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
Users have reported that commands sometimes create multiple duplicate transactions. E.g.:
So far the problem seems to be happening with the
--use-frame
parameter so the bug may be within Frame.Context
Mainnet or testnet?
Testnet
Environment
Bug reported by @pengiundev
The text was updated successfully, but these errors were encountered: