Skip to content

Commit

Permalink
feat(sentry): add block v2 event
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Aug 22, 2023
1 parent 1f5dfaf commit d6b70ca
Show file tree
Hide file tree
Showing 7 changed files with 1,545 additions and 996 deletions.
362 changes: 224 additions & 138 deletions pkg/proto/eth/v1/events.pb.go

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions pkg/proto/eth/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ message EventBlock {
google.protobuf.UInt64Value slot_v2 = 4 [ json_name = "slot_v2" ];
}

message EventBlockV2 {
google.protobuf.UInt64Value slot = 1 [ json_name = "slot" ];

string block = 2;

bool execution_optimistic = 3 [ json_name = "execution_optimistic" ];
}

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

Expand Down
Loading

0 comments on commit d6b70ca

Please sign in to comment.