Skip to content

Update RPC admin guide #1051 #1244

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

Merged
merged 6 commits into from
Feb 5, 2025

Conversation

anataliocs
Copy link
Contributor

@stellar stellar deleted a comment from stellar-jenkins Jan 30, 2025
@stellar stellar deleted a comment from stellar-jenkins Jan 30, 2025
@anataliocs
Copy link
Contributor Author

https://developers-pr1244.previews.kube001.services.stellar-ops.com/docs/data/rpc/admin-guide

Verified command locally

docker run --rm -it \
    -p 8000:8000 \
    --name stellar \
    stellar/quickstart:testing \
    --local \
    --enable-soroban-rpc
image

@anataliocs
Copy link
Contributor Author

Verified locally

docker run -p 8001:8001 -p 8000:8000 \
-v /Users/<USERNAME>/test-rpc-config:/opt/stellar stellar/stellar-rpc \
--captive-core-config-path=/opt/stellar/stellar-captive-core.cfg \
--captive-core-storage-path="/var/lib/stellar/captive-core" \
--db-path="/var/lib/stellar/soroban-rpc-db.sqlite" \
--stellar-captive-core-http-port=11626 \
--friendbot-url="https://friendbot-testnet.stellar.org/" \
--network-passphrase="Test SDF Network ; September 2015" \
--history-archive-urls="https://history.stellar.org/prd/core-testnet/core_testnet_001" \
--admin-endpoint="0.0.0.0:8001" \
--endpoint="0.0.0.0:8000"
image

Copy link
Contributor

@ElliotFriend ElliotFriend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great addition! This is really great, @anataliocs! left some comments and questions, but i think you're pretty close

Comment on lines -558 to +623
docker.io/stellar/system-test:soroban-preview11 \
docker.io/stellar/system-test:soroban-v20 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these docker images seem pretty old... might wanna ask around to see if this docker container is used or moved or whatever.

the repo seems like it's pretty actively maintained, so i would think there are up-to-date container images around somewhere... 🤷🏻‍♂️

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://hub.docker.com/r/stellar/system-test/tags
https://github.com/stellar/system-test

While the git repo has commits as recent as last week, the dockerhub latest image is:
soroban-v20
Last pushed a year ago by

Any recommendations here?

@stellar stellar deleted a comment from stellar-jenkins Feb 3, 2025
@stellar stellar deleted a comment from stellar-jenkins Feb 3, 2025
@stellar stellar deleted a comment from stellar-jenkins Feb 3, 2025
@stellar-jenkins
Copy link

Copy link
Contributor

@ElliotFriend ElliotFriend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, @anataliocs!! Really well done!

@anataliocs anataliocs merged commit 62b1c23 into main Feb 5, 2025
2 checks passed
@anataliocs anataliocs deleted the Step-3-of-setting-up-your-own-RPC-server-#1051 branch February 5, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants