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
We'll be introducing a breaking API change in go-ethereum 1.8.0, changing GasUsed and GasLimit types in our entire codebase from big.Int to uint64ethereum/go-ethereum#15466. This will probably break your code if it's not vendored in.
My suggestion is to vendor it the current go-ethereum code, then when we update to uint64 you can check the couple lines that need to be updated.
Cheers,
Peter
The text was updated successfully, but these errors were encountered:
Hey there!
We'll be introducing a breaking API change in go-ethereum 1.8.0, changing
GasUsed
andGasLimit
types in our entire codebase frombig.Int
touint64
ethereum/go-ethereum#15466. This will probably break your code if it's not vendored in.My suggestion is to vendor it the current go-ethereum code, then when we update to uint64 you can check the couple lines that need to be updated.
Cheers,
Peter
The text was updated successfully, but these errors were encountered: