Add EIP: EVM Transaction Bundles #16454
Annotations
10 errors and 2 warnings
EIPS/eip-transaction-bundles.md#L227
error[markdown-order-section]: body has extra section(s)
--> EIPS/eip-transaction-bundles.md
|
227 | ## Citation
|
= help: see https://ethereum.github.io/eipw/markdown-order-section/
|
EIPS/eip-transaction-bundles.md#L14
error[markdown-rel-links]: non-relative link or image
--> EIPS/eip-transaction-bundles.md
|
14 | This EIP introduces two new [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718) transaction types and one new opcode, enabling smart contracts and transactions to delegate their local sequencing rights to an off-chain entity. These new transaction types work together to create EVM-native 'bundles', which are similar but weaker than the PBS bundles offered by builders to searchers.
|
= help: see https://ethereum.github.io/eipw/markdown-rel-links/
|
EIPS/eip-transaction-bundles.md#L44
error[markdown-rel-links]: non-relative link or image
--> EIPS/eip-transaction-bundles.md
|
44 | Two new [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718) transactions with types `DELEGATED_TX_TYPE` and `BUNDLE_TX_TYPE` are introduced at `FORK_BLOCK`.
|
|
EIPS/eip-transaction-bundles.md#L154
error[markdown-rel-links]: non-relative link or image
--> EIPS/eip-transaction-bundles.md
|
154 | For `DELEGATED_TX_TYPE` transaction that are able to begin execution, their [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718) receipt payload should be interpreted as:
|
|
EIPS/eip-transaction-bundles.md#L162
error[markdown-rel-links]: non-relative link or image
--> EIPS/eip-transaction-bundles.md
|
162 | The `BUNDLE_TX_TYPE` transaction’s [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718) receipt payload should be interpreted as:
|
|
EIPS/eip-transaction-bundles.md#L6
error[preamble-enum-type]: preamble header `type` has an unrecognized value
--> EIPS/eip-transaction-bundles.md:6:6
|
6 | type: Standards
| ^^^^^^^^^^ must be one of: `Standards Track`, `Meta`, `Informational`
|
= help: see https://ethereum.github.io/eipw/preamble-enum-type/
|
EIPS/eip-transaction-bundles.md#L1
error[preamble-req]: preamble is missing header(s): `eip`, `discussions-to`
--> EIPS/eip-transaction-bundles.md
|
|
= help: see https://ethereum.github.io/eipw/preamble-req/
|
EIPS/eip-transaction-bundles.md#L6
error[preamble-req-category]: preamble header `category` is only allowed when `type` is `Standards Track`
--> EIPS/eip-transaction-bundles.md:6:1
|
6 | type: Standards
| --------------- info: unless equal to `Standards Track`
|
::: EIPS/eip-transaction-bundles.md:7:1
|
7 | category: Core
| ^^^^^^^^^^^^^^ remove this
|
= help: see https://ethereum.github.io/eipw/preamble-req-category/
|
EIPS/eip-transaction-bundles.md#L9
error[preamble-uint-requires]: preamble header `requires` items must be unsigned integers
--> EIPS/eip-transaction-bundles.md:9:10
|
9 | requires: EIP-2781
| ^^^^^^^^^ not a non-negative integer
|
= help: see https://ethereum.github.io/eipw/preamble-uint-requires/
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "pr_number".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading