software-mansion / cairo-profiler

Profiler for Cairo programming language & Starknet
MIT License
29 stars 2 forks source link

Use class hash instead of contract address #82

Open piotmag769 opened 4 months ago

piotmag769 commented 4 months ago

Contract address is irrelevant for profiling purposes. We should instead display a class hash if the contract name is unknown or the --show-details flag is used. The part of implementation on the side of snforge is related to https://github.com/foundry-rs/starknet-foundry/issues/2058