Skip to content

Commit

Permalink
Config: Allow yellow paper (ethereum#8248)
Browse files Browse the repository at this point in the history
Update eipw.toml: Allow yellow paper
  • Loading branch information
SamWilsn authored and blacksnow2 committed Jul 21, 2024
1 parent 4c841a5 commit 0c3ced6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/eipw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ exceptions = [
'^https://(www\.)?github\.com/ethereum/consensus-specs/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/execution-specs/(blob|tree)/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/execution-specs/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/yellowpaper/(blob|tree)/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/yellowpaper/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/devp2p/(blob|tree)/[0-9a-f]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/devp2p/commit/[0-9a-f]{40}$',
'^https://(www\.)?github\.com/bitcoin/bips/(blob|tree)/[0-9a-f]{40}/bip-[0-9]+\.mediawiki$',
Expand Down

0 comments on commit 0c3ced6

Please sign in to comment.