Skip to content
Open
Show file tree
Hide file tree
Changes from 61 commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
655b24b
feat(solana): implement Phase 2 - real-time wallet balance monitoring…
fengtality Nov 2, 2025
71a686e
feat(meteora): implement Phase 3 - real-time pool monitoring via WebS…
fengtality Nov 2, 2025
b4af80d
Merge branch 'development' into fix/dynamic-wrap-token-lookup
rapcmia Nov 3, 2025
433c86f
feat(solana): auto-subscribe to all wallets on Gateway startup
fengtality Nov 5, 2025
6fc9148
fix(solana): trigger wallet auto-subscription on Gateway startup
fengtality Nov 5, 2025
ccc6fb5
fix(solana): correct getBalances() return type in auto-subscription
fengtality Nov 5, 2025
6e1fb17
Merge branch 'development' into feat/helius-websocket-monitoring
fengtality Nov 5, 2025
51fec1e
feat(solana): implement provider-agnostic balance caching with WebSoc…
fengtality Nov 6, 2025
955bfe4
feat(solana): add position and pool tracking to cache system
fengtality Nov 6, 2025
3e142c6
feat(solana): add pool and position tracking at startup
fengtality Nov 6, 2025
7ecc069
style(solana): use distinct emojis for tracking types
fengtality Nov 6, 2025
c714eb9
feat(pancakeswap-sol): add cache-first pool-info endpoint
fengtality Nov 6, 2025
6ae7697
feat(pancakeswap-sol): add cache-first position-info endpoint
fengtality Nov 6, 2025
4ce29ba
fix(solana): prevent pre-loading incomplete pool data into cache
fengtality Nov 6, 2025
fd7f76f
feat(solana): add rate limiting for pool cache pre-loading at startup
fengtality Nov 6, 2025
e7a2e1c
fix(solana): disable pool pre-loading to prevent recursive init loop
fengtality Nov 6, 2025
4136af5
fix(solana): re-enable pool pre-loading with recursive loop prevention
fengtality Nov 6, 2025
116cc0e
fix(solana): fix singleton pattern to prevent duplicate instances
fengtality Nov 6, 2025
87a8d9a
feat(pancakeswap-sol): add cache-first logic for positions-owned endp…
fengtality Nov 6, 2025
cfec534
feat(solana): add periodic refresh for position and pool caches
fengtality Nov 6, 2025
31ec50f
refactor(solana): simplify pool refresh by storing poolType in cache
fengtality Nov 6, 2025
822865c
feat(cache): implement unified cache-first logic across all Solana CL…
fengtality Nov 6, 2025
d91de14
feat(tokens): add CoinGecko/GeckoTerminal integration for top pools
fengtality Nov 6, 2025
06a3ff7
fix(solana): reduce log noise from pool refresh try-each-connector pa…
fengtality Nov 6, 2025
5ad2bfa
fix(solana): improve pool refresh robustness for multi-connector support
fengtality Nov 6, 2025
5dfeb2d
feat(solana): implement background position refresh across all connec…
fengtality Nov 6, 2025
83b0e2b
refactor(positions): consolidate into single trackPositions method
fengtality Nov 6, 2025
4d91903
refactor(positions): use connector:clmm:address cache key format
fengtality Nov 6, 2025
76d0478
refactor(positions): simplify tracking with structured cache keys
fengtality Nov 6, 2025
1ae6e63
refactor(position-cache): use connector:clmm:address cache key format
fengtality Nov 6, 2025
d304efd
feat(tokens): add GET /tokens/find/{address} endpoint
fengtality Nov 6, 2025
f495eed
feat(tokens): add connector and type filtering to top-pools endpoint
fengtality Nov 6, 2025
28df856
refactor(tokens): default type to clmm in top-pools endpoint
fengtality Nov 6, 2025
18e6282
fix(tokens): correct PancakeSwap Solana DEX ID mapping
fengtality Nov 6, 2025
495fff4
refactor(tokens): remove orca mappings from DEX connector dictionary
fengtality Nov 6, 2025
d671793
fix(tokens): verify and clean up DEX connector mapping
fengtality Nov 6, 2025
2663d05
feat(tokens): fetch up to 10 pages for top-pools endpoint
fengtality Nov 6, 2025
84a7c54
feat(pools,tokens): standardize chainNetwork format and improve consi…
fengtality Nov 6, 2025
a1c5b01
feat(cache): integrate pool, token, and position cache with find-save…
fengtality Nov 6, 2025
fa7fe83
fix(security): add token address validation to prevent SSRF in CoinGe…
fengtality Nov 6, 2025
98e7b3e
refactor(security): simplify token address validation to only support…
fengtality Nov 6, 2025
02570b1
feat(pools): add connector registry system and APR calculation
fengtality Nov 7, 2025
f5cabd9
feat(pools): add APR calculation, market data, and connector registry…
fengtality Nov 7, 2025
094fb78
fix: removed extra docs
fengtality Nov 7, 2025
ca65a19
fix: fix all failing tests and configuration validation
fengtality Nov 7, 2025
a13156e
fix(pancakeswap-sol): correctly read sqrtPriceX64 as u128 (16 bytes)
fengtality Nov 7, 2025
266235e
fix(tokens): correct MET token name and decimals
fengtality Nov 7, 2025
205060a
fix(helius): prevent duplicate WebSocket account subscriptions
fengtality Nov 7, 2025
08966c8
fix(pancakeswap-sol): prevent double slippage application in open-pos…
fengtality Nov 7, 2025
21ff3a1
feat(jupiter): enforce ExactOut for BUY swaps and pass through API er…
fengtality Nov 7, 2025
81c66e2
fix(meteora): apply slippage correctly to respect user max amounts
fengtality Nov 8, 2025
5633ec1
refactor(pancakeswap-sol): move slippage logic to quote-swap
fengtality Nov 8, 2025
32392ce
feat(pancakeswap-sol): add slippagePct parameter to quote-position
fengtality Nov 8, 2025
40da157
fix(pancakeswap-sol): use quote max amounts directly in openPosition
fengtality Nov 8, 2025
cc0b30c
feat(clmm): parse pool and position state for fee/reward data
fengtality Nov 9, 2025
aa90a2d
fix(tests): update tests for renamed routes
fengtality Nov 9, 2025
6e10d78
fix(pancakeswap-sol): use configured slippagePct for all operations
fengtality Nov 9, 2025
a28b7c4
Merge branch 'development' into feat/helius-websocket-monitoring
rapcmia Nov 10, 2025
9be3fca
Merge development into feat/helius-websocket-monitoring
fengtality Nov 12, 2025
16f6b0d
feat(config): refactor chain configuration to dynamic file-based loading
fengtality Nov 12, 2025
afe003e
feat(pools): persist geckoData in pool files and improve error handling
fengtality Nov 12, 2025
70c8b3e
fix(solana): improve base64 token account error handling
fengtality Nov 12, 2025
50141ea
feat: add wrap/unwrap endpoints for Solana and hide subscription rout…
fengtality Nov 12, 2025
abf48af
fix: improve wrap/unwrap test mocking to match other route tests
fengtality Nov 12, 2025
b1291b3
test: remove failing wrap/unwrap route tests
fengtality Nov 12, 2025
9d5a011
fix(solana): use base64 encoding for token accounts to support Helius
fengtality Nov 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion AGENT.md

This file was deleted.

Loading