mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 13:58:09 -05:00
fix PayloadEnvelopeStateTransition test
This commit is contained in:
@@ -86,6 +86,7 @@ go_test(
|
||||
"//runtime/interop:go_default_library",
|
||||
"//testing/require:go_default_library",
|
||||
"//testing/util:go_default_library",
|
||||
"//testing/util/random:go_default_library",
|
||||
"//time/slots:go_default_library",
|
||||
"@com_github_pkg_errors//:go_default_library",
|
||||
"@com_github_stretchr_testify//require:go_default_library",
|
||||
|
||||
@@ -13,6 +13,7 @@ import (
|
||||
ethpb "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1"
|
||||
"github.com/prysmaticlabs/prysm/v5/testing/require"
|
||||
"github.com/prysmaticlabs/prysm/v5/testing/util"
|
||||
"github.com/prysmaticlabs/prysm/v5/testing/util/random"
|
||||
)
|
||||
|
||||
func TestExecutionPayloadEnvelope_VerifyBlockRootSeen(t *testing.T) {
|
||||
@@ -188,6 +189,7 @@ func TestExecutionPayloadEnvelope_VerifySignature(t *testing.T) {
|
||||
BaseFeePerGas: make([]byte, 32),
|
||||
BlockHash: make([]byte, 32),
|
||||
},
|
||||
ExecutionRequests: random.ExecutionRequests(t),
|
||||
BuilderIndex: builderIndexWanted,
|
||||
BeaconBlockRoot: make([]byte, 32),
|
||||
BlobKzgCommitments: [][]byte{make([]byte, 48), make([]byte, 48), make([]byte, 48)},
|
||||
|
||||
Reference in New Issue
Block a user