voter-stake-registry/programs/voter-stake-registry/src
Christian Kamm 7b7ce7d8ce Add internal_transfer_unlocked
Rename internal_transfer -> internal_transfer_locked

The new instruction can move only unlocked funds and is useful to avoid
needing to withdraw funds if they should be re-locked in a different
deposit entry.

Withdrawing can be impossible when a voter is engaged in proposals.
2022-01-26 09:01:17 +01:00
..
events Add tests for discovered lockup voting power issue 2022-01-25 13:00:45 +01:00
instructions Add internal_transfer_unlocked 2022-01-26 09:01:17 +01:00
state Use checked_div() more 2022-01-25 13:00:45 +01:00
error.rs close vault and return rent sol (#26) 2022-01-25 14:56:15 +01:00
lib.rs Add internal_transfer_unlocked 2022-01-26 09:01:17 +01:00