-
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
Update scripts & dependencies #60
Conversation
scripts/publish-client
Outdated
set -e; | ||
cd repos/aragon; | ||
|
||
npm run publish:major -- --publish-dir $IPFS_CACHE/@aragon/aragon --skip-confirmation --no-propagate-content --no-build; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll want to use the build:local
command instead
"@aragon/id": "^2.0.0", | ||
"@aragon/os": "^4.2.0", | ||
"eth-ens-namehash": "^2.0.8", | ||
"ganache-cli": "~6.2.0", | ||
"ganache-cli": "^6.4.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xGabi It looks like this is actually breaking some assumptions we hold with ETH nodes :(.
The newer versions of ganache-cli do not seem to react properly to an eth_estimateGas
, making transaction pathing in the client fail (it currently always says you can directly do every action).
closes #8 , closes #59 , closes #58 , closes #57, closes #62, closes #63
TODO: