Conversation
Contributor
vukomir
commented
Mar 30, 2026
- Update testnet/mainnet config
- removed dev environment
todvildes
approved these changes
Mar 30, 2026
There was a problem hiding this comment.
Pull request overview
Updates the bundled Docker bootstrap configuration for mainnet/testnet and removes the previously bundled dev environment to align supported deployments with mainnet/testnet only.
Changes:
- Enable
relay_chain_light_client: truein both mainnet and testnet configs. - Remove
snapshot_urlentries from relay chain config for mainnet/testnet. - Remove
docker/config/dev.ymland update README to reflect supportedENVIRONMENTvalues.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docker/config/testnet.yml | Enables relay-chain light client mode and removes relay snapshot configuration. |
| docker/config/mainnet.yml | Enables relay-chain light client mode and removes relay snapshot configuration. |
| docker/config/dev.yml | Removes dev environment bootstrap config. |
| README.md | Updates documentation to remove dev from supported ENVIRONMENT values (plus minor pruning text edit). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Pruning | ||
|
|
||
| `blocks_pruning` and `state_pruning` are set in the bundled YAML per environment (for example `archive-canonical` for blocks and `256` for state on mainnet and testnet; dev uses the same block mode with `state_pruning: 256`). They are not controlled by separate container environment variables. To change pruning, use a custom configuration and adjust how you invoke the container, or extend or rebuild the image. | ||
| `blocks_pruning` and `state_pruning` are set in the bundled YAML per environment (for example `archive-canonical` for blocks and `256` for state on mainnet and testnet;). They are not controlled by separate container environment variables. To change pruning, use a custom configuration and adjust how you invoke the container, or extend or rebuild the image. |
There was a problem hiding this comment.
The pruning paragraph has a stray semicolon before the closing parenthesis ("mainnet and testnet;)") which reads like a typo. Please remove the semicolon so the sentence is grammatically correct.
Suggested change
| `blocks_pruning` and `state_pruning` are set in the bundled YAML per environment (for example `archive-canonical` for blocks and `256` for state on mainnet and testnet;). They are not controlled by separate container environment variables. To change pruning, use a custom configuration and adjust how you invoke the container, or extend or rebuild the image. | |
| `blocks_pruning` and `state_pruning` are set in the bundled YAML per environment (for example `archive-canonical` for blocks and `256` for state on mainnet and testnet). They are not controlled by separate container environment variables. To change pruning, use a custom configuration and adjust how you invoke the container, or extend or rebuild the image. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.