Open
Description
Hey there!
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 uint64
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
Metadata
Assignees
Labels
No labels
Activity