You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that abigen from go-ethereum 1.10.10 is now generating a contract.go with breaking changes. The data has been reorganized, but it generates code for a version of the abi/bind package that apparently has breaking changes of its own.
A quick update of the require revealed other breaking changes. The main one that broke the build is that a node.Node no longer has account manager backends by default, requiring them to be registered. ethereum/go-ethereum#23019
This seems to require changes like:
I noticed that abigen from go-ethereum 1.10.10 is now generating a contract.go with breaking changes. The data has been reorganized, but it generates code for a version of the
abi/bind
package that apparently has breaking changes of its own.A quick update of the require revealed other breaking changes. The main one that broke the build is that a
node.Node
no longer has account manager backends by default, requiring them to be registered. ethereum/go-ethereum#23019This seems to require changes like:
The text was updated successfully, but these errors were encountered: