From 96e33fd15d5f858221fdf0533e3e5c4b7ea4ef78 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:43:49 -0600 Subject: [PATCH] Remove path-domain in CDDL Remove path-domain definition in CDDL to avoid being too limiting. --- ccf_specs.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ccf_specs.md b/ccf_specs.md index 767a812..629ada6 100644 --- a/ccf_specs.md +++ b/ccf_specs.md @@ -3,7 +3,7 @@ Author: Faye Amacker Status: ABRIDGED DRAFT Date: Jan 30, 2023 -Revision: 20230130a +Revision: 20230130b ## Abstract @@ -821,17 +821,10 @@ dict-value = [* (key: value, value: value)] composite-value = [+ (field: value)] path-value = [ - domain: path-domain, + domain: uint, identifier: tstr, ] -; path-domain is an enumeration -path-domain = &( - domain-storage: 1, - domain-private: 2, - domain-public: 3, -) - capability-value = [ address: address-value, path: path-value