Skip to content

Commit

Permalink
simulators/ethereum/engine: Add blob-less payloads on multi-client test
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Apr 26, 2023
1 parent 7a7bc7f commit 8ee6a00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions simulators/ethereum/engine/suites/blobs/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ var Tests = []test.SpecInterface{
EngineStarter: hive_rpc.HiveRPCEngineStarter{},
},

// Create a few blocks without any blobs
NewPayloads{
PayloadCount: 10,
ExpectedIncludedBlobCount: 0,
},

// First send the MAX_BLOBS_PER_BLOCK-1 blob transactions from
// account A, to client A.
SendBlobTransactions{
Expand Down

0 comments on commit 8ee6a00

Please sign in to comment.