Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyjjo committed Jun 24, 2024
1 parent f4c7164 commit 515eeb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EIPS/eip-transaction-bundles.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
eip: <to be assigned>

Check failure on line 2 in EIPS/eip-transaction-bundles.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `eip` must be an unsigned integer

error[preamble-eip]: preamble header `eip` must be an unsigned integer --> EIPS/eip-transaction-bundles.md:2:5 | 2 | eip: <to be assigned> | ^^^^^^^^^^^^^^^^^ not a non-negative integer | = help: see https://ethereum.github.io/eipw/preamble-eip/

Check failure on line 2 in EIPS/eip-transaction-bundles.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

file name must reflect the preamble header `eip`

error[preamble-file-name]: file name must reflect the preamble header `eip` --> EIPS/eip-transaction-bundles.md:2:5 | 2 | eip: <to be assigned> | ^^^^^^^^^^^^^^^^^ this value | = help: this file's name should be `eip-<to be assigned>.md` = help: see https://ethereum.github.io/eipw/preamble-file-name/
title: EVM Transaction Bundles
description: Enable EVM support for transaction bundles without revert protections.
author: Lily Johnson (@lilyjjo)
discussions-to: https://ethereum-magicians.org/t/eip-for-evm-native-bundles/20322
discussions-to: https://ethereum-magicians.org/t/eip-for-evm-native-bundles/20322
status: Draft
type: Standards Track
category: Core
created: 2024-06-24
requires: 2781
requires: 2718
---

## Abstract
Expand Down

0 comments on commit 515eeb1

Please sign in to comment.