vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
247 stars 49 forks source link

Remove Address inheritance from string #136

Closed DanielSchiavini closed 6 months ago

DanielSchiavini commented 7 months ago

Based on this comment: https://github.com/vyperlang/titanoboa/pull/133#discussion_r1481517912

charles-cooper commented 6 months ago

yea, i'm convinced we should inherit from bytes instead. that way users don't have to convert to the canonical address in order to interface with py-evm.