From 13be73f821156dd67e63934d50cdcda259713971 Mon Sep 17 00:00:00 2001 From: Ladd Date: Wed, 25 Dec 2024 19:33:33 -0600 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ce005..3aa2260 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ | | | Lossy: Use a delta filter and a resolver function to produce a view. | | | | Currently using functions rather than JSON-Logic expressions. | | Functions | No | Arbitrary subscribers to delta stream (that can also emit deltas?) | -| Tests | Minimal | So far we have a few `ts-jest` tests. Need a plan for multi-node tests. | +| Tests | Yes | We are set up to run unit tests and multi-node tests | | Identity | No | Probably a public key / private key system | | Contexts | No | Each context may involve different lossy functions and delta filters | | HTTP API | Yes | Basic peering info and entity CRUD |