raydium-io / raydium-clmm

Open-Source Concentrated Liquidity Market Maker
Apache License 2.0
114 stars 92 forks source link

Programs fail tests when cargo update is ran #77

Open shrimpwtf opened 4 months ago

shrimpwtf commented 4 months ago

Similar to https://github.com/raydium-io/raydium-library/issues/4, a lot of the dependancies and hooks on this are very out of date and focused around old verisons of solana, and because they havent been updated in so long a simple cargo update is enough to break everything, and theres a huge web of different versions of the same package being used because of this. software should be able to successfully work based off of cargo.toml. a better job of maintaining this has to be made.