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
V corresponds to the public key recovery coordinates selector for the ECDSA signature on the elliptic curve function. See https://bitcoin.stackexchange.com/questions/38351/ecdsa-v-r-s-what-is-v. There are only some values possible in Ethereum, and I think they might have even changed over time (but I'm not sure if this was Ethereum or Bitcoin).
Whoever takes this issue should check:
Which V values are legal in Ethereum.
That we validate that only legal values are used in signatures received through the Eth JSON-RPC eth_sendRawTransaction operation.
The text was updated successfully, but these errors were encountered:
V corresponds to the public key recovery coordinates selector for the ECDSA signature on the elliptic curve function. See https://bitcoin.stackexchange.com/questions/38351/ecdsa-v-r-s-what-is-v. There are only some values possible in Ethereum, and I think they might have even changed over time (but I'm not sure if this was Ethereum or Bitcoin).
Whoever takes this issue should check:
eth_sendRawTransaction
operation.The text was updated successfully, but these errors were encountered: