solana-program-library/stake-pool/cli/scripts
Jon Cinque fa438bbfa8
stake-pool: Add / remove validators from the reserve (#3714)
* stake-pool: Create validator stake accounts from reserve

* Update accounting to take minimum into account

* Refactor withdraw tests

* Add ability to remove validators during withdraw stake

* Add seed to validator stake account address derivation

* Update CLI with new instruction formats

* Update documentation and helper scripts for new funding

* Update Python bindings

* Try to fix flakey test

* Support token-2022

* Condense tests for CI

* Reduce huge pool limit post-rebase

* Avoid draining the whole reserve

* Restrict account extensions on allow-list

* Update comments to say "lamports"

* Fixup code comments and variable names

* Fix clippy in tests
2022-11-21 20:13:27 +01:00
..
add-validators.sh stake-pool-docs: Rearrange docs, add quickstart guide (#2561) 2021-11-06 12:48:11 +00:00
deposit.sh stake-pool: Add / remove validators from the reserve (#3714) 2022-11-21 20:13:27 +01:00
rebalance.sh stake-pool-docs: Rearrange docs, add quickstart guide (#2561) 2021-11-06 12:48:11 +00:00
setup-stake-pool.sh stake-pool: Add / remove validators from the reserve (#3714) 2022-11-21 20:13:27 +01:00
setup-test-validator.sh stake-pool: Add / remove validators from the reserve (#3714) 2022-11-21 20:13:27 +01:00
withdraw.sh Extends withdraw functionality in stake pool (#3445) 2022-08-22 23:36:13 +02:00