Skip to content

Commit

Permalink
fixup! Skip contracts using exotic parser bugs or wrongly scraped
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Mar 9, 2024
1 parent aad75bf commit 24c4e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/solidity/testing/sanctuary/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fn uses_exotic_parser_bug(file: &Path) -> bool {
"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/da/d4559E5F507eD935F19208A5D50637898c192Ab3_Factory.sol",
"ethereum/contracts/mainnet/d4/d4559E5F507eD935F19208A5D50637898c192Ab3_Factory.sol",
// 0.4.24: Relies on silently ignoring invalid `\`-escapes in string literals:
// Fixed in 0.4.25: https://github.com/ethereum/solidity/pull/4937
"ethereum/contracts/mainnet/e0/e0b1bfe763b2cd43c652471bf126f5a577a81567_ExchangeProvider.sol",
Expand Down

0 comments on commit 24c4e23

Please sign in to comment.