From 42a333a57124a03232e9b9585c689119fe79f017 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Sun, 12 Jul 2026 11:08:59 +0000 Subject: [PATCH] Record P2P validation infrastructure --- updates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/updates.md b/updates.md index 4fbb79b..1b6892b 100644 --- a/updates.md +++ b/updates.md @@ -13,6 +13,7 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid ### Testing - Added shared Node and File System Access API storage contract coverage for metadata, text and binary operations, append, listing, removal, path containment, and empty-root handling. +- Added a Compose-based P2P end-to-end smoke test and repeatable network benchmark cases for local performance investigations. ### Miscellaneous