#244 Ship 1: inbound space allow-list + CanReceiveSpace (v0.6.26) #245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/244-ship1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First slice of #244 (Space as a peering recipient). Backend groundwork only — no user-facing surface yet; deploy/test happens after Ship 3.
peering.Senders(shared shape) gainsSpaces; peers now carry an inboundReceivers.Spacesallow-list.Registry.CanReceiveSpace(peer, space)— fail-closed, disabled-aware, mirrorsCanReceive. Existence is a separate delivery-time check (Ship 2).Registry.ReceiverSpaces(peer)accessor.add/update/listcarryreceivers.spaces/recvSpaces.Runner:
go vet/build/test ./internal/peering/... ./internal/api/...all green.Part of #244.