voter-stake-registry/programs/voter-stake-registry/src/instructions
Christian Kamm 5b3d07ffb3 Renames for clarity
- withdrawable -> unlocked

  "withdrawable" was a bad name, since these funds - while unlocked -
  are not necessarily withdrawable if the voter is currently engaged in
  a vote.

- only_deposit -> only_unlocked

  Locked funds are technically also deposited. Make it clearer that this
  is talking about the unlocked parts of the funds on the account.
2022-01-26 09:01:17 +01:00
..
clawback.rs Fix underflow in voting computation 2022-01-25 13:00:45 +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 for clarity 2022-01-26 09:01:17 +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 Create voter requires authority signature 2021-12-17 07:51:06 +01:00
deposit.rs fix-comment 2021-12-18 14:22:22 +01:00
grant.rs Fix underflow in voting computation 2022-01-25 13:00:45 +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 for clarity 2022-01-26 09:01:17 +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 Address unaligned references, add padding 2021-12-09 11:59:14 +01:00
update_voter_weight_record.rs Address unaligned references, add padding 2021-12-09 11:59:14 +01:00
withdraw.rs Renames for clarity 2022-01-26 09:01:17 +01:00