Skip to content

Commit

Permalink
EIP-4844: list required tx type EIP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Feb 28, 2022
1 parent 9e7ecd9 commit 9b7adeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion EIPS/eip-4844.md
Expand Up @@ -8,6 +8,7 @@ status: Draft
type: Standards Track
category: Core
created: 2022-02-25
requires: 2718, 2930, 1559
---

## Abstract
Expand Down Expand Up @@ -157,7 +158,10 @@ class ECDSASignature(Container):
s: uint256
```

EIP-2718 is extended with a "wrapper data", the typed transaction can be encoded in two forms, dependent on the context:
The `priority_fee_per_gas` and `max_basefee_per_gas` fields follow [EIP-1559](./eip-1559.md) semantics,
and `access_list` as in [`EIP-2930`](./eip-2930.md).

[`EIP-2718`](./eip-2718.md) is extended with a "wrapper data", the typed transaction can be encoded in two forms, dependent on the context:
- Network (default): `TransactionType || TransactionNetworkPayload`, or `LegacyTransaction`
- Minimal (as in execution payload): `TransactionType || TransactionPayload`, or `LegacyTransaction`

Expand Down

0 comments on commit 9b7adeb

Please sign in to comment.