This repository was archived by the owner on Mar 11, 2025. It is now read-only.
SPL Stake Pool and CLI - v0.6.3
·
3857 commits
to master
since this release
Note: in order to keep the CLI and program at the same version number, 0.6.2 has been skipped for the spl-stake-pool
crate.
This release is completely backwards compatible with 0.6.1.
Summary of Changes
CLI
- Improve deposit and withdraw UX
- Add validator list as optional argument on creation
- Bugfixes on withdrawal and funding authority
Program
- Reduce wait time when merging active stakes
- Assess stake deposit fee more accurately
- Force pools to only work with the SPL Token program
- Set all deposit authorities on pool initialization
- Clarify errors and field initializations
- Remove copied code from the stake program