-
Notifications
You must be signed in to change notification settings - Fork 32
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
Upgrade go-ethereum #1767
Comments
trajan0x
added a commit
that referenced
this issue
Jan 14, 2024
trajan0x
added a commit
that referenced
this issue
Jan 14, 2024
This was referenced Jan 14, 2024
Closed
require (
github.com/ethereum/go-ethereum vX.Y.Z // replace with the latest version
)
abigen --sol AgentsTestContract.sol --pkg agentstestcontract --out AgentsTestContract.go
References/agents/testutil/agentstestcontract |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need newer version of geth.
(found this out in #1650 when abigen stopped working because we didn't support push0. Workaround done in #1768)
The text was updated successfully, but these errors were encountered: