This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 680
All transaction signatures whose s-value is greater than secp256k1n/2 are now considered invalid, but ganache accepts them #2600
Comments
This was referenced Nov 23, 2023
This was referenced Dec 2, 2023
This was referenced Mar 12, 2024
This was referenced Mar 20, 2024
This was referenced Mar 27, 2024
This was referenced Apr 16, 2024
This was referenced Apr 17, 2024
This was referenced Oct 11, 2024
This was referenced Oct 18, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to EIP-2 "All transaction signatures whose s-value is greater than secp256k1n/2 are now considered invalid."
the signature generated by hardware wallet has s component greater than secp256k1n/2 .
Ganache currently permits this greater "s" value.
The text was updated successfully, but these errors were encountered: