Commit 37511d31 authored by protolambda's avatar protolambda

specs: span-batch remove chain-id assumption around tx-sig data

parent 36bbd586
......@@ -89,9 +89,8 @@ Where:
- `legacy`: starting at `v` RLP field
- `1` ([EIP-2930]): starting at `signatureYParity` RLP field
- `2` ([EIP-1559]): starting at `signature_y_parity` RLP field
- `tx_sigs`: concatenated list of fixed-length transactions:
- `legacy` txs `v` value is reduced to `y_parity` (chain ID is already known)
- `v` is encoded as `uint8`
- `tx_sigs`: concatenated list of transaction signatures:
- `v`, or `y_parity`, is encoded as `uvarint` (some legacy transactions combine the chain ID)
- `r` is encoded as big-endian `uint256`
- `s` is encoded as big-endian `uint256`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment