From 346fc020d4b0c6ce9582929e4164eb210079fcef Mon Sep 17 00:00:00 2001 From: Giacomo Pasini Date: Tue, 2 May 2023 12:04:06 +0200 Subject: [PATCH] add disclaimer (#23) --- carnot/carnot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/carnot/carnot.py b/carnot/carnot.py index 17aa2b1..89da3c3 100644 --- a/carnot/carnot.py +++ b/carnot/carnot.py @@ -33,6 +33,8 @@ # by the majority of honest nodes. Hence, after the view change, the protocol safety is preserved. +# Please note this is still a work in progress + from dataclasses import dataclass from typing import TypeAlias, List, Set, Self, Optional, Dict, FrozenSet from abc import abstractmethod