You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs to designed out. In Hardhat 2 stack trace metadata can only be passed between Hardhat and and in-memory EDR instance.
In Hardhat 3 we want to support stack trace display against a remove Hardhat node connecting over the Http Provider.
This will involve changes to npx hardhat node to support additional metadata being passed as part of the JSON RPC layer.
The text was updated successfully, but these errors were encountered:
This needs to designed out. In Hardhat 2 stack trace metadata can only be passed between Hardhat and and in-memory EDR instance.
In Hardhat 3 we want to support stack trace display against a remove Hardhat node connecting over the Http Provider.
This will involve changes to
npx hardhat node
to support additional metadata being passed as part of the JSON RPC layer.The text was updated successfully, but these errors were encountered: