aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_user_blob_store.py
Commit message (Collapse)AuthorAgeFilesLines
* mnp 3.1: per-account blobs the node cannot readChristophe Besson9 days1-0/+165
One row per playlist plus a manifest, so starring a track rewrites that playlist rather than the whole collection. blob_enc is a BLOB, not base64 TEXT: these run to hundreds of kilobytes. user_id comes from the session and never from the message; kind is validated against a pattern; every cap refuses with a stated reason rather than truncating. Additive, so MNP_MIN_SUPPORTED does not move — a 3.0 node answers "unknown message type" and the client writes to the next one it reaches. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>