ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
33 stars 13 forks source link

refactor: use debug_traceCall #36

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

Makes faster and less buggy by using the new debug_traceCall Note: you may need to do a foundryup.

How I did it

mostly copy ape-geth but had to change 1 small thing to make RPC happy.

How to verify it

Gas reports work as they did before! Also if you had issues before, maybe you don't now??

Checklist