mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
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:
parent
8dd8ccc147
commit
77a63f871d
1836
proto/prysm/v1alpha1/beacon_chain.pb.go
generated
1836
proto/prysm/v1alpha1/beacon_chain.pb.go
generated
File diff suppressed because it is too large
Load Diff
@ -434,6 +434,9 @@ message BeaconBlockContainer {
|
|||||||
|
|
||||||
// Representing an bellatrix block.
|
// Representing an bellatrix block.
|
||||||
SignedBeaconBlockBellatrix bellatrix_block = 5;
|
SignedBeaconBlockBellatrix bellatrix_block = 5;
|
||||||
|
|
||||||
|
// Representing a blinded bellatrix block.
|
||||||
|
SignedBlindedBeaconBlockBellatrix blinded_bellatrix_block = 6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user