Skip to content

Commit

Permalink
fix PayloadEnvelopeStateTransition test
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Sep 26, 2024
1 parent 1df3d0c commit c4550d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/verification/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions beacon-chain/verification/execution_payload_envelope_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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)},
Expand Down

0 comments on commit c4550d7

Please sign in to comment.