ethereum / eipw

Mozilla Public License 2.0
27 stars 26 forks source link

Commits linked to do not have to be in a branch on the target repository #74

Open SamWilsn opened 1 year ago

SamWilsn commented 1 year ago

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 the repository.

eipw should verify that the commit is part of the default branch.