Skip to content

Commit 1a58780

Browse files
authored
Update signature type list for EIP-7702 (#1157)
EIP-7702 defines transaction type 0x04, and also uses magic 0x05 for signing authorizations. Discussion about 0x05 is here: - ethereum/EIPs#8835
1 parent fa847a0 commit 1a58780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lists/signature-types/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Reserved or Tentative.
1616
| 0x01 | Reserved: [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930) *(available in Berlin)* |
1717
| 0x02 | Reserved: [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) *(available in London)* |
1818
| 0x03 | Reserved: [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) *(available in Cancun)* |
19-
| 0x04 | Reserved: [EIP-3074](https://eips.ethereum.org/EIPS/eip-3074) |
19+
| 0x04 | Reserved: [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702) *(available in Prague)* |
20+
| 0x05 | Reserved: prevents collision with [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702) authorizations |
2021
| 0x19 | Reserved: prevents collision with [EIP-191](https://eips.ethereum.org/EIPS/eip-191) |
2122
| 0xc0 - 0xff | Invalid; collides with the initial byte of valid RLP encoded transactions |
2223

0 commit comments

Comments
 (0)