ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
255 stars 653 forks source link

Update some data types to be consistent with go-ethereum #266

Closed songge-cb closed 3 months ago

songge-cb commented 3 months ago

Description A few variables have changed data types in go-ethereum. The PR is to update their data type in this repo to be consistent with go-ethereum.

Tests

Please describe any tests you've added. If you've added no tests, or left important behavior untested, please explain why not.

Additional context

Add any other context about the problem you're solving.

Metadata

trianglesphere commented 3 months ago

These changes will be merged into op-geth when we pull in the latest upstream geth changes. Right now the latest we have merged in is 1.13.8. These changes you are bringing in got released in 1.13.11. There is no pressing reason to backport these changes prior to an upstream merge.