scroll.server/crates
WiseDev a509529aef carry rpc over a binary frame, not json+base64
the inter-service payload is already raw bytes; postcard sends it as
length-prefixed binary instead of base64 stuffed into a json envelope.
drops the base64 module and the per-field serde shims.
2026-08-28 23:26:38 +03:00
..
auth-service drop the commentary and run a workspace-wide format pass 2026-08-28 16:27:34 +03:00
game-service resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +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 carry rpc over a binary frame, not json+base64 2026-08-28 23:26:38 +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