ethereum / eth-typing

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

Add `ConstantinopleFix` and `Istanbul` to ForkName #15

Closed voith closed 5 years ago

voith commented 5 years ago

What was wrong?

ConstantinopleFix and Istanbul were missing in ForkName

How was it fixed?

Added ConstantinopleFix and Istanbul to ForkName

Cute Animal Picture

put a cute animal picture link inside the parentheses

voith commented 5 years ago

@pipermerriam Can you cut a release so that this can be used in https://github.com/ethereum/py-evm/pull/1858?

voith commented 5 years ago

@pipermerriam Gentle reminder: Will it be possible to release this? https://github.com/ethereum/py-evm/pull/1858 is dependent on this.

cburgdorf commented 5 years ago

I can take care of this in a minute.

cburgdorf commented 5 years ago

@voith there you go https://pypi.org/project/eth-typing/2.2.0/ :)

voith commented 5 years ago

Thanks @cburgdorf!