Conversation
There was a problem hiding this comment.
Cargo.toml
Outdated
| indicatif = "0.17" | ||
| rig-core = "0.6.0" | ||
| thiserror = "2.0.9" | ||
| commons = { git = "https://github.com/bginsber/dlmm-sdk.git", package = "commons", version = "0.3.0", branch = "update-tokio" } |
There was a problem hiding this comment.
could we swap this to the https://github.com/MeteoraAg/dlmm-sdk root repo?
| spl-token-2022 = { version = "0.9.0", features = ["no-entrypoint"] } | ||
| spl-token = { version = "4.0.0", features = ["no-entrypoint"] } | ||
| tokio = { version = "1.37.0", features = ["full"] } | ||
| solana-account-decoder = "=2.0.3" |
There was a problem hiding this comment.
Ill have to check out this branch and see if 2.0.3 is not going to cause shenanigans
the solana >=2 sdks were not compatible with the searcher client iirc, will lyk
There was a problem hiding this comment.
easier to monitor prices & pool events by using direct raydium though, yeh?
There was a problem hiding this comment.
yes and no, the lp layout you can carry over, rest of their lib is meh
… management, and proper documentation
|
@bginsber lets resolve the Cargo.toml conflict and we are good to merge:) |
|
ill take it from here, @bginsber, thank you so much! |
Sorry for missing the resolve comment. Happy to continue helping on other to-dos. Honestly, as soon as I read and laughed at your twitter bio I knew I had to find a way to contribute |

Meteora DEX Integration
This PR integrates the Meteora DEX, allowing users to swap tokens, manage liquidity, and claim fees using Meteora's concentrated liquidity pools.
Changes
src/meteora.rsmodule with Meteora DEX functionality:commonscrateImplementation Notes
MeteoraAg/dlmm-sdkcommonsinterfaces where possibleRaydium Integration
Due to Solana version compatibility issues, dependency conflicts, and the fact that Jupiter can route through Raydium, a separate issue will be created to plan the deprecation of the direct Raydium integration. This PR will focus solely on the Meteora integration. Raydium changes will be handled in a future PR.
Known Issues
Testing
Future Work
Questions for Reviewers