solana-program-library/stake-pool
Jon Cinque f0dd422f2a
stake-pool: Use stake program minimum delegation (#3547)
* stake-pool: Support dynamic minimum delegation amount

* Use minimum_delegation in CLI

* Address feedback

* Update minimum delegation in python test

* Address feedback

* Improve error message
2022-08-30 21:45:18 +02:00
..
cli stake-pool: Use stake program minimum delegation (#3547) 2022-08-30 21:45:18 +02:00
js Extends withdraw functionality in stake pool (#3445) 2022-08-22 23:36:13 +02:00
program stake-pool: Use stake program minimum delegation (#3547) 2022-08-30 21:45:18 +02:00
py stake-pool: Use stake program minimum delegation (#3547) 2022-08-30 21:45:18 +02: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.