Solc version used (known-bug versions flagged)
EigenLayer's assessment for RD-F-170 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
Solidity 0.8.30 per foundry.toml. High-severity known bug TransientStorageClearingHelperCollision (affects delete on transient storage variables) is non-applicable — EigenLayer does not use transient storage (no Solidity transient keyword declarations found; via_ir is false). Low-severity bugs (LostStorageArrayWriteOnSlotOverflow, VerbatimInvalidDeduplication, etc.) have negligible exploitability. Version 0.8.30 is not deprecated or EOL.
Sources #
- EtherscanEtherscan Solidity Compiler Bug Information DatabaseEtherscan solcbuginfo — known bugs for 0.8.30retrieved 2026-04-28
- EigenLayer foundry.toml — Solidity versionLayr-Labs/eigenlayer-contracts foundry.toml — solc_version 0.8.30retrieved 2026-04-28
Methodology #
Identify the Solidity compiler version used for deployed bytecode and flag if it appears on the known-bug list (solc bugs.json or Vyper 0.2.15–0.3.0 range).
See the full factor methodology and distribution across all protocols →