voter-stake-registry/programs/voter-stake-registry/src/instructions
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
..
clawback.rs add note why clawback is possible when someone is engaged in an active proposal (#39) 2022-02-10 19:34:48 +01:00
close_deposit_entry.rs Fix a bug where start_ts could become > end_ts 2021-12-10 16:22:43 +01:00
close_voter.rs close vault and return rent sol (#26) 2022-01-25 14:56:15 +01:00
configure_voting_mint.rs Renames 2022-02-14 10:51:13 +01:00
create_deposit_entry.rs Fix underflow in voting computation 2022-01-25 13:00:45 +01:00
create_registrar.rs Remove separate clawback_authority (#15) 2021-12-20 11:01:23 +01:00
create_voter.rs Upgrade spl-governance version (#30) 2022-02-01 10:46:03 +01:00
deposit.rs fix-comment 2021-12-18 14:22:22 +01:00
grant.rs Grant: Separate authorities, allow the voter to grant to itself 2022-02-04 14:27:13 +01:00
internal_transfer_locked.rs Add internal_transfer_unlocked 2022-01-26 09:01:17 +01:00
internal_transfer_unlocked.rs Renames for clarity 2022-01-26 09:01:17 +01:00
log_voter_info.rs Renames 2022-02-14 10:51:13 +01:00
mod.rs Add internal_transfer_unlocked 2022-01-26 09:01:17 +01:00
reset_lockup.rs Fix underflow in voting computation 2022-01-25 13:00:45 +01:00
set_time_offset.rs Update program ids for devnet deployment 2021-12-14 12:47:12 +01:00
update_max_vote_weight.rs fix clippy warnings and some other deprecations (#33) 2022-02-04 09:32:55 +01:00
update_voter_weight_record.rs fix clippy warnings and some other deprecations (#33) 2022-02-04 09:32:55 +01:00
withdraw.rs Withdraw: Never block withdraws of tokens without voting power 2022-02-09 10:31:06 +01:00