Indexer 与可检索数据平面

知识网络定位

当前页面已进入跨页知识网络层:不仅展示本页拓扑,还明确它在整站里的分类、被哪些页面引用、又继续指向哪些专题与证据页。

打开知识网络总览
状态:部分实现 分组:开发者与接口 出链:6 回链:2 相邻推荐:8
注册中心规范键接口查询P2P组网NAT证据

Indexer 数据平面快查

当前状态:本机 production-candidate API 已补入 capabilities、retention proof、SLO evidence、release integrity 可证:`/api/v1/indexer/retention/proof` 与 SDK / Explorer fail-closed 校验已有 raw 关键边界:仅关闭 local preflight;live/public Indexer/Explorer、production retention/SLO、release signing 仍未关闭 定位:把“链上数据可检索层”从 Explorer 愿景页里单独拆出来
拓扑追踪模式:支持悬停预览、点击锁定、节点搜索、只看上游、只看下游,以及“仅一跳 / 全链路”切换,帮助查看者在复杂拓扑中快速定位流程关系。
搜索 支持热词与别名检索:金库 / 治理 / 证明 / 复核 / 总控 / 注册中心 / 铸造 / 处罚
热词
方向
深度
未锁定 | 双向 | 全链路 | 悬停预览,点击锁定
当前节点 上游链路 下游链路 双向汇聚 非当前路径

flowchart TD
    classDef implemented fill:#dcfce7,stroke:#166534,color:#14532d,stroke-width:2px;
    classDef partial fill:#ffedd5,stroke:#9a3412,color:#7c2d12,stroke-width:2px;
    classDef planned fill:#dbeafe,stroke:#1d4ed8,color:#1e3a8a,stroke-width:2px,stroke-dasharray: 5 3;
    classDef audit fill:#ede9fe,stroke:#6d28d9,color:#4c1d95,stroke-width:2px;

    Indexer["Indexer API"] --> Health["/api/v1/indexer/health"]
    Indexer --> Capabilities["/api/v1/indexer/capabilities"]
    Indexer --> RetentionProof["/api/v1/indexer/retention/proof"]
    Indexer --> Memos["/api/v1/indexer/memos"]
    Indexer --> Search["/api/v1/indexer/memos/search"]
    Indexer --> Types["/api/v1/indexer/memos/types"]
    Indexer --> Submit["/api/v1/indexer/memos/submit"]
    Capabilities --> SDKCheck["SDK getCapabilities()
缺字段 fail-closed"] Capabilities --> ExplorerCheck["Explorer normalizeIndexerCapabilities()
缺字段 fail-closed"] RetentionProof --> SDKCheck RetentionProof --> ExplorerCheck SDKCheck --> Verdict["当前结论
本机 Indexer production-candidate 数据平面已补入 machine-readable 边界
但仍不能包装成 live/public Explorer 生态闭环"] ExplorerCheck --> Verdict Memos --> Verdict Types --> Verdict Submit --> Verdict Search --> Verdict class Indexer,Health,Capabilities,RetentionProof,Memos,Search,Types,Submit,SDKCheck,ExplorerCheck partial class Verdict audit