Skip to content

Commit f4aa1d8

Browse files
committed
Archive remote_signer code (#2559)
## Proposed Changes This PR deletes all `remote_signer` code from Lighthouse, for the following reasons: * The `remote_signer` code is unused, and we have no plans to use it now that we're moving to supporting the Web3Signer APIs: #2522 * It represents a significant maintenance burden. The HTTP API tests have been prone to platform-specific failures, and breakages due to dependency upgrades, e.g. #2400. Although the code is deleted it remains in the Git history should we ever want to recover it. For ease of reference: - The last commit containing remote signer code: 5a3bcd2 - The last Lighthouse version: v1.5.1
1 parent d9910f9 commit f4aa1d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+0
-4958
lines changed

Cargo.lock

-396
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ members = [
3333
"common/logging",
3434
"common/lru_cache",
3535
"common/malloc_utils",
36-
"common/remote_signer_consumer",
3736
"common/sensitive_url",
3837
"common/slot_clock",
3938
"common/task_executor",
@@ -69,17 +68,12 @@ members = [
6968
"lighthouse",
7069
"lighthouse/environment",
7170

72-
"remote_signer",
73-
"remote_signer/backend",
74-
"remote_signer/client",
75-
7671
"slasher",
7772
"slasher/service",
7873

7974
"testing/ef_tests",
8075
"testing/eth1_test_rig",
8176
"testing/node_test_rig",
82-
"testing/remote_signer_test",
8377
"testing/simulator",
8478
"testing/state_transition_vectors",
8579

common/remote_signer_consumer/Cargo.toml

-16
This file was deleted.

common/remote_signer_consumer/src/http_client.rs

-89
This file was deleted.

common/remote_signer_consumer/src/lib.rs

-213
This file was deleted.

0 commit comments

Comments
 (0)