-
Notifications
You must be signed in to change notification settings - Fork 2
Use stellar binary instead of soroban binary
#83
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
Conversation
|
I ran into a problem using |
@juliankuners The changes in this PR look good as is. I can approve it. |
I see, that makes sense. In the nix flake file, there is leftover code to build It is good practice to keep nix derivations pure, i.e., independent of the environment the program is running in. Is there any specific reason as to why it was decided to not ship the |
I created a new pull request: #84. The discussion can be moved to this new pull request. This pull request on the other hand is ready for review and the problem it fixes blocks other pull request due to failing CI. |
On May 9, 2025, the pull request stellar/stellar-cli#2024 removed the
sorobanbinary from thestellar-clicrate. As the CI docker container installs the up-to-date version of thestellar-clicrate, integration tests fail due to the missingsorobanbinary. This currently blocks pull requests due to failing CI.This pull request fixes this issue by replacing usage of the
sorobanbinary with thestellarbinary.