voter-stake-registry/programs/voter-stake-registry/tests
Christian Kamm dd51d3cbdd Renames
"unlocked_scaled_factor" was a confusing name because the value is
also used when computing vote weight for locked deposits. Rename to
"baseline_vote_weight_scaled_factor" and generally change "unlocked"
to "baseline" in several places.

Also rename "lockup_scaled_factor" to
"max_extra_lockup_vote_weight_scaled_factor" to highlight that it's just
the maximum contribution and that it's "extra" - on top of baseline.
2022-02-14 10:51:13 +01:00
..
fixtures
program_test Renames 2022-02-14 10:51:13 +01:00
test_all_deposits.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_basic.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_clawback.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_deposit_cliff.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_deposit_constant.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_deposit_daily_vesting.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_deposit_monthly_vesting.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_deposit_no_locking.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_grants.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_internal_transfer.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_log_voter_info.rs Renames 2022-02-14 10:51:13 +01:00
test_reset_lockup.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00
test_voting.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00