scroll.server/crates
WiseDev 5c35bef330 send service errors back over rpc instead of dropping the connection
the call outcome now rides the frame as Result<Response, WireError>, so
a rejection reaches the caller with its message and the pooled
connection stays up. only a real transport failure closes it now; a
malformed request comes back as a rejection too.
2026-08-28 23:43:47 +03:00
..
auth-service drop the commentary and run a workspace-wide format pass 2026-08-28 16:27:34 +03:00
game-service give the shop a typed error instead of string literals 2026-08-28 23:26:44 +03:00
gateway carry rpc over a binary frame, not json+base64 2026-08-28 23:26:38 +03:00
logic drop the commentary and run a workspace-wide format pass 2026-08-28 16:27:34 +03:00
logic-derive move all crates into crates/, glob members 2026-08-23 08:15:45 +03:00
scroll-server drop the commentary and run a workspace-wide format pass 2026-08-28 16:27:34 +03:00
service-rpc send service errors back over rpc instead of dropping the connection 2026-08-28 23:43:47 +03:00
storage drop the commentary and run a workspace-wide format pass 2026-08-28 16:27:34 +03:00
titan drop the commentary and run a workspace-wide format pass 2026-08-28 16:27:34 +03:00
titan-derive build and send the battle sector state 2026-08-23 10:24:20 +03:00