foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.
https://foundry-rs.github.io/starknet-foundry/
MIT License
308 stars 150 forks source link

Display contract entrypoints as called from functions #2119

Closed piotmag769 closed 4 months ago

piotmag769 commented 4 months ago

Which components does the task require to be changed? (think hard pls)

other (describe below)

Description

Blocked by #1725, planned to be done after #2118. Currently contract entrypoints are connected between each other which is inaccurate. We have to connect contract entrypoints with the actual functions they were called from. It requires looking for starknet libfuncs in sierra (namely call contract, library call and deploy).