Skip to content

Commit

Permalink
Update EIP-1: Allow links to the yellow paper (ethereum#7884)
Browse files Browse the repository at this point in the history
Allow links to the yellow paper
  • Loading branch information
SamWilsn authored and GAEAlimited committed Jun 19, 2024
1 parent eb1ed48 commit fd4bab8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,25 @@ Which renders to:

[CVE-2023-29638 (2023-10-17T10:14:15)](https://nvd.nist.gov/vuln/detail/CVE-2023-29638)

### Ethereum Yellow Paper

Links to the Ethereum Yellow Paper may be included using normal markdown syntax, such as:

```markdown
[Ethereum Yellow Paper](https://github.com/ethereum/yellowpaper/blob/9c601d6a58c44928d4f2b837c0350cec9d9259ed/paper.pdf)
```

Which renders to:

[Ethereum Yellow Paper](https://github.com/ethereum/yellowpaper/blob/9c601d6a58c44928d4f2b837c0350cec9d9259ed/paper.pdf)

Permitted Yellow Paper URLs must anchor to a specific commit, and so must match this regular expression:

```regex
^(https://github\.com/ethereum/yellowpaper/blob/[0-9a-f]{40}/paper\.pdf)$
```


### Digital Object Identifier System

Links qualified with a Digital Object Identifier (DOI) may be included using the following syntax:
Expand Down

0 comments on commit fd4bab8

Please sign in to comment.