From c895e8ed213ed8552c3cd0fcf9ef61d8140dbe90 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Tue, 7 May 2024 20:06:27 +0200 Subject: [PATCH] mark Persisted-operations RFC as superseded by the appendix --- rfcs/PersistedOperations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rfcs/PersistedOperations.md b/rfcs/PersistedOperations.md index 0d9a7a38..3225cf0f 100644 --- a/rfcs/PersistedOperations.md +++ b/rfcs/PersistedOperations.md @@ -1,5 +1,8 @@ # Persisted Operations +NOTE: this document is kept for historic purposes; Persisted Operations have been specified +[As an appendix](../spec/Appendix A -- Persisted Documents.md). + This RFC is intended to add Persisted Operations to the spec. A persisted operation contains a _hash_ of the `operation` that we are sending to the server, the server can translate this to the proper `operation` and execute it.