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

Support apps using truffle 4 #1104

Closed
macor161 opened this issue Dec 19, 2019 · 3 comments · Fixed by #1163
Closed

Support apps using truffle 4 #1104

macor161 opened this issue Dec 19, 2019 · 3 comments · Fixed by #1163
Assignees
Labels
🐛 bug An unexpected behavior of the API

Comments

@macor161
Copy link
Contributor

aragon run currently breaks with apps using truffle 4. It should probably support those projects.

@0xGabi
Copy link
Contributor

0xGabi commented Dec 19, 2019

Can you share which app. I test it on the old boilerplates and it worked for me 🤔

@macor161
Copy link
Contributor Author

macor161 commented Dec 20, 2019

Maybe it's only a problem on my laptop. I tested all the open enterprise apps: http://github.com/autarkLabs/open-enterprise
Will try again today on a clean vm.
I seemed to use truffle 5 instead of the locally installed truffle.
E.g. on the address-book app I get the following error:

Error: Truffle is currently using solc 0.5.12, but one or more of your contracts specify "pragma solidity 0.4.24".
Please update your truffle config or pragma statement(s).
(See https://truffleframework.com/docs/truffle/reference/configuration#compiler-configuration for information on
configuring Truffle to use a specific solc compiler version.)

Truffle v5.1.4 (core: 5.1.4)
Node v10.17.0

@0xGabi
Copy link
Contributor

0xGabi commented Dec 20, 2019

I think it might be the truffle-config file each project is using. We might need to check if they have an old truffle configuration and made some transformation

@eternauta1337 eternauta1337 added the 🐛 bug An unexpected behavior of the API label Jan 2, 2020
@0xGabi 0xGabi self-assigned this Jan 3, 2020
@macor161 macor161 mentioned this issue Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug An unexpected behavior of the API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants