-
Notifications
You must be signed in to change notification settings - Fork 170
Error in Step 3 of setting up your own RPC server #1051
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
Comments
I'm pretty sure all we need to do here is remove the It would be worth running through the docker instance setup tests to confirm, though. |
@ElliotFriend Yup yea I double-checked the available flags here: https://github.com/stellar/stellar-rpc/blob/main/cmd/stellar-rpc/internal/config/options.go And confirmed all the other flags are present but --captive-core-use-db has been removed. Can confirm via test config file as well: https://github.com/stellar/stellar-rpc/blob/main/cmd/stellar-rpc/internal/config/test.soroban.rpc.config I think this old config is still in https://github.com/stellar/quickstart as well. Will put up a PR to update the docs but @ElliotFriend do you think I should update quickstart as well since that is commonly used? |
…-setting-up-your-own-RPC-server-#1051
* Update RPC admin guide * Fix formatting * Fix formatting * Update docs/data/rpc/admin-guide.mdx Co-authored-by: Elliot Voris <[email protected]> * Feedback from elliot --------- Co-authored-by: Elliot Voris <[email protected]>
There is an error when following the guide to launch an RPC server. In this section: https://developers.stellar.org/docs/data/rpc/admin-guide#docker-image - in Step 3, the
--captive-core-use-db
flag gives an Error: unknown flag.The text was updated successfully, but these errors were encountered: