From 69489d1541e973707cccf18f8d4961ab3b945f63 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 11 Mar 2021 21:12:46 +0800 Subject: [PATCH] Rename folders and file names to `altair` --- configs/mainnet/{lightclient_patch.yaml => altair.yaml} | 0 configs/minimal/{lightclient_patch.yaml => altair.yaml} | 0 specs/{lightclient => altair}/beacon-chain.md | 0 specs/{lightclient => altair}/fork.md | 0 specs/{lightclient => altair}/sync-protocol.md | 0 .../eth2spec/test/{lightclient_patch => altair}/__init__.py | 0 .../{lightclient_patch => altair}/block_processing/__init__.py | 0 .../block_processing/test_process_sync_committee.py | 0 .../{lightclient_patch => altair}/epoch_processing/__init__.py | 0 .../epoch_processing/test_process_sync_committee_updates.py | 0 .../eth2spec/test/{lightclient_patch => altair}/fork/__init__.py | 0 .../eth2spec/test/{lightclient_patch => altair}/fork/test_fork.py | 0 .../test/{lightclient_patch => altair}/sanity/__init__.py | 0 .../test/{lightclient_patch => altair}/sanity/test_blocks.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename configs/mainnet/{lightclient_patch.yaml => altair.yaml} (100%) rename configs/minimal/{lightclient_patch.yaml => altair.yaml} (100%) rename specs/{lightclient => altair}/beacon-chain.md (100%) rename specs/{lightclient => altair}/fork.md (100%) rename specs/{lightclient => altair}/sync-protocol.md (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/__init__.py (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/block_processing/__init__.py (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/block_processing/test_process_sync_committee.py (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/epoch_processing/__init__.py (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/epoch_processing/test_process_sync_committee_updates.py (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/fork/__init__.py (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/fork/test_fork.py (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/sanity/__init__.py (100%) rename tests/core/pyspec/eth2spec/test/{lightclient_patch => altair}/sanity/test_blocks.py (100%) diff --git a/configs/mainnet/lightclient_patch.yaml b/configs/mainnet/altair.yaml similarity index 100% rename from configs/mainnet/lightclient_patch.yaml rename to configs/mainnet/altair.yaml diff --git a/configs/minimal/lightclient_patch.yaml b/configs/minimal/altair.yaml similarity index 100% rename from configs/minimal/lightclient_patch.yaml rename to configs/minimal/altair.yaml diff --git a/specs/lightclient/beacon-chain.md b/specs/altair/beacon-chain.md similarity index 100% rename from specs/lightclient/beacon-chain.md rename to specs/altair/beacon-chain.md diff --git a/specs/lightclient/fork.md b/specs/altair/fork.md similarity index 100% rename from specs/lightclient/fork.md rename to specs/altair/fork.md diff --git a/specs/lightclient/sync-protocol.md b/specs/altair/sync-protocol.md similarity index 100% rename from specs/lightclient/sync-protocol.md rename to specs/altair/sync-protocol.md diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/__init__.py b/tests/core/pyspec/eth2spec/test/altair/__init__.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/__init__.py rename to tests/core/pyspec/eth2spec/test/altair/__init__.py diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/block_processing/__init__.py b/tests/core/pyspec/eth2spec/test/altair/block_processing/__init__.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/block_processing/__init__.py rename to tests/core/pyspec/eth2spec/test/altair/block_processing/__init__.py diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/block_processing/test_process_sync_committee.py b/tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_committee.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/block_processing/test_process_sync_committee.py rename to tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_committee.py diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/epoch_processing/__init__.py b/tests/core/pyspec/eth2spec/test/altair/epoch_processing/__init__.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/epoch_processing/__init__.py rename to tests/core/pyspec/eth2spec/test/altair/epoch_processing/__init__.py diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/epoch_processing/test_process_sync_committee_updates.py b/tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_sync_committee_updates.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/epoch_processing/test_process_sync_committee_updates.py rename to tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_sync_committee_updates.py diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/fork/__init__.py b/tests/core/pyspec/eth2spec/test/altair/fork/__init__.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/fork/__init__.py rename to tests/core/pyspec/eth2spec/test/altair/fork/__init__.py diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/fork/test_fork.py b/tests/core/pyspec/eth2spec/test/altair/fork/test_fork.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/fork/test_fork.py rename to tests/core/pyspec/eth2spec/test/altair/fork/test_fork.py diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/sanity/__init__.py b/tests/core/pyspec/eth2spec/test/altair/sanity/__init__.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/sanity/__init__.py rename to tests/core/pyspec/eth2spec/test/altair/sanity/__init__.py diff --git a/tests/core/pyspec/eth2spec/test/lightclient_patch/sanity/test_blocks.py b/tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/lightclient_patch/sanity/test_blocks.py rename to tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py