This repository was archived by the owner on Jul 8, 2025. It is now read-only.
docs(walrus-sites): Template for importing operators from operators.json source or truth#293
Conversation
Contributor
|
Closed
mlegner
reviewed
Mar 13, 2025
Comment on lines
+113
to
+114
| {{ #aggregators }} | ||
| {{ /aggregators }} |
Collaborator
There was a problem hiding this comment.
Two questions:
- Can we sort them in some way? It seems they are sorted alphabetically by default, but I'd prefer to have those with HTTPS first and those with bare IP addresses last.
- Can we somehow indicate additional info like whether they have a cache?
Collaborator
There was a problem hiding this comment.
Suggestion: Can we add something like the following above the "Public aggregators" heading?
```admonish tip
The following list of aggregators and publishers is also available in
[JSON format](../assets/operators.json).
```
nikos-terzo
approved these changes
Mar 13, 2025
nikos-terzo
left a comment
There was a problem hiding this comment.
Great work! Having operators as a json file, can help with programmability.
|
|
||
| [preprocessor.templates] | ||
| command = "mdbook-templates" | ||
| path = "docs/assets/operators.json" |
There was a problem hiding this comment.
Current operators refer to testnet-operators. We should find a way to differentiate them from future mainnet ones.
Collaborator
There was a problem hiding this comment.
Ah, good point. Maybe something like
{
"mainnet": {
"aggregators": {
"..."
},
"publishers": {
"..."
}
},
"testnet": {
"..."
}
}
Collaborator
|
@vlegakis I'm closing this as we now have this in the main repository. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.