ApeWorX / ape-foundry

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

feat: implement `get_transaction_trace()` [APE-750] #37

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

We hadn't implemented the geth style traces yet in this plugin. They are needed for coverage and other features to work, so this implements the necessary API method.

How I did it

Copy ape-hardhat Also needed to add a new flag to the CLI startup.

How to verify it

Works the same as geth and hardhat now.

Checklist