Add RO blob sidecar (#13144)

This commit is contained in:
Terence
2023-11-01 10:03:49 -07:00
committed by GitHub
parent a54e61ecb0
commit 57eda1de63
66 changed files with 1420 additions and 1001 deletions

View File

@@ -470,7 +470,7 @@ func GetMockSignRequest(t string) *validatorpb.SignRequest {
SigningRoot: make([]byte, fieldparams.RootLength),
SignatureDomain: make([]byte, 4),
Object: &validatorpb.SignRequest_Blob{
Blob: &eth.BlobSidecar{
Blob: &eth.DeprecatedBlobSidecar{
BlockRoot: make([]byte, fieldparams.RootLength),
Index: uint64(0),
Slot: 0,