Phase 871: protomux-rpc MEMBER_PAGE_REQUEST pull (v0.8.838)

Opt-in member page RPC pull mirrors guild sync request wire: _buildMemberPagePayload,
_handleMemberPageRequestRpc, _tryMemberPageRequestRpc, RPC-first requestGuildMemberPage
with gossip fanout fallback. Non-breaking; default event path unchanged.
This commit is contained in:
Raven Scott
2026-06-04 16:52:53 -04:00
parent 8960f9b5d1
commit 2e5fad6719
7 changed files with 87 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
# Release v0.8.838 — Phase 871
Opt-in protomux-rpc **request/response** for large-guild member roster pages: joiner pulls `MEMBER_PAGE` from the mesh host via `MEMBER_PAGE_REQUEST` when `PEARCORD_RPC_WIRE=v2|dual` and `PEARCORD_RPC_REQUEST_WIRE=1`. Default gossip event fanout is unchanged.
- `_buildMemberPagePayload` / `_handleMemberPageRequestRpc` on host
- `_tryMemberPageRequestRpc` RPC-first in `requestGuildMemberPage`
- CI: `npm run test:ci-phase871`