ethereum / hexbytes

Python `bytes` subclass that decodes hex, with a readable console output
MIT License
27 stars 19 forks source link

move prepend of 0x to HexBytes.__repr__ #38

Closed pacrob closed 10 months ago

pacrob commented 10 months ago

What was wrong?

HexBytes.hex altered bytes.hex by prepending 0x, which caused some users problems.

Related to Issue # Closes #14 Closes #29

How was it fixed?

Note: this is breaking, but hexbytes is still <v1 - next release should be to next minor version (0.4.0).

Todo:

Cute Animal Picture

image