vyperlang / titanoboa

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

Patch encoder/decoder to convert ABI addresses #127

Closed DanielSchiavini closed 7 months ago

DanielSchiavini commented 7 months ago

In https://github.com/vyperlang/titanoboa/pull/115 we introduced some utilities to convert ABI addresses into Address objects. It would be better to change the eth-stdlib encoder and decoder to do that. That should work better with deeply nested objects.