Skip to content
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

Merged
merged 10 commits into from
May 11, 2024
Merged

Add stellar-cli crate alongside soroban-cli #1320

merged 10 commits into from
May 11, 2024

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented May 8, 2024

What

Add stellar-cli crate alongside soroban-cli

Why

Close #1187

Copy link
Member Author

@leighmcculloch leighmcculloch left a 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.

.github/workflows/full-help-docs.yml Show resolved Hide resolved
Makefile Show resolved Hide resolved
Makefile Show resolved Hide resolved
cmd/soroban-cli/src/cli.rs Show resolved Hide resolved
cmd/soroban-cli/src/utils.rs Show resolved Hide resolved
cmd/stellar-cli/Cargo.toml Show resolved Hide resolved
@leighmcculloch
Copy link
Member Author

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.

@leighmcculloch leighmcculloch marked this pull request as ready for review May 10, 2024 12:16
@fnando fnando enabled auto-merge (squash) May 10, 2024 23:45
@fnando fnando merged commit 8d9c479 into main May 11, 2024
18 of 19 checks passed
@fnando fnando deleted the i1187 branch May 11, 2024 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

soroban-cli: rename the Soroban CLI to Stellar CLI
2 participants