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
Currently it thinks each item in the callscript starts with the spec id, but this is actually only added once.
See (Updated with pinned version)
aragon.js/packages/aragon-wrapper/src/index.js
Lines 764 to 772 in 87fcc99
The text was updated successfully, but these errors were encountered:
wrapper: fix callsscripts decoding (#283)
0732c12
See schema for callsscript data: https://github.com/aragon/aragonOS/blob/dev/contracts/evmscript/executors/CallsScript.sol#L28. Fixes #260.
Successfully merging a pull request may close this issue.
Currently it thinks each item in the callscript starts with the spec id, but this is actually only added once.
See (Updated with pinned version)
aragon.js/packages/aragon-wrapper/src/index.js
Lines 764 to 772 in 87fcc99
The text was updated successfully, but these errors were encountered: