sol-trade-sdk v4.0.17
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 sendingbuy_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 --checkcargo test pumpfun --libcargo publish --dry-run
Full Changelog: v4.0.16...v4.0.17