From 205d766d216f4b1a14770fe96a5186fb1a6d1f0e Mon Sep 17 00:00:00 2001 From: Giacomo Pasini Date: Tue, 2 May 2023 11:29:51 +0200 Subject: [PATCH] add disclaimer --- 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