Included Blinded Beacon Block in V1alpha1 Protobuf (#10989)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan 2022-07-05 21:03:14 +00:00 committed by GitHub
parent 8dd8ccc147
commit 77a63f871d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 933 additions and 906 deletions

File diff suppressed because it is too large Load Diff

View File

@ -434,6 +434,9 @@ message BeaconBlockContainer {
// Representing an bellatrix block.
SignedBeaconBlockBellatrix bellatrix_block = 5;
// Representing a blinded bellatrix block.
SignedBlindedBeaconBlockBellatrix blinded_bellatrix_block = 6;
}
}