ysq
57474bfa6e
feat: major refactor with calculation utilities and instruction optimization
...
- Add comprehensive calculation utilities for all protocols (bonk, pumpfun, pumpswap, raydium)
- Refactor instruction modules to reduce code complexity and improve maintainability
- Optimize trading parameters structure and enhance common utilities
- Separate calculation logic from trading modules for better code organization
- Update dependencies and module exports
2025-08-18 18:00:14 +08:00
ysq
1c43a519b2
chore: bump to v0.3.1
...
- Update solana-streamer-sdk to 0.2.1
- Fix missing PDA accounts in PumpFun sell instruction
2025-08-11 22:03:26 +08:00
ysq
3006bd0ced
feat: upgrade dependencies and bump to v0.2.15
2025-08-05 18:30:26 +08:00
wei
04bfd9fdfe
change sol_str_to_lamports to sol_to_lamports
2025-08-05 15:48:11 +08:00
ysq
e976af6935
feat: upgrade to v0.2.12 and refactor system instructions
2025-08-03 22:51:11 +08:00
ysq
07a42641de
feat: v0.2.10 - add PumpFun volume accumulator support
...
- Bump version to 0.2.10
- Upgrade solana-streamer-sdk to 0.1.8
- Add volume accumulator PDAs and functions
2025-08-01 22:59:39 +08:00
ysq
58d6b5dac6
refactor(instruction): remove create functionality and restructure module
...
- Remove Create struct and create instruction from PumpFun module
- Clean up mod.rs by removing duplicate instruction implementations
- Maintain core buy/sell instruction functionality
- Simplify instruction module architecture
2025-07-17 17:13:17 +08:00
wood
c66a89cad2
update example
2025-07-10 23:54:49 +08:00
ysq
b891b2bc27
refactor: Major SDK architecture refactoring and API consolidation
...
- Consolidate separate buy/sell modules into unified trading interface
- Remove protocol-specific buy/sell files (bonk, pumpfun, pumpswap)
- Add new trading constants and utility functions
- Simplify API with unified buy/sell methods supporting multiple protocols
- Enhance documentation with comprehensive examples and usage guides
- Add balance checking and token account management utilities
- Improve code organization and maintainability
2025-07-10 18:14:21 +08:00
wood
8f79c3bfd9
rebuild sdk dir
2025-07-10 02:38:06 +08:00