Wood
26311e9796
feat: return native Solana InstructionError code in TradeError
...
- Simplify error code handling by directly returning Solana's native InstructionError codes
- Custom errors return their embedded code directly
- Standard InstructionError variants map to fixed codes (1-10, 999)
- Remove nested match pattern for better code readability
- Error format: buy_failed|sig={signature}|code={error_code}|msg={message}
Benefits:
- More accurate error identification using native Solana error codes
- Simpler and cleaner code structure
- Easier to maintain and extend
- Consistent with Solana ecosystem standards
2025-11-28 06:40:05 +08:00
ysq
25fa295994
feat(swqos): enhance error message collection from transaction logs
...
Improve error message extraction in poll_transaction_confirmation to:
- Collect multiple error messages instead of stopping at the first one
- Add support for "Program log: Error: " format in addition to "Error Message: "
- Concatenate multiple errors with semicolon separator for comprehensive error reporting
2025-11-27 22:13:35 +08:00
ysq
c3630e4c99
feat: upgrade to v3.3.4 with improved error handling and transaction details
...
- Add TradeError struct with code, message, and instruction fields
- Enhance poll_transaction_confirmation to extract detailed error info from logs
- Change buy/sell return type from Option<anyhow::Error> to Option<TradeError>
- Add solana-transaction-status-client-types dependency
- Remove unused parallel.rs module
2025-11-24 22:52:56 +08:00
Wood and Claude
7fb4fd35d1
feat: add Node1 minimum tip amount validation (0.002 SOL)
...
- Add intelligent tip amount detection for Node1
- Implement MIN_TIP_AMOUNT check in transaction builder
- Add MIN_TIP_AMOUNT.md documentation
- Optimize pumpswap instruction handling
- Update common utility functions
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-17 23:34:28 +08:00
Wood
0a0340a46f
peformance optimization
2025-10-06 23:40:27 +08:00
ysq
206baca025
feat: bump to v0.6.11 with dependency updates
...
- Update solana-streamer-sdk to 0.4.9
- Increase transaction confirmation timeout to 10s
- Update documentation version references
2025-09-14 01:21:28 +08:00
ysq
9438172029
feat: upgrade to v0.5.2
2025-08-27 14:27:26 +08:00
wood
f772e26aa2
add bloxroute
2025-07-07 02:06:52 +08:00
wood
9d30c5e9ad
remove define
2025-07-07 01:30:57 +08:00
wood
38a8e2dae4
update jito and nextblock
2025-07-07 01:01:38 +08:00
sgxiang
bfe76fcddc
feat: Add address lookup, caching system and Jito GRPC integration
...
- Implement address lookup tables and multi-level caching
- Add GRPC stream processing and YellowStone connections
- Extend PumpFun functionality including token creation
- Integrate Jito GRPC services (auth, block engine, relayer)
- Optimize log processing and event system
2025-05-29 18:53:58 +08:00
William
ee0f18a279
update poll tx status
2025-04-10 12:38:00 +08:00
William
8050d7ea8f
rename jito mod
2025-04-10 12:29:42 +08:00