Solc version used (known-bug versions flagged)
Babylon Protocol's assessment for RD-F-170 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
Go toolchain: go.mod specifies go 1.25.8. Current Go stable is 1.26.2; latest Go 1.25.x is 1.25.9 (1.25.8 is one patch behind in maintenance series). Go 1.25.x is not EOL but is in maintenance mode behind 1.26. No CVE specifically affecting 1.25.8 vs 1.25.9 found. Rust/CosmWasm: edition 2021, cosmwasm-std 2.2.2 (Cargo.lock), current stable CosmWasm v2 series. No Rust nightly toolchain used. Minor Go patch lag drives yellow over green.
Sources #
- URLGo downloads — version verificationGo download page (1.26.2 current stable, 1.25.9 latest 1.25.x)retrieved 2026-05-04
- cosmos-bsn-contracts Cargo.tomlcosmos-bsn-contracts Cargo.toml (Rust edition 2021, cosmwasm-std 2.1.4 minimum)retrieved 2026-05-04
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 →