solana-program-library/stake-pool
jon-chuang e168a5db92
stake-pool: skip manager fee if invalid account, check new manager fee owned by `spl_token` (#2277)
* fix

* add check if new manager fee is spl token program

* Convert manager fee info check to fail only inside `Result` box

* update also checks validity of manager fee info

* clippy
2021-08-17 16:32:47 -04:00
..
cli fix: stake-pool require signature in SetManager (#2273) 2021-08-14 00:16:43 -04:00
js stake-pool: Stake pool deserializer (#1656) 2021-06-23 14:18:45 +02:00
program stake-pool: skip manager fee if invalid account, check new manager fee owned by `spl_token` (#2277) 2021-08-17 16:32:47 -04:00
README.md Fix broken stake-pool docs link and make readme's consistent (#805) 2020-11-06 09:15:27 +08:00

README.md

stake-pool program

A work-in-progress program for pooling together SOL to be staked by an off-chain agent running SoM (Stake-o-Matic).

Each SoM needs at least one pool. Users deposit stakes into the SoM pool and receives a pool token minus the fee. The SoM redistributes the stakes across the network and tries to maximize censorship resistance and rewards.

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

Javascript bindings are available in the ./js directory.