Phase 906: export mesh mixin builder extract + waiters lookup (v0.8.873)
Non-breaking refactor — gossip-rpc-export-mesh-mixin.js extracts all mixin builder functions from bind module; gossip-rpc-export-mesh-bind.js reduced to backward-compatible re-export barrel; listExportMeshFetchWaitersKeys() and lookupExportMeshFetchRegistryEntryByWaitersKey() extend registry lookup; exportMeshFetchWaitersKeys on platform RPC view. Default gossip v1 unchanged; fleet v2 cutover still deferred. Verification: test:ci-phase906, boot gate, pearcord.log scan.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'use strict'
|
||||
|
||||
const { buildPlatformExportMeshFetchMixins } = require('../../../gossip-rpc-export-mesh-bind')
|
||||
const { buildPlatformExportMeshFetchMixins } = require('../../../gossip-rpc-export-mesh-mixin')
|
||||
const { exportMeshFetchRegistry } = require('../../../gossip-rpc-export-mesh-registry')
|
||||
|
||||
/** Consolidated export mesh fetch mixins from registry entries (Phase 900–904). */
|
||||
|
||||
Reference in New Issue
Block a user