You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split out from #171 (marketplace-level, independent of the reconnect wedge).
The relay (buzz e18020a63) now access-scopes global/channel-less REQ results and emits NIP-01 CLOSED on rejected subscriptions. Two consequences for sellers running broad open-pool filters (claim_open_pool):
Silent degradation: if a broad filter is rejected or its results scoped down, the seller can be limited to targeted offers (or deaf entirely) while still heartbeating accepting=true — buyers see a live seller that never claims.
Zero observability on the seller node: the notification loop handles only Event and Shutdown — no Message/Closed arm — so a CLOSED subscription is dropped by the SDK with no log line and no re-subscribe. The pre-cutover binary at least had a loud, offer-sub-specific fallback (degrade to #p==self + log; seller_daemon/mod.rs:4160ff).
Current field datum (weak but real): the old-binary fleet's broad REQs appear to be accepted under scoping (offers received post-flip, zero fallback fires), so this may not be biting today — but nothing on dev would tell us if it started.
Split out from #171 (marketplace-level, independent of the reconnect wedge).
The relay (buzz e18020a63) now access-scopes global/channel-less REQ results and emits NIP-01 CLOSED on rejected subscriptions. Two consequences for sellers running broad open-pool filters (
claim_open_pool):accepting=true— buyers see a live seller that never claims.EventandShutdown— noMessage/Closedarm — so a CLOSED subscription is dropped by the SDK with no log line and no re-subscribe. The pre-cutover binary at least had a loud, offer-sub-specific fallback (degrade to#p==self+ log;seller_daemon/mod.rs:4160ff).Current field datum (weak but real): the old-binary fleet's broad REQs appear to be accepted under scoping (offers received post-flip, zero fallback fires), so this may not be biting today — but nothing on dev would tell us if it started.
Asks: