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 was a small mistake that we did when porting the tracing logic into our Ethereum Development Runtime (EDR) that we enabled by default in the latest release.
I managed to reproduce the issue and can confirm that the fix in NomicFoundation/edr#688 fixes the problem, so this should be fixed once we release a Hardhat version that uses the newest EDR that contains the fix.
Version of Hardhat
2.22.12
What happened?
Hardhat returns 0x padded (twice) values in custom errors.
Note that it works with hardhat@2.22.11.
Minimal reproduction steps
Having that sample contract:
and running the following test:
I receive the following error where the address is
0x
padded twice.Search terms
No response
The text was updated successfully, but these errors were encountered: