[ECDSA] Do not attach pubKey in account secp256k1 ECDSA tx sigs #5654
Labels
breaking change
crypto
Priority: High
Very important task, not blocking but potentially delaying milestones or limiting our offering
Stale
Type: Enhancement
New feature or request
Although we already use ecrecover, we can avoid sending the pk altogether and slightly reduce tx size + avoid extra serializations etc.
We should attach as sig bytes the following:
flag || sig
Vsflag || sig || pk
. Then PK will be extracted from ecrecover Vs from subslicing the sig_bytes.This will require some straightforward but careful engineering and it's a breaking change.
The text was updated successfully, but these errors were encountered: