Sam Wilson
Sam Wilson
- [x] NPM Package - [ ] Docker Image - [ ] `.deb` - [ ] RPM - [ ] ebuild
## 🗒️ 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.
_originally posted by @poojaranjan in https://github.com/ethereum/EIPs/issues/6131_
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...
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 |...
Should update lints to take advantage of the new source positions to highlight errors more accurately.
See https://github.com/ethereum/EIPs/issues/7064.
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...