You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, but it did not sell the full excess? There is still a tiny bit of stSOL left? Might have something to do with numeric precision, UST only has 6 decimals, and I set up the pool with really small initial balances (0.1 stSOL + 0.1 UST). Anyway, let’s try once more then:
$ target/debug/solido --config tests/.keys/fc6d3127ed/config.json perform-maintenanceFailed to perform maintenance.Solana RPC client returned an error: Request: Some(SendTransaction) Kind: RPC response error Error code: -32002 Message: Transaction simulation failed: Error processing Instruction 0: custom program error: 0x14 Reason: Transaction preflight failure Error: Raw: InstructionError(0, Custom(20)) Display: Error processing Instruction 0: custom program error: 0x14 Error code interpretations: Solido error 20 is ValidatorCreditNotFound Error 20 is not a known Multisig error. Error 20 is not a known Anker error. Logs: Program 8MT6MtwbSdNyYH655cDxf2MypYSVfmAdx8jXrBWPREzf invoke [1] Program 3xQ8SWv2GaFXXpHZNqkXsdxq5DZciHBz6ZFoPPfbFd7U invoke [2] Program log: Instruction: Swap Program log: Error: Given pool token amount results in zero trading tokens Program 3xQ8SWv2GaFXXpHZNqkXsdxq5DZciHBz6ZFoPPfbFd7U consumed 10770 of 173731 compute units Program 3xQ8SWv2GaFXXpHZNqkXsdxq5DZciHBz6ZFoPPfbFd7U failed: custom program error: 0x14 Program 8MT6MtwbSdNyYH655cDxf2MypYSVfmAdx8jXrBWPREzf consumed 37039 of 200000 compute units Program 8MT6MtwbSdNyYH655cDxf2MypYSVfmAdx8jXrBWPREzf failed: custom program error: 0x14
Nope, the pool doesn’t allow us.
This is including #495 already. We should probably raise the minimum then.
The text was updated successfully, but these errors were encountered:
I observed this on devnet:
So we have 0.01 stSOL excess that we can sell.
Okay, it sold some of the excess. The amount printed seems wrong though, we probably want to print the amount sold, not the balance before.
Hmm, but it did not sell the full excess? There is still a tiny bit of stSOL left? Might have something to do with numeric precision, UST only has 6 decimals, and I set up the pool with really small initial balances (0.1 stSOL + 0.1 UST). Anyway, let’s try once more then:
Nope, the pool doesn’t allow us.
This is including #495 already. We should probably raise the minimum then.
The text was updated successfully, but these errors were encountered: