Skip to content

sol-trade-sdk v4.0.17

Choose a tag to compare

@github-actions github-actions released this 06 Jun 17:43

What's Changed

  • Fix PumpFun V2 WSOL quote-pool buys when callers use native SOL input with use_exact_sol_amount = Some(false); the SDK now auto-wraps SOL for the WSOL quote budget before sending buy_v2.
  • Preserve explicit WSOL input semantics: callers using existing WSOL balance with input mint WSOL no longer get an extra native SOL wrap unless they explicitly request input ATA setup.
  • Update README installation snippets and PumpFun quote-pool documentation to 4.0.17.

Validation

  • cargo fmt --check
  • cargo test pumpfun --lib
  • cargo publish --dry-run

Full Changelog: v4.0.16...v4.0.17