diff options
Diffstat (limited to 'scripts/README')
-rw-r--r-- | scripts/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README index 67339b1c..28f89721 100644 --- a/scripts/README +++ b/scripts/README @@ -99,6 +99,9 @@ Current TO DO list: next scheduled transition? Is the next state always predictable from the current state or do we also need a next-state field? + state := pending | active | deprecated | revoked + timestamp := null | <time of next transition> + - Publication protocol and implementation thereof. Defer until core functionality in the main engine is done. |