From 92904d338be0a67992725dce395a1fb13e0bbd4d Mon Sep 17 00:00:00 2001 From: Anton Kovalchuk Date: Fri, 3 Nov 2023 16:03:17 +0100 Subject: [PATCH] reject and archive voting --- {scripts => archive/scripts}/vote_2023_10_31.py | 1 + {tests => archive/tests}/test_2023_10_31.py | 0 2 files changed, 1 insertion(+) rename {scripts => archive/scripts}/vote_2023_10_31.py (99%) rename {tests => archive/tests}/test_2023_10_31.py (100%) diff --git a/scripts/vote_2023_10_31.py b/archive/scripts/vote_2023_10_31.py similarity index 99% rename from scripts/vote_2023_10_31.py rename to archive/scripts/vote_2023_10_31.py index e574a3e2..39df96ff 100644 --- a/scripts/vote_2023_10_31.py +++ b/archive/scripts/vote_2023_10_31.py @@ -9,6 +9,7 @@ II. Change the on-chain name of node operator with id 27 from 'Prysmatic Labs' to 'Prysm Team at Offchain Labs' 4. Change node operator name from Prysmatic Labs to Prysm Team at Offchain Labs +The vote REJECTED. """ import time diff --git a/tests/test_2023_10_31.py b/archive/tests/test_2023_10_31.py similarity index 100% rename from tests/test_2023_10_31.py rename to archive/tests/test_2023_10_31.py