vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
236 stars 37 forks source link

fix: remove internal frames from stack trace #243

Closed DanielSchiavini closed 1 month ago

DanielSchiavini commented 1 month ago

What I did

strip_internal_frames was originally in vyper_contract.py and all the frames that needed to be stripped were also in vyper_contract.py. now that it has been refactored into multiple files, the frames can be from different files. strip frames from any module in the current package.

How I did it

How to verify it

Description for the changelog

Cute Animal Picture

image