vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
240 stars 40 forks source link

add internal calls in tracebacks #97

Open charles-cooper opened 10 months ago

charles-cooper commented 10 months ago

right now only external calls are tracked in tracebacks, would be good to have internal calls too

DanielSchiavini commented 1 month ago

@charles-cooper maybe it's nice to add the suggested approach to this issue? Is it possible to make this independently of pyevm?