Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Dec 4, 2023
1 parent c86352e commit 392fdd2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions p2psentinel/sentinel.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,13 @@ import "types/types.proto";

message EmptyMessage {}

enum GossipType {
// Global gossip topics.
BeaconBlockGossipType = 0;
AggregateAndProofGossipType = 1;
VoluntaryExitGossipType = 2;
ProposerSlashingGossipType = 3;
AttesterSlashingGossipType = 4;
BlobSidecarType = 5;
BlsToExecutionChangeGossipType = 6;
}

message Peer {
string pid = 1;
}

message GossipData {
bytes data = 1; // SSZ encoded data
GossipType type = 2;
string type = 2;
optional Peer peer = 3;
optional uint32 blob_index = 4; // Blob identifier for EIP4844
}
Expand Down

0 comments on commit 392fdd2

Please sign in to comment.