-
Notifications
You must be signed in to change notification settings - Fork 210
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
Update soroban-rpc to use a config file #444
Conversation
@paulbellamy one of the tests is failing with the following error message:
https://github.com/stellar/quickstart/actions/runs/4863896931/jobs/8672481761?pr=444 |
Oh, the tools_ref in the github CI is pointing to 0.7.0. This isn't critical, so let's delay merging this until after the soroban-rpc 0.8.0 release. |
This PR should not be merged until we release the soroban-rpc and update it's dependency here. then, we should be able to update this and it should pass all the tests. |
will update this to use soroban-tools tagged release version for preview9 when out and then merge |
Using the new
--config-path
flag from stellar/stellar-cli#609