Skip to content

Commit

Permalink
feat: update to v2 events
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Aug 22, 2023
1 parent 7d676c2 commit e84f064
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkg/proto/eth/v1/sync_committee.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,15 @@ import "google/protobuf/descriptor.proto";
import "google/protobuf/wrappers.proto";

message SyncCommitteeContribution {
uint64 slot = 1 [ deprecated = true ];
uint64 slot = 1;

uint64 subcommittee_index = 2
[ json_name = "subcommittee_index", deprecated = true ];
uint64 subcommittee_index = 2 [ json_name = "subcommittee_index" ];

string aggregation_bits = 3 [ json_name = "aggregation_bits" ];

string signature = 4;

string beacon_block_root = 5 [ json_name = "beacon_block_root" ];

google.protobuf.UInt64Value slot_v2 = 6 [ json_name = "slot_v2" ];

google.protobuf.UInt64Value subcommittee_index_v2 = 7
[ json_name = "subcommittee_index_v2" ];
}

message SyncCommitteeContributionV2 {
Expand Down

0 comments on commit e84f064

Please sign in to comment.