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