Closed abhi3700 closed 2 weeks ago
Latest commit: abe27cbd2f3a1f238174be4e2dda3aac6fda841f
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The Github CI/CD tests are failing because of following error.
Using Node.js
v22.11.0
Downloading compiler 0.8.24
TypeError: Member "recover" not found or not visible after argument-dependent lookup in type(library ECDSA).
--> contracts/mocks/EIP712Verifier.sol:13:35:
|
13 | address recoveredSigner = ECDSA.recover(digest, signature);
| ^^^^^^^^^^^^^
Error HH600: Compilation failed
It doesn't make sense to me as in my VSCode, the method is valid. I am not sure what am I missing 🤔 .
Fixes #5291