mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Merkle Proofs of KZG commitments (#13159)
* Merkle Proofs of KZG commitments * fix mock * Implement Merkle proof spectests * Check Proof construction in spectests * fix Merkle proof generator * Add unit test * add ssz package unit tests * add benchmark * fix typo in comment * ProposerSlashing was repeated * Terence's review * move to consensus_blocks * use existing error
This commit is contained in:
@@ -59,6 +59,7 @@ type ReadOnlyBeaconBlock interface {
|
||||
// ReadOnlyBeaconBlockBody describes the method set employed by an object
|
||||
// that is a beacon block body.
|
||||
type ReadOnlyBeaconBlockBody interface {
|
||||
Version() int
|
||||
RandaoReveal() [field_params.BLSSignatureLength]byte
|
||||
Eth1Data() *ethpb.Eth1Data
|
||||
Graffiti() [field_params.RootLength]byte
|
||||
|
||||
Reference in New Issue
Block a user