refactor(wire): Phase 868 mux-wire modularization (v0.8.835)

Split pearcord-drive/mux-wire into common/v1/v2/gossip modules with unchanged
barrel exports. Add dual-stack live smoke, view rpcWireVersion, and doc/CI
hardening. No behavior change; default PEARCORD_RPC_WIRE remains v1.
This commit is contained in:
Raven Scott
2026-06-04 16:12:17 -04:00
parent d857ca217c
commit 0b9816e003
11 changed files with 93 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
# Release v0.8.835 — Phase 868
Mux-wire modularization and dual-stack gossip verification (non-breaking; default wire remains v1).
- Split `pearcord-drive/mux-wire` into `common`, `v1`, `v2`, `gossip` modules; barrel export unchanged
- `test:protomux-rpc-dual-stack` live journey with `PEARCORD_RPC_WIRE=dual`
- View field `rpcWireVersion` for dev diagnostics
- Docs: wire sections in GUILD_REPLICATION, CONTACTS, DISCOVERY, DEVICE_SYNC; AUTOMATED_TESTING Phase 867/868
- CI: `npm run test:ci-phase868`