Releases: solana-program/single-pool
Releases · solana-program/single-pool
program@v6.0.0
Release Info
This is the upcoming version of Single Pool to be deployed on Mainnet-Beta.
What's new
- Publish spl-single-pool v6.0.0 by @github-actions[bot]
- Check svsp explicitly in DepositSol (#657) by @2501babe
- Test replenish for sub-minimum delegation (#649) by @2501babe
- Deposit sol (#631) by @2501babe
- Require onramp to exist for deposit and withdraw (#648) by @2501babe
- Bump toolchains (#642) by @joncinque
js@v3.0.0
What's new
- Publish js@v3.0.0 by @github-actions[bot]
- Deposit sol (#631) by @2501babe
- Remove default deposit helpers (#632) by @2501babe
- Bump kit deps (#577) by @joncinque
- Try adding directories in clients package.json to pass provenance verification by @lorisleiva
js-legacy@v3.0.0
program@v5.0.0
What's new
- Publish spl-single-pool v5.0.0 by @github-actions[bot]
- Remove default deposit helpers (#632) by @2501babe
- Move to lamport-based accounting (#601) by @2501babe
- Update solana-security-txt (#623) by @2501babe
- Reserve
DepositSol(#602) by @2501babe - Unhide minimum balance and back with notional tokens (#582) by @2501babe
- Remove solana-sdk (#594) by @2501babe
- Fix ProgramTest program selection (#595) by @2501babe
- Use stake history skillfully (#586) by @2501babe
- Update stake programs (#584) by @2501babe
- Make onramp mandatory for deposit/withdraw (#580) by @2501babe
- Fix StakeStake typo (#578) by @2501babe
program@v4.0.1
program@v4.0.0
What's new
- Publish spl-single-pool v4.0.0 by @github-actions[bot]
- Use
size_of()uniformly (#552) by @2501babe - Use Rent over rent_exempt_reserve (#542) by @2501babe
- Test against 1sol minimum delegation (#502) by @2501babe
- Use multiple stake programs in tests (#497) by @2501babe
- Update program and cli to sdk 3.0 (#407) by @2501babe
js@v2.0.0
What's new
- Publish js@v2.0.0 by @github-actions[bot]
- Include onramp in deposit/withdraw (#396) by @2501babe
- Deprecate default deposit addresses (#390) by @2501babe
- Update like the other repos (#135) by @joncinque
ReplenishPoolandInitializePoolOnramp(#107) by @2501babe- Fix initialize to deposit 1sol (#43) by @2501babe
- Ci (#2) by @joncinque
- Update libs from rc.1 to rc.2 (#7426) by @joncinque
- Revert ESLint plugin bump (#7260) by @buffalojoec
- Update to web3.js v2 rc (#7100) by @joncinque
- Use workspace-wide prettier configuration (#7115) by @joncinque
- Fix some comments (#7054) by @riyueguang
- Ignore single pool dist (#6527) by @qiweiii
- Add top-level package.json and turbo build (#5819) by @joncinque
- Remove unnecessary deps (#5801) by @2501babe
js-legacy@v2.0.0
What's new
- Publish js-legacy@v2.0.0 by @github-actions[bot]
- Build Kit package before publishing Web3.js package (#559) by @lorisleiva
- Try adding directories in clients package.json to pass provenance verification by @lorisleiva
- Deprecate default deposit addresses (#390) by @2501babe
- Move repo to a Makefile (#372) by @joncinque
- Update like the other repos (#135) by @joncinque
ReplenishPoolandInitializePoolOnramp(#107) by @2501babe- Fix initialize to deposit 1sol (#43) by @2501babe
- Ci (#2) by @joncinque
- Update libs from rc.1 to rc.2 (#7426) by @joncinque
- Revert ESLint plugin bump (#7260) by @buffalojoec
- Update to web3.js v2 rc (#7100) by @joncinque
- Use workspace-wide prettier configuration (#7115) by @joncinque
- Revert "build(deps-dev): bump solana-bankrun from 0.2.0 to 0.3.0 (#65… (#6621) by @joncinque
program@v3.0.1
cli@v3.0.0
What's new
- Publish spl-single-pool-cli v3.0.0 by @github-actions[bot]
- Various improvements (#393) by @2501babe
- Publish spl-single-pool v3.0.0 by @github-actions[bot]
- Deprecate default deposit addresses (#390) by @2501babe
- Update Solana v2.3.4 and rust toolchain (#298) by @joncinque
- Remove solana_program dep (#263) by @2501babe
- Replace solana-sdk dependency with component crates (#237) by @steviez
- Use multithreaded runtime in tests (#229) by @KirillLykov