Fix: Remove dead code (#331) - #347
Closed
laurentketterle-hub wants to merge 3 commits into
Closed
Conversation
…e removal - Add missing closing braces in get_volume_fee_tier, get_withdrawal_window, withdrawal_window_set, and funding_round_ended (Heliobond#310) - Remove unreachable code in check_deposit_lock referencing undefined last_seq - Fix duplicate enum discriminants: FundingRoundActive=42, InvestmentCapExceeded=43 (Heliobond#311) - Remove dead calculate_interest_rate function (Heliobond#331) - Add #[allow(dead_code)] to unused storage wrapper functions
laurentketterle-hub
force-pushed
the
fix/remove-dead-code-331
branch
from
August 5, 2026 08:12
bff2c8f to
71b5a66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #331
calculate_interest_ratefunction fromproject_registry/src/logic.rs#[allow(dead_code)]attribute to 6 unused storage wrapper functions inproject_registry/src/storage.rs:read_project,write_project,read_proposal,write_proposal,read_whitelist,write_whitelist