ethereum / eth-account

Account abstraction library for web3.py
http://eth-account.readthedocs.io/
MIT License
258 stars 155 forks source link

Bump hexbytes and eth rlp #254

Closed pacrob closed 5 months ago

pacrob commented 5 months ago

What was wrong?

hexbytes has been updated to not override its parent bytes.hex() method and instead use a to_0x_hex() method to generate a 0x-prefixed hexstring.

How was it fixed?

Bumped to hexbytes>=1.2.0 Bumped to eth-rlp>2.1.0 because it depends on hexbytes too. Fixed related tests.

Todo:

Cute Animal Picture

image