Skip to content

Commit 9b7adeb

Browse files
committed
EIP-4844: list required tx type EIP requirements
1 parent 9e7ecd9 commit 9b7adeb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

EIPS/eip-4844.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ status: Draft
88
type: Standards Track
99
category: Core
1010
created: 2022-02-25
11+
requires: 2718, 2930, 1559
1112
---
1213

1314
## Abstract
@@ -157,7 +158,10 @@ class ECDSASignature(Container):
157158
s: uint256
158159
```
159160

160-
EIP-2718 is extended with a "wrapper data", the typed transaction can be encoded in two forms, dependent on the context:
161+
The `priority_fee_per_gas` and `max_basefee_per_gas` fields follow [EIP-1559](./eip-1559.md) semantics,
162+
and `access_list` as in [`EIP-2930`](./eip-2930.md).
163+
164+
[`EIP-2718`](./eip-2718.md) is extended with a "wrapper data", the typed transaction can be encoded in two forms, dependent on the context:
161165
- Network (default): `TransactionType || TransactionNetworkPayload`, or `LegacyTransaction`
162166
- Minimal (as in execution payload): `TransactionType || TransactionPayload`, or `LegacyTransaction`
163167

0 commit comments

Comments
 (0)