ethereum / eth-typing

Python types for type hinting commonly used ethereum types
MIT License
31 stars 35 forks source link

bugfix: ``Merge`` -> ``Paris`` renaming for ForkName enum #38

Closed fselmo closed 2 years ago

fselmo commented 2 years ago

What was wrong?

Merge isn't really the fork name, even though ethereum/tests uses it as the name for the Network. We should use the appropriate name in ForkNameEnum for the execution layer fork name.

How was it fixed?

Rename Merge to Paris

To-Do

Cute Animal Picture

GOPR4248