Sam Wilson

Results 100 issues of Sam Wilson

- [x] NPM Package - [ ] Docker Image - [ ] `.deb` - [ ] RPM - [ ] ebuild

enhancement

## 🗒️ Description Initial tests for EELS implementation of EIP-3074. ## 🔗 Related Issues https://github.com/ethereum/execution-specs/pull/945 ## ✅ Checklist - [ ] All: Set appropriate labels for the changes. - [...

Many authors attempt to circumvent the EIP link requirements by putting EIP-XXXX in backticks (eg. \`EIP-1234\`.) This is bad form, and should be rejected.

good first issue
ready to implement

_originally posted by @poojaranjan in https://github.com/ethereum/EIPs/issues/6131_

good first issue
ready to implement

For example: ``` Error: error[markdown-rel-links]: non-relative link or image --> EIPS/eip-5190.md | 17 | This EIP also extends account-bound token from [EIP-4973](https://eips.ethereum.org/EIPS/eip-4973), but the difference is that it can be...

good first issue
ready to implement

For example: ```markdown Full specification: ``` Generates the following diagnostic: ``` error[markdown-re-eip-dash]: proposals must be referenced with the form `EIP-N` (not `EIPN` or `EIP N`) --> EIPS/eip-7002.md | 535 |...

bug
good first issue
ready to implement

Should update lints to take advantage of the new source positions to highlight errors more accurately.

ready to implement

See https://github.com/ethereum/EIPs/issues/7064.

ready to implement

EIP-1 allows links to EELS and consensus specs. `eipw` verifies that the URL follows the correct format, but doesn't verify that the commit is part of the default branch of...

ready to implement