Skip to content

Releases: ARBProtocol/solana-jupiter-bot

2.0.0-alpha.6

20 Jun 18:57
Compare
Choose a tag to compare
2.0.0-alpha.6 Pre-release
Pre-release
  • core: drop @jup-ag/core dependency
  • core: improve route computation timeout handling
  • bot: add .env validation
  • bot: add auto reset
  • bot: add profit-based stop loss
  • jupiter-adpater: update jup-ag/core → .19
    • .19 should solve some issues with initialization
  • tui: number of rows displayed in trade history table can be changed
  • tui: add reset hot-key, that will reset profit calculation base
  • tui: add toggle charts hot-key
  • move Jupiter agg into a separate package /jupiter-adapter
  • fix bugs

PingPong: Auto Reset (experimental)

If the expected profit percent is negative for more than x time window, then the strategy will reset the expected profit percent to 0. This will help adjust for the current market condition. Auto reset will trigger only if you currently hold the initial token. You can set the time window in the wizard.

PingPong: Profit-Based Stop Loss (experimental)

If the expected profit percent reaches the stop loss value, then the bot will execute a swap and reset the expected profit percent to 0. (This transaction WILL result in a loss)

more info about v0 -> v2 on the beta-channel (Discord)

v0.0.10-beta

23 Sep 18:19
5ec18fe
Compare
Choose a tag to compare

Notable changes

  • Better Wizard
  • Improved UI
  • Wrap / Unwrap SOL
  • New README
  • fix: wrong @jup-ag/core version #16

v0.0.3-initial release

14 Aug 15:06
Compare
Choose a tag to compare

This is the initial release.