ethereum / eipw

Mozilla Public License 2.0
28 stars 27 forks source link

Fix "unable to read file" errors on post-migration ERC references #113

Closed frangio closed 2 weeks ago

frangio commented 1 month ago

If an EIP references an ERC that was created post-migration of ERCs to their own repo the validator will request a link to the ERC, but because the file is not present in the repo the link will fail to validate (whether in eip- or erc- format).

Example from https://github.com/ethereum/EIPs/pull/8985

image