-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix Bugless CLI #76
Comments
The CLI itself works for me. Could you please post the error message you got? :) |
The error I got was |
I see. Although the quickest solution for now is to increase the stack space for your system. Try the |
The |
This has been superseded by #79 |
The Bugless CLI is not working with the migration to Rollmelette, and should be fixed.
This is due to the fact that it uses
cast
to send inputs, which limits the maximum argument size.We should, just like EggRoll, use
go-ethereum
to write, sign and send transactions toanvil
.The text was updated successfully, but these errors were encountered: