NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7k stars 1.36k forks source link

Vyper stack traces ? #1393

Open eightyfive opened 3 years ago

eightyfive commented 3 years ago

Hello,

I believe Vyper stack traces are not supported (when using hardhat-vyper).

Is that on the roadmap ?

Is it a big internal effort or can I contribute ?

Cheers.

fvictorio commented 3 years ago

It is a big internal effort; the tracing logic is based on the output of the solidity compiler. And it's not in our roadmap at this moment, to be honest.

On the bright side, we are working on making hardhat and brownie work better together, so that should (hopefully) let you use vyper with brownie while also using features of hardhat like mainnet forking.