Skip to content

Conversation

@schottra
Copy link
Contributor

Support openaudio validator nodes in our content node list.

if endpoint.ServiceType == "content-node" || endpoint.ServiceType == "validator" {
nodes = append(nodes, config.Node{
Endpoint: endpoint.Endpoint,
DelegateOwnerWallet: endpoint.DelegateWallet,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

cc @alecsavvy
On line 122, we have IsStorageDisabled hard-coded to false because the core rpc doesn't return the value. Can there be validators returned here that don't support storage? If so, we need to get that plumbed through.

Copy link
Contributor

@alecsavvy alecsavvy Oct 24, 2025

Choose a reason for hiding this comment

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

nope, content-nodes and validators MUST (rfc-2119) serve content. otherwise they are subject to slashing. you can infer that it is "on".

@schottra schottra merged commit 742c3eb into main Oct 24, 2025
5 checks passed
@schottra schottra deleted the use-validator-storage-nodes branch October 24, 2025 19:28
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