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

Newer solc versions return error when compiling the Factory contract #33

Closed
ramvi opened this issue Nov 9, 2016 · 4 comments
Closed

Comments

@ramvi
Copy link

ramvi commented Nov 9, 2016

Module build failed: Error: Inline assembly block is not balanced. It leaves 1 item(s) on the stack.
      assembly {
               ^
Spanning multiple lines.

    at Object.module.exports
@simondlr
Copy link
Contributor

simondlr commented Nov 9, 2016

Thanks @ramvi. We will look into this.

@ramvi
Copy link
Author

ramvi commented Nov 30, 2016

@simondlr
Copy link
Contributor

It turns out the inline assembly warning was due to a bug in the solidity compiler that was fixed with 0.4.5. Does this fix your compilation issues?

@ramvi
Copy link
Author

ramvi commented Nov 30, 2016

Yup!

@ramvi ramvi closed this as completed Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants