ysq
3d987987b3
Merge commit '02ab5f5314cfcfe1b267289f3a9070db67add10a'
2025-06-18 23:23:37 +08:00
wei
02ab5f5314
fixd
2025-06-18 18:17:28 +08:00
wei
bc05fdc7cb
Revert "feat:check if the account exists before selling"
...
This reverts commit fa941174c2 .
2025-06-18 17:39:43 +08:00
wei
2303a4c1e6
feat: bonding_curve is transmitted from the outside
2025-06-18 17:39:20 +08:00
wei
fa941174c2
feat:check if the account exists before selling
2025-06-18 00:20:13 +08:00
sgxiang
27edd45fc4
Merge commit 'bac48044c0a98f202a37df8f560242b6d0c25eae'
2025-06-17 23:50:08 +08:00
sgxiang
bac48044c0
docs: update README - add create_and_buy_with_tip feature and trading module
2025-06-17 23:49:57 +08:00
sgxiang
5d36b41a4d
Merge commit 'aab37d59328fe1498aa7f80a3051ed7427129137'
2025-06-17 23:40:31 +08:00
sgxiang
aab37d5932
Merge commit '428ece5d6a0ad4a495ce26bbe1952447e999a9c3' into dev
2025-06-17 23:32:47 +08:00
sgxiang
428ece5d6a
feat: refactor trading architecture with unified framework
...
- Add unified TradeExecutor interface and protocol abstraction
- Refactor PumpFun/PumpSwap into adapter pattern
- Introduce TradeFactory for multi-protocol support
- Add parallel execution and unified parameter system
- Include Raydium protocol support and log parsing
- Simplify codebase structure and improve maintainability
2025-06-17 23:32:20 +08:00
sgxiang
768dc92156
Merge commit '602b310cf841be6e695fd01744bc4a510b59f962'
2025-06-16 21:11:35 +08:00
sgxiang
4a281b29b5
Merge commit 'f20dbbd7936f301be8996b4dcf2a3c6a1c999cf6'
2025-06-16 21:08:56 +08:00
sgxiang
f20dbbd793
feat(pumpswap): improve nonce handling logic and transaction building flow
2025-06-16 21:08:46 +08:00
sgxiang
602b310cf8
feat: Add Raydium DEX integration support
...
Add Raydium logs processing, event parsing and GRPC stream handling functionality,
remove redundant PumpSwap subscription module, optimize project structure.
2025-06-16 18:30:54 +08:00
sgxiang
81a907a1a8
Merge commit '3a48e631fdab6ad52f73c663f60d5f9757968039'
2025-06-16 18:26:08 +08:00
sgxiang
1169d90fa4
feat: Refactor SDK documentation and add Chinese README
2025-06-16 18:21:23 +08:00
wood
3a48e631fd
update readme
2025-06-16 17:12:58 +08:00
sgxiang
e28394c549
Merge commit '5b3f3d86886dfb91bdae06f2154a93da45e1cc3c'
2025-06-16 11:21:41 +08:00
wood
5b3f3d8688
change project name
2025-06-16 10:22:55 +08:00
wood
c21107d57c
change project name
2025-06-16 10:20:30 +08:00
sgxiang
66d6d17996
fixed
2025-06-15 22:48:42 +08:00
wei
5468b6258e
fix
2025-06-15 21:42:59 +08:00
wei
f38fb91076
Add a method to obtain pumpswap token balance
2025-06-15 20:50:51 +08:00
wei
5cbbfb400d
fix
2025-06-14 21:18:48 +08:00
wei
1b2d79d5fe
fix
2025-06-14 20:16:50 +08:00
wei
af2afcbb60
fix
2025-06-14 18:52:46 +08:00
wei
1ac52b03a9
Add the current price for obtaining pumpswap tokens
2025-06-12 20:45:22 +08:00
sgxiang
5c354493e9
Merge commit '1db60c2d659a326ec02168c60d3205d64a152feb'
2025-06-12 00:08:19 +08:00
sgxiang
1db60c2d65
Merge commit '1743fecf1abc184d3e346b7c5126eb06869a447c' into feat/pumpswap
2025-06-12 00:00:55 +08:00
sgxiang
165335af11
feat(pumpswap): enhance PumpSwap trading functionality and logs parsing system
...
- Expand buy/sell trading logic with optimized execution flow
- Improve logs data structures and parser performance
- Enhance common utilities and pool management features
- Refactor main program architecture for better maintainability
- Update library export interfaces with improved API design
2025-06-12 00:00:30 +08:00
wei
1743fecf1a
Obtain liquidity of the pool
2025-06-11 21:08:02 +08:00
周威威
6f819be4e0
Buy and sell according to the trading platform
2025-06-10 19:39:06 +08:00
wei
a3859edf86
add signature
2025-06-10 16:13:26 +08:00
sgxiang
7617b4b82b
Merge commit 'b3338114837482c5d17b53d347b283959c0f5e45' into feat/pumpswap
2025-06-10 00:54:59 +08:00
sgxiang
651789b553
refactor(pumpswap): refactor account handling logic in logs_parser and optimize account data extraction
2025-06-10 00:54:42 +08:00
wei
b333811483
Add a selling method based on quantity
2025-06-07 23:16:46 +08:00
sgxiang
94c2a22ab7
feat: Add PumpSwap trading functionality module
2025-06-06 22:29:30 +08:00
sgxiang
63109713f4
refactor: organize code into multi-protocol architecture with PumpFun submodules
2025-06-06 22:13:19 +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
wood
f261b8a66d
Update README.md
2025-05-28 12:47:19 +08:00
William
2a06ebe2c0
remove pumpfun create token
2025-05-21 20:41:00 +08:00
William
b5bb229df3
update readme
2025-05-19 14:19:21 +08:00
William
fcc4184636
update readme
2025-05-19 14:08:07 +08:00
William
cddd335962
Merge pull request #5 from Chain-Fox/fix-regex-in-loop
...
perf: move regex compilation out of loop in RaydiumEvent::parse_logs
2025-05-19 13:46:05 +08:00
Burton Qin
43c877cbb3
perf: move regex compilation out of loop in RaydiumEvent::parse_logs
2025-05-19 00:47:35 +08:00
William
4198720c51
fix slippage and get_buy_token_amount_from_sol_amount
2025-05-14 22:11:16 +08:00
William
07651638b9
fix
2025-05-13 07:08:01 +08:00
William
3a60969b22
fix pump upgrade
2025-05-13 06:34:57 +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