-
Notifications
You must be signed in to change notification settings - Fork 74
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
hangs upon execution #20
Comments
Yeah I'm having the same behavior too. http://blog.curvegrid.com/daysofblock/2017/05/11/daysofblock-01-evmdis.html makes it look like you are in fact supposed to pass the input through stdin, but my results match up with you rather than that blog post. |
@nolash, you need to pipe the hex into Compare the following.
Hope that helps! And obviously a future enhancement opportunity to improve the help text ( |
@agentme could you check my previous comment and see if that helps? |
Yep, it was the newline at the end! Works great when I cut that out, thanks! |
compiling the following with
solc --optimize --bin-runtime
bytecode:
I then try:
The command hangs till I manually SIGINT.
I try:
I get:
I also tried
solc --optimize --bin
andevmdis -ctor -log
, same results.My setup:
The text was updated successfully, but these errors were encountered: