From c9769a2b8bd218d64c258fdfd571746fc7648bcd Mon Sep 17 00:00:00 2001 From: Alvatar Date: Fri, 19 Jul 2024 11:12:43 +0300 Subject: [PATCH] Deprecate Carnot spec (#110) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Álvaro Castro-Castilla --- {carnot => deprecated/carnot}/__init__.py | 0 {carnot => deprecated/carnot}/beacon.py | 0 {carnot => deprecated/carnot}/beaconized_carnot.py | 0 {carnot => deprecated/carnot}/carnot.py | 0 {carnot => deprecated/carnot}/committee_sizes.py | 0 {carnot => deprecated/carnot}/overlay.py | 0 {carnot => deprecated/carnot}/spec.md | 0 {carnot => deprecated/carnot}/test_beacon_verification.py | 0 {carnot => deprecated/carnot}/test_beaconized_carnot.py | 0 {carnot => deprecated/carnot}/test_happy_path.py | 0 {carnot => deprecated/carnot}/test_tree_overlay.py | 0 {carnot => deprecated/carnot}/test_unhappy_path.py | 0 {carnot => deprecated/carnot}/tree_overlay.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {carnot => deprecated/carnot}/__init__.py (100%) rename {carnot => deprecated/carnot}/beacon.py (100%) rename {carnot => deprecated/carnot}/beaconized_carnot.py (100%) rename {carnot => deprecated/carnot}/carnot.py (100%) rename {carnot => deprecated/carnot}/committee_sizes.py (100%) rename {carnot => deprecated/carnot}/overlay.py (100%) rename {carnot => deprecated/carnot}/spec.md (100%) rename {carnot => deprecated/carnot}/test_beacon_verification.py (100%) rename {carnot => deprecated/carnot}/test_beaconized_carnot.py (100%) rename {carnot => deprecated/carnot}/test_happy_path.py (100%) rename {carnot => deprecated/carnot}/test_tree_overlay.py (100%) rename {carnot => deprecated/carnot}/test_unhappy_path.py (100%) rename {carnot => deprecated/carnot}/tree_overlay.py (100%) diff --git a/carnot/__init__.py b/deprecated/carnot/__init__.py similarity index 100% rename from carnot/__init__.py rename to deprecated/carnot/__init__.py diff --git a/carnot/beacon.py b/deprecated/carnot/beacon.py similarity index 100% rename from carnot/beacon.py rename to deprecated/carnot/beacon.py diff --git a/carnot/beaconized_carnot.py b/deprecated/carnot/beaconized_carnot.py similarity index 100% rename from carnot/beaconized_carnot.py rename to deprecated/carnot/beaconized_carnot.py diff --git a/carnot/carnot.py b/deprecated/carnot/carnot.py similarity index 100% rename from carnot/carnot.py rename to deprecated/carnot/carnot.py diff --git a/carnot/committee_sizes.py b/deprecated/carnot/committee_sizes.py similarity index 100% rename from carnot/committee_sizes.py rename to deprecated/carnot/committee_sizes.py diff --git a/carnot/overlay.py b/deprecated/carnot/overlay.py similarity index 100% rename from carnot/overlay.py rename to deprecated/carnot/overlay.py diff --git a/carnot/spec.md b/deprecated/carnot/spec.md similarity index 100% rename from carnot/spec.md rename to deprecated/carnot/spec.md diff --git a/carnot/test_beacon_verification.py b/deprecated/carnot/test_beacon_verification.py similarity index 100% rename from carnot/test_beacon_verification.py rename to deprecated/carnot/test_beacon_verification.py diff --git a/carnot/test_beaconized_carnot.py b/deprecated/carnot/test_beaconized_carnot.py similarity index 100% rename from carnot/test_beaconized_carnot.py rename to deprecated/carnot/test_beaconized_carnot.py diff --git a/carnot/test_happy_path.py b/deprecated/carnot/test_happy_path.py similarity index 100% rename from carnot/test_happy_path.py rename to deprecated/carnot/test_happy_path.py diff --git a/carnot/test_tree_overlay.py b/deprecated/carnot/test_tree_overlay.py similarity index 100% rename from carnot/test_tree_overlay.py rename to deprecated/carnot/test_tree_overlay.py diff --git a/carnot/test_unhappy_path.py b/deprecated/carnot/test_unhappy_path.py similarity index 100% rename from carnot/test_unhappy_path.py rename to deprecated/carnot/test_unhappy_path.py diff --git a/carnot/tree_overlay.py b/deprecated/carnot/tree_overlay.py similarity index 100% rename from carnot/tree_overlay.py rename to deprecated/carnot/tree_overlay.py