Sam Wilson

Results 100 issues of Sam Wilson

EELS is a reference implementation of Ethereum, available here: https://github.com/ethereum/execution-specs

## 🗒️ Description Adds a test related to EIP-2929. ## 🔗 Related Issues Inspired by https://github.com/ethereum/execution-specs/issues/978. ## ✅ Checklist - [ ] All: Set appropriate labels for the changes. -...

Pinging @sshmatrix, @0xc0de4c0ffee, @arachnid, @makoto

e-consensus

The following (also [attached](https://github.com/user-attachments/files/16101242/demo.md)) causes a panic: ````markdown --- eip: 3 --- Some text somewhere that needs a citation. [^1] [^1]: ```csl-json { "author": [ { "family": "Mazières" } ]...

bug

## Summary Many authors attempt to bypass `markdown-rel-links` by putting their URL in backticks: ```markdown Check out `https://google.com`. ``` We should add a lint to make sure that all HTTP(S)...

ready to implement

For example: ``` error[markdown-link-first]: the first match of the given pattern must be a link --> ERCS/erc-7615.md | 65 | ![ERC-7615 Workflow](../assets/erc-7615/ERC7615.svg) | = info: the pattern in question: `(?i)(?:eip|erc)-[0-9]+`...

bug
good first issue
ready to implement

## Description The description of EIP-1052 was incorrect. This pull request updates the summary text to accurately describe what EIP-1052 did.

content 🖋️

When packaging for Linux distributions (in my case, Gentoo), it's generally the policy to link against the system-wide installed versions of a library rather than bundling it. The pattern I've...