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
Includes `chain_id` (cross-chain replay), `nonce` (same-chain replay), `from` (cross-account replay), and `leaf_hash` (binds to specific spending condition).
126
+
Includes `chain_id` (cross-chain replay), `nonce` (same-chain replay), `from` (cross-account replay), `data` (binds signature to exact calldata), and `leaf_hash` (binds to specific spending condition). The explicit `data_len` prefix is required so that a trailing-zero calldata cannot be confused with an appended `gas_limit` field.
0 commit comments