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
101 stars 43 forks source link

Include token swap accounts in `anker show` output #548

Closed ruuda closed 2 years ago

ruuda commented 2 years ago

I need to donate some funds into one of these accounts on devnet to work around a too-eager assertion that we have since removed, but which is still included in version that I deployed to devnet earlier. So print the addresses so I know where the accounts are.

ruuda commented 2 years ago

For some reason though, now test_anker.py keeps on failing for me locally in the multisig execute-transaction step right after changing the min out basis points.

ruuda commented 2 years ago

I’ll wait with merging this until the audit of anker-limit-slippage is complete to not disturb that, this is not essential anyway.