vyperlang / titanoboa

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

StackTrace frames are strings for unknown contracts #225

Closed DanielSchiavini closed 1 month ago

DanielSchiavini commented 4 months ago

The StackTrace class is receiving str frames instead of ErrorDetail. This happens in:

We should convert these to create proper ErrorDetail instances.

DanielSchiavini commented 1 month ago

https://github.com/vyperlang/titanoboa/pull/239#issuecomment-2317935985