Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

SPL Stake Pool and CLI - v0.6.3

Compare
Choose a tag to compare
@joncinque joncinque released this 03 Nov 10:36
· 3857 commits to master since this release
8aef395

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