-
Notifications
You must be signed in to change notification settings - Fork 9
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
More configuration options for paratimes #1441
Merged
Merged
Commits on Aug 13, 2024
-
Add support for overriding names of special scopes
Normally, the name of a scope is derived by concatenating the name of the layer (i.e. "Sapphire") and the name of the network (i.e. "Testnet") ==> "Sapphire Testnet" However, in some specific cases, we might want to have something different. This can be achieved by this override function.
Configuration menu - View commit details
-
Copy full SHA for 1c0439c - Browse repository at this point
Copy the full SHA 1c0439cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f838c - Browse repository at this point
Copy the full SHA 16f838cView commit details -
Add code for customizing scope paths
Normally the "sapphire" paratime on the "testnet" network will be available via "testnet/sapphire". This commit adds a config option to override the paths for specific paratimes with any two-word constant. (So that we can use "magic/kingdom" instead of "testnet/sapphire", if we want to.)
Configuration menu - View commit details
-
Copy full SHA for 1ace609 - Browse repository at this point
Copy the full SHA 1ace609View commit details -
Add config variable for skipping the graph
This is mostly useful if we want to restrict a deployment to display only a few layers.
Configuration menu - View commit details
-
Copy full SHA for 287db7b - Browse repository at this point
Copy the full SHA 287db7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb3e58 - Browse repository at this point
Copy the full SHA fdb3e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e97ccb - Browse repository at this point
Copy the full SHA 2e97ccbView commit details -
Change semantics of getThemesForNetworks function
Up to now, this function has returned all the themes, for all networks. Now it will only return one theme, for the requested network.
Configuration menu - View commit details
-
Copy full SHA for 12ef675 - Browse repository at this point
Copy the full SHA 12ef675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e662a - Browse repository at this point
Copy the full SHA 19e662aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e32b1ad - Browse repository at this point
Copy the full SHA e32b1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a6871 - Browse repository at this point
Copy the full SHA 04a6871View commit details
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.