solana-program-library/stake-pool/program/tests
Jon Cinque d31cd78a54
stake-pool: Validator stake account initialized with 1 SOL (#1305)
* stake-pool: Validator stake account initialized with 1 SOL

A validator stake account only has 1 lamport, which means that it will
gain very few rewards per epoch.  Its credits_observed is not
be reset each epoch, which makes it practically impossible to merge
into.  Get around this by instantiating them with more stake.

* Cargo fmt + fix tests
2021-02-22 23:50:05 +01:00
..
helpers Various postponed fixes and changes to the stake pool program (#1200) 2021-02-10 17:42:28 +01:00
deposit.rs Various postponed fixes and changes to the stake pool program (#1200) 2021-02-10 17:42:28 +01:00
initialize.rs Various postponed fixes and changes to the stake pool program (#1200) 2021-02-10 17:42:28 +01:00
set_owner.rs Various postponed fixes and changes to the stake pool program (#1200) 2021-02-10 17:42:28 +01:00
set_staking_authority.rs Various postponed fixes and changes to the stake pool program (#1200) 2021-02-10 17:42:28 +01:00
update_list_balance.rs stake-pool: Validator stake account initialized with 1 SOL (#1305) 2021-02-22 23:50:05 +01:00
update_pool_balance.rs Stake pool: test coverage for most of the program errors (#1134) 2021-01-27 23:35:25 +01:00
vsa_add.rs Various postponed fixes and changes to the stake pool program (#1200) 2021-02-10 17:42:28 +01:00
vsa_create.rs Stake pool: test coverage for most of the program errors (#1134) 2021-01-27 23:35:25 +01:00
vsa_remove.rs Various postponed fixes and changes to the stake pool program (#1200) 2021-02-10 17:42:28 +01:00
withdraw.rs Various postponed fixes and changes to the stake pool program (#1200) 2021-02-10 17:42:28 +01:00