quickstart
quickstart copied to clipboard
Home of the stellar/quickstart docker image for development and testing
Add a slack notification when the `nightly` or `nightly-next` scheduled builds fail. Include in the notification, if possible: - A link to the failed run. - The versions of all...
I was working in an area of the start script and noticed the following lines: https://github.com/stellar/quickstart/blob/fc19970668cacbdff5a26125984ff707c3414d04/start#L533-L537 This logic has existed since https://github.com/stellar/quickstart/pull/373, which was the start of soroban support, very...
From time to time folks on other teams forget to update the quickstart image with their latest stable release for `latest`, or their latest rc or stable release for `testing`....
### What problem does your feature solve? Horizon is being deprecated slowly going forward. Many of latest use cases are now evolving to not use horizon and use rpc instead...
The lab is currently installed at `/opt/stellar/lab`, however everything under the `/opt/stellar` folder is designed so it can be mounted as a persistent volume replacing anything already in that directory...
In the [instructions for persistent mode](https://github.com/stellar/quickstart/tree/main?tab=readme-ov-file#persistent-mode), we tell users to mount a volume to `/opt/stellar` in the quickstart container. This is problematic because that directory contains data, configuration, and code....
We don't have any tests that verify the `unlimited` config settings, so any issues with them are always found downstream.
This PR adds a new `/health` endpoint that provides a simple way to determine when the Stellar Quickstart image is fully ready for use, addressing the issue where users need...
### What Add HTTP_QUERY_PORT configuration to core and patch stellar-core to allow this port on validator nodes. Serve the query endpoint on the /query path of the main port. ###...
I think the default network of the image should change from testnet to local. This will be a breaking change. Why: The quickstart image is primarily intended for use during...