-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stellar-cli crate alongside soroban-cli #1320
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still a wip but some explanations inline of the approach I took.
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. |
What
Add stellar-cli crate alongside soroban-cli
Why
Close #1187