solana-program-library/stake-pool
Alexander Ray d158bb150c
stake_pool: fix wrong available_for_withdrawal_wo_fee calculation (#2900)
* - fix wrong available_for_withdrawal_wo_fee calculation by prepare_withdraw_accounts

* - fix formatting

* - refactor

* - fix sub issue
2022-02-15 21:45:32 +01:00
..
cli stake_pool: fix wrong available_for_withdrawal_wo_fee calculation (#2900) 2022-02-15 21:45:32 +01:00
js stake-pool-js: Bump version for release (#2832) 2022-01-29 00:39:28 +01:00
program Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07:00
py stake-pool-py: Add more waits to solidify tests (#2882) 2022-02-07 22:26:23 +01:00
README.md stake-pool-py: Create and deserialize stake pools (#2557) 2021-12-10 00:43:25 +01:00

README.md

stake-pool program

Full documentation is available at https://spl.solana.com/stake-pool

The command-line interface tool is available in the ./cli directory.

Javascript bindings are available in the ./js directory.

Python bindings are available in the ./py directory.