soroban-cli
soroban-cli copied to clipboard
Add stellar-cli crate alongside soroban-cli
What
Add stellar-cli crate alongside soroban-cli
Why
Close #1187
The failing rpc tests are flakey and pass locally sometimes, then mostly don't pass on CI. From my investigation it looks like a race condition between when generating accounts completes and is fully executed vs when a following test runs seeing the account is not gone. So I don't think the test breakage should block this PR.