add disclaimer

This commit is contained in:
Giacomo Pasini 2023-05-02 11:29:51 +02:00
parent 3b8df69bb0
commit 205d766d21
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

View File

@ -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