Skip to content

Commit

Permalink
Add another contract to the sanctuary blocklist (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok authored Apr 10, 2024
1 parent bb30fc1 commit e94656b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/solidity/testing/sanctuary/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ fn uses_exotic_parser_bug(file: &Path) -> bool {
// 0.4.18: // Accepts unfinished multi-line comments at the end of the file:
// Fixed in 0.4.25: https://github.com/ethereum/solidity/pull/4937
"ethereum/contracts/mainnet/7d/7d81c361d6ac60634117dd81ab1b01b8dc795a9d_LILITHCOIN.sol",
// 0.8.15: Relies on invalidly accepting `indexed indexed` in the event declaration:
// Fixed in 0.8.18: https://github.com/ethereum/solidity/pull/13816
"ethereum/contracts/mainnet/d4/d4559E5F507eD935F19208A5D50637898c192Ab3_Factory.sol",
];

CONTRACTS_WITH_EXOTIC_PARSER_BUGS
Expand Down

0 comments on commit e94656b

Please sign in to comment.