vyperlang / titanoboa

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

feat: call trace tree #245

Closed DanielSchiavini closed 1 month ago

DanielSchiavini commented 3 months ago

What I did

Allow users to generate a call tree of the last message call

How I did it

How to verify it

Description for the changelog

Cute Animal Picture

image

charles-cooper commented 2 months ago

can we split the etherscan caching into its own PR?

DanielSchiavini commented 1 month ago

@charles-cooper the trace is pretty unusable without the caching because it's so slow. I can split it though.