Skip to content

v1.5.0

Choose a tag to compare

@0xIchigo 0xIchigo released this 23 Apr 17:52
· 97 commits to main since this release
b6a92cd

What's New in v1.5.0

This is a new release to implement the following PRs:

What Was Fixed

  • fix: πŸ‘· Add Clear Documentation for sendTransaction #166
  • fix: πŸ‘· Update Jupiter Swap API Endpoints to Latest Version #167
  • fix: πŸ‘· Update API URLs #169
  • fix: πŸ‘· Fix Dep Issues and Migrate to pnpm #170
  • fix: πŸ‘· Change Omit to Exclude #178
  • fix: πŸ‘· Update API URL #179
  • fix: πŸ‘· Already Processed Simulation Error #180
  • fix: πŸ‘· Bump axios from 1.7.9 to 1.8.2 #181
  • fix: πŸ‘· Add Examples Dir and Clean Up Docs #184

What Was Added

  • feat: ✨ Add Wallet Adapter Support for Optimized Transactions #171
  • feat: ✨ Add Cursor Rules #172
  • feat: ✨ Enhance the executeJupiterSwap Method #174
  • feat: ✨ Add Basic Staking Functionality #183
  • feat: ✨ Rearrange Doc Links #185
  • feat: ✨ Add More Staking Methods #186

Installation

Version 1.5.0 can be found here on npm

Depending on your package manager, run the following command to add the Helius Node.js SDK to your project:

  • npm: npm install helius-sdk
  • pnpm : pnpm install helius-sdk
  • bun: bun install helius-sdk
  • yarn: yarn add helius-sdk