From 5bc4d8676734eac6d318c6334bbc40787c7b551c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Castro-Castilla?= Date: Fri, 19 Jul 2024 11:05:33 +0300 Subject: [PATCH] Deprecate Carnot spec --- {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