Skip to content

Commit

Permalink
Validator client: remove blob signing
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Nov 3, 2023
1 parent daa6d2e commit a5543a9
Show file tree
Hide file tree
Showing 16 changed files with 220 additions and 937 deletions.
470 changes: 212 additions & 258 deletions proto/prysm/v1alpha1/validator-client/keymanager.pb.go

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions proto/prysm/v1alpha1/validator-client/keymanager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import "proto/prysm/v1alpha1/attestation.proto";
import "proto/prysm/v1alpha1/beacon_block.proto";
import "proto/prysm/v1alpha1/beacon_state.proto";
import "proto/prysm/v1alpha1/sync_committee.proto";
import "proto/prysm/v1alpha1/blobs.proto";
import "google/api/annotations.proto";
import "google/protobuf/empty.proto";

Expand Down Expand Up @@ -90,8 +89,6 @@ message SignRequest {
// Deneb objects.
ethereum.eth.v1alpha1.BeaconBlockDeneb block_deneb = 116;
ethereum.eth.v1alpha1.BlindedBeaconBlockDeneb blinded_block_deneb = 117;
ethereum.eth.v1alpha1.DeprecatedBlobSidecar blob = 118;
ethereum.eth.v1alpha1.BlindedBlobSidecar blinded_blob = 119;
}
reserved 4, 5; // Reserving old, deleted fields.
uint64 signing_slot = 6 [(ethereum.eth.ext.cast_type) = "github.com/prysmaticlabs/prysm/v4/consensus-types/primitives.Slot"];
Expand Down
2 changes: 0 additions & 2 deletions validator/client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ go_library(
"aggregate.go",
"attest.go",
"attest_protect.go",
"blob.go",
"key_reload.go",
"log.go",
"metrics.go",
Expand Down Expand Up @@ -102,7 +101,6 @@ go_test(
"aggregate_test.go",
"attest_protect_test.go",
"attest_test.go",
"blob_test.go",
"key_reload_test.go",
"metrics_test.go",
"propose_protect_test.go",
Expand Down
105 changes: 0 additions & 105 deletions validator/client/blob.go

This file was deleted.

212 changes: 0 additions & 212 deletions validator/client/blob_test.go

This file was deleted.

Loading

0 comments on commit a5543a9

Please sign in to comment.