indexer icon indicating copy to clipboard operation
indexer copied to clipboard

Add additional info to indexer-agent indexerRegistration

Open stake-machine opened this issue 3 years ago • 0 comments

Currently indexer-agent only shows information: url, address, registered state, location It would be nice to extend this information by adding more information, e.g.:

indexerRegistration {
    url
    address
    registered
    network
    operator { 
        address
        balance
        authorized
    }
    location {
                  latitude
                  longitude
    }
}

This additional information can help to highlight environment that you are operating with, could be very useful in the light of the MIPs program.

stake-machine avatar Sep 26 '22 10:09 stake-machine