Constructor calls _disableInitializers()
Orca's assessment for RD-F-023 — scored not_applicable on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
_disableInitializers() is an OpenZeppelin EVM pattern for proxy implementations to prevent re-initialization of the implementation contract directly. Anchor/Rust Solana programs have no constructor in the EVM sense and use discriminator-based account initialization that cannot be re-triggered. Factor structurally does not apply.
Sources #
- GitHubWhirlpool program lib.rs (Anchor/Rust — confirms non-EVM substrate)https://github.com/orca-so/whirlpools/blob/main/programs/whirlpool/src/lib.rsretrieved 2026-05-16
Methodology #
Determine whether implementation contract constructors call `_disableInitializers()` to prevent re-initialization of the implementation directly.
See the full factor methodology and distribution across all protocols →
rubric_version v1.7.0 protocol orca factor RD-F-023 score not_applicable collected_at 2026-05-16 02:39:16