ChorusOne / solido

Lido for Solana is a Lido-DAO governed liquid staking protocol for the Solana blockchain.
https://chorusone.github.io/solido/
GNU General Public License v3.0
99 stars 42 forks source link

Update Solana to a more recent version #565

Open ruuda opened 2 years ago

ruuda commented 2 years ago

At the moment we use the Solana 1.7.8 SDK, because Anchor the eDSL demands this version, and the Serum multisig program uses Anchor. It would be good to update to a more recent version, especially so we can drop our patches from the [patch.crates-io] section in Cargo.toml, as those changes have been merged upstream.