Skip to content
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

Merged
merged 12 commits into from
Jul 28, 2019
Merged

Update scripts & dependencies #60

merged 12 commits into from
Jul 28, 2019

Conversation

0xGabi
Copy link
Contributor

@0xGabi 0xGabi commented Jul 13, 2019

closes #8 , closes #59 , closes #58 , closes #57, closes #62, closes #63

TODO:

  • Update to new Templates

@0xGabi 0xGabi mentioned this pull request Jul 13, 2019
2 tasks
set -e;
cd repos/aragon;

npm run publish:major -- --publish-dir $IPFS_CACHE/@aragon/aragon --skip-confirmation --no-propagate-content --no-build;
Copy link
Contributor

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

@0xGabi 0xGabi merged commit 76bf284 into aragon:master Jul 28, 2019
@0xGabi 0xGabi deleted the update-scripts branch July 28, 2019 04:29
"@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",
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants