Dependency tree uses EOL Solidity version
deBridge's assessment for RD-F-174 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
DeBridgeGate (0.8.17), DlnSource/DlnDestination (0.8.28), CrosschainForwarder (0.8.28): all are within the currently supported Solidity 0.8.x release line. Current latest is 0.8.35+ (as of 2026); 0.8.17 is not EOL (0.8.x is actively maintained as a minor version stream). Solidity 0.6.11 is listed in debridge-contracts-v1 hardhat.config.ts as an override for legacy dependencies — this is potentially EOL but appears to be test/mock contracts, not production bridge contracts.
Sources #
- GitHub
- https://github.com/debridge-finance/dln-contracts/blob/main/hardhat.config.tsretrieved 2026-04-28
Methodology #
Determine whether the deployed code or its dependencies use an EOL or unsupported Solidity version without a forward-compatibility patch.
See the full factor methodology and distribution across all protocols →