Skip to content

Commit

Permalink
fix authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Apr 17, 2024
1 parent 582bb4b commit 4fc90be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-xxxx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eip: tbd

Check failure on line 2 in EIPS/eip-xxxx.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-xxxx.md:2:5 | 2 | eip: tbd | ^^^^ not a non-negative integer | = help: see https://ethereum.github.io/eipw/preamble-eip/

Check failure on line 2 in EIPS/eip-xxxx.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-xxxx.md:2:5 | 2 | eip: tbd | ^^^^ this value | = help: this file's name should be `eip-tbd.md` = help: see https://ethereum.github.io/eipw/preamble-file-name/
title: Blob throughput increase
description: Increase the number of blobs to reach a new target of x blobs per block, to be defined by performing tests.
author: Parithosh Jayanthi(@parithosh), Toni Wahrstätter(@nerolation), Sam Calder-Mason(@samcm), Andrew Davis(@savid)
author: Parithosh Jayanthi (@parithosh), Toni Wahrstätter (@nerolation), Sam Calder-Mason (@samcm), Andrew Davis (@savid)
discussions-to: tbd

Check failure on line 6 in EIPS/eip-xxxx.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `discussions-to` is not a valid URL

error[preamble-discussions-to]: preamble header `discussions-to` is not a valid URL --> EIPS/eip-xxxx.md:6:16 | 6 | discussions-to: tbd | ^^^^ relative URL without a base | = help: see https://ethereum.github.io/eipw/preamble-discussions-to/

Check failure on line 6 in EIPS/eip-xxxx.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `discussions-to` should point to a thread on ethereum-magicians.org

error[preamble-re-discussions-to]: preamble header `discussions-to` should point to a thread on ethereum-magicians.org --> EIPS/eip-xxxx.md:6:16 | 6 | discussions-to: tbd | ^^^^ required pattern was not matched | = info: the pattern in question: `^https://ethereum-magicians.org/t/[^/]+/[0-9]+$` = help: see https://ethereum.github.io/eipw/preamble-re-discussions-to/
status: Draft
type: Standards Track
Expand Down

0 comments on commit 4fc90be

Please sign in to comment.