ethereum / py-trie

Python library which implements the Ethereum Trie structure.
MIT License
105 stars 52 forks source link

add upper pin to hexbytes dep due to incoming breaking update in 0.4.0 #141

Closed pacrob closed 1 year ago

pacrob commented 1 year ago

What was wrong?

The hexbytes lib will be changing the way Hexbytes.hex() works - https://github.com/ethereum/hexbytes/issues/14

How was it fixed?

Add upper pin to hexbytes dep now, then the next release will use hexbytes 0.4.0 as a lower bound.

Todo:

Cute Animal Picture

image