Id | IP | Port | In Sync | Total | Good | Bad | Initial Patch Needed | Cycle Finished Syncing | Recent Sync | Unexpected OOS | Radixes | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
All | C/CE | |||||||||||
{{ node.id.substring(0,4) }} | {{ node.ip }} | {{ node.port }} | {{ isInSync(node) }} | {{ node.total }} | {{ node.good }} | {{ node.bad }} | {{ node.stillNeedsInitialPatchPostActive }} | {{ node.cycleFinishedSyncing }} | {{ node.recentRuntimeSync }} | {{ isUnexpectedOOS(node).total ? `true (${isUnexpectedOOS(node).total})` : false}} | {{ isUnexpectedOOS(node, true).total ? `true (${isUnexpectedOOS(node).total})` : false}} |
{{ radix ? (radix.inConsensusRange && radix.inEdgeRange ? "C/E" : (radix.inConsensusRange ? "C" : (radix.inEdgeRange ? "E" : ""))) : '' }}
{{ radix ? radix.radix : index.toString(16).toUpperCase() }}
|