Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Archive remote_signer code #2559

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
396 changes: 0 additions & 396 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ members = [
"common/logging",
"common/lru_cache",
"common/malloc_utils",
"common/remote_signer_consumer",
"common/sensitive_url",
"common/slot_clock",
"common/task_executor",
Expand Down Expand Up @@ -69,17 +68,12 @@ members = [
"lighthouse",
"lighthouse/environment",

"remote_signer",
"remote_signer/backend",
"remote_signer/client",

"slasher",
"slasher/service",

"testing/ef_tests",
"testing/eth1_test_rig",
"testing/node_test_rig",
"testing/remote_signer_test",
"testing/simulator",
"testing/state_transition_vectors",

Expand Down
16 changes: 0 additions & 16 deletions common/remote_signer_consumer/Cargo.toml

This file was deleted.

89 changes: 0 additions & 89 deletions common/remote_signer_consumer/src/http_client.rs

This file was deleted.

213 changes: 0 additions & 213 deletions common/remote_signer_consumer/src/lib.rs

This file was deleted.

Loading