NomicFoundation / hardhat

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

@nomiclabs/hardhat-ganache : support getProof #3556

Closed joelamouche closed 1 year ago

joelamouche commented 1 year ago

Describe the feature

It seems that even though ganache by itself does support getProof, the @nomiclabs/hardhat-ganache plugin does not support eth_getProof.

Maybe it needs to be updated? Thanks in advance

Search terms

hardhat-ganache getProof

fvictorio commented 1 year ago

I guess the fix is to update the ganache dependency in the plugin. We are using ganache-core right now, but that has been deprecated and the ganache package should be used instead. This surely means some code changes too.

PRs welcome for this.

joelamouche commented 1 year ago

I can give it a shot...

fvictorio commented 1 year ago

Closing this since we removed the plugin from our repo.