Skip to content

Releases: solana-program/single-pool

program@v6.0.0

06 May 09:14

Choose a tag to compare

Release Info

This is the upcoming version of Single Pool to be deployed on Mainnet-Beta.

What's new

js@v3.0.0

06 May 09:19

Choose a tag to compare

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

06 May 09:23

Choose a tag to compare

What's new

program@v5.0.0

18 Apr 04:11

Choose a tag to compare

What's new

program@v4.0.1

19 Mar 11:41

Choose a tag to compare

Release Info

This is the current version of Single Pool deployed on Mainnet-Beta.

What's new

  • Publish spl-single-pool v4.0.1 by @github-actions[bot]
  • Update metadata for solana-verify (#566) by @2501babe

program@v4.0.0

19 Mar 10:44

Choose a tag to compare

What's new

js@v2.0.0

16 Mar 13:10

Choose a tag to compare

What's new

js-legacy@v2.0.0

16 Mar 13:55

Choose a tag to compare

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
  • ReplenishPool and InitializePoolOnramp (#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

21 Nov 14:04

Choose a tag to compare

What's new

  • Publish spl-single-pool v3.0.1 by @github-actions[bot]
  • Include onramp in deposit/withdraw (#396) by @2501babe
  • Use bpf program (#402) by @2501babe

cli@v3.0.0

21 Nov 15:40

Choose a tag to compare

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