@@ -158,7 +158,7 @@ var Tests = []test.Spec{
158
158
& CancunBaseSpec {
159
159
160
160
BaseSpec : test.BaseSpec {
161
- Name : "Blob Transaction Ordering, Single Account" ,
161
+ Name : "Blob Transaction Ordering, Single Account, Single Blob " ,
162
162
About : `
163
163
Send N blob transactions with cancun.MAX_BLOBS_PER_BLOCK-1 blobs each,
164
164
using account A.
@@ -203,7 +203,7 @@ var Tests = []test.Spec{
203
203
& CancunBaseSpec {
204
204
205
205
BaseSpec : test.BaseSpec {
206
- Name : "Blob Transaction Ordering, Single Account 2 " ,
206
+ Name : "Blob Transaction Ordering, Single Account, Dual Blob " ,
207
207
About : `
208
208
Send N blob transactions with cancun.MAX_BLOBS_PER_BLOCK-1 blobs each,
209
209
using account A.
@@ -1085,7 +1085,7 @@ var Tests = []test.Spec{
1085
1085
& CancunBaseSpec {
1086
1086
1087
1087
BaseSpec : test.BaseSpec {
1088
- Name : "NewPayloadV3 Versioned Hashes, Missing Hash" ,
1088
+ Name : "NewPayloadV3 Versioned Hashes, Missing Hash, Syncing=False " ,
1089
1089
About : `
1090
1090
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1091
1091
is missing one of the hashes.
@@ -1117,7 +1117,7 @@ var Tests = []test.Spec{
1117
1117
& CancunBaseSpec {
1118
1118
1119
1119
BaseSpec : test.BaseSpec {
1120
- Name : "NewPayloadV3 Versioned Hashes, Extra Hash" ,
1120
+ Name : "NewPayloadV3 Versioned Hashes, Extra Hash, Syncing=False " ,
1121
1121
About : `
1122
1122
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1123
1123
is has an extra hash for a blob that is not in the payload.
@@ -1151,7 +1151,7 @@ var Tests = []test.Spec{
1151
1151
1152
1152
& CancunBaseSpec {
1153
1153
BaseSpec : test.BaseSpec {
1154
- Name : "NewPayloadV3 Versioned Hashes, Out of Order" ,
1154
+ Name : "NewPayloadV3 Versioned Hashes, Out of Order, Syncing=False " ,
1155
1155
About : `
1156
1156
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1157
1157
is out of order.
@@ -1183,7 +1183,7 @@ var Tests = []test.Spec{
1183
1183
1184
1184
& CancunBaseSpec {
1185
1185
BaseSpec : test.BaseSpec {
1186
- Name : "NewPayloadV3 Versioned Hashes, Repeated Hash" ,
1186
+ Name : "NewPayloadV3 Versioned Hashes, Repeated Hash, Syncing=False " ,
1187
1187
About : `
1188
1188
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1189
1189
has a blob that is repeated in the array.
@@ -1215,7 +1215,7 @@ var Tests = []test.Spec{
1215
1215
1216
1216
& CancunBaseSpec {
1217
1217
BaseSpec : test.BaseSpec {
1218
- Name : "NewPayloadV3 Versioned Hashes, Incorrect Hash" ,
1218
+ Name : "NewPayloadV3 Versioned Hashes, Incorrect Hash, Syncing=False " ,
1219
1219
About : `
1220
1220
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1221
1221
has a blob hash that does not belong to any blob contained in the payload.
@@ -1246,7 +1246,7 @@ var Tests = []test.Spec{
1246
1246
},
1247
1247
& CancunBaseSpec {
1248
1248
BaseSpec : test.BaseSpec {
1249
- Name : "NewPayloadV3 Versioned Hashes, Incorrect Version" ,
1249
+ Name : "NewPayloadV3 Versioned Hashes, Incorrect Version, Syncing=False " ,
1250
1250
About : `
1251
1251
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1252
1252
has a single blob that has an incorrect version.
@@ -1279,7 +1279,7 @@ var Tests = []test.Spec{
1279
1279
1280
1280
& CancunBaseSpec {
1281
1281
BaseSpec : test.BaseSpec {
1282
- Name : "NewPayloadV3 Versioned Hashes, Nil Hashes" ,
1282
+ Name : "NewPayloadV3 Versioned Hashes, Nil Hashes, Syncing=False " ,
1283
1283
About : `
1284
1284
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1285
1285
is nil, even though the fork has already happened.
@@ -1311,7 +1311,7 @@ var Tests = []test.Spec{
1311
1311
1312
1312
& CancunBaseSpec {
1313
1313
BaseSpec : test.BaseSpec {
1314
- Name : "NewPayloadV3 Versioned Hashes, Empty Hashes" ,
1314
+ Name : "NewPayloadV3 Versioned Hashes, Empty Hashes, Syncing=False " ,
1315
1315
About : `
1316
1316
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1317
1317
is empty, even though there are blobs in the payload.
@@ -1343,7 +1343,7 @@ var Tests = []test.Spec{
1343
1343
1344
1344
& CancunBaseSpec {
1345
1345
BaseSpec : test.BaseSpec {
1346
- Name : "NewPayloadV3 Versioned Hashes, Non-Empty Hashes" ,
1346
+ Name : "NewPayloadV3 Versioned Hashes, Non-Empty Hashes, Syncing=False " ,
1347
1347
About : `
1348
1348
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1349
1349
is contains hashes, even though there are no blobs in the payload.
@@ -1372,7 +1372,7 @@ var Tests = []test.Spec{
1372
1372
& CancunBaseSpec {
1373
1373
1374
1374
BaseSpec : test.BaseSpec {
1375
- Name : "NewPayloadV3 Versioned Hashes, Missing Hash ( Syncing) " ,
1375
+ Name : "NewPayloadV3 Versioned Hashes, Missing Hash, Syncing=True " ,
1376
1376
About : `
1377
1377
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1378
1378
is missing one of the hashes.
@@ -1411,7 +1411,7 @@ var Tests = []test.Spec{
1411
1411
& CancunBaseSpec {
1412
1412
1413
1413
BaseSpec : test.BaseSpec {
1414
- Name : "NewPayloadV3 Versioned Hashes, Extra Hash ( Syncing) " ,
1414
+ Name : "NewPayloadV3 Versioned Hashes, Extra Hash, Syncing=True " ,
1415
1415
About : `
1416
1416
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1417
1417
is has an extra hash for a blob that is not in the payload.
@@ -1452,7 +1452,7 @@ var Tests = []test.Spec{
1452
1452
1453
1453
& CancunBaseSpec {
1454
1454
BaseSpec : test.BaseSpec {
1455
- Name : "NewPayloadV3 Versioned Hashes, Out of Order ( Syncing) " ,
1455
+ Name : "NewPayloadV3 Versioned Hashes, Out of Order, Syncing=True " ,
1456
1456
About : `
1457
1457
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1458
1458
is out of order.
@@ -1490,7 +1490,7 @@ var Tests = []test.Spec{
1490
1490
1491
1491
& CancunBaseSpec {
1492
1492
BaseSpec : test.BaseSpec {
1493
- Name : "NewPayloadV3 Versioned Hashes, Repeated Hash ( Syncing) " ,
1493
+ Name : "NewPayloadV3 Versioned Hashes, Repeated Hash, Syncing=True " ,
1494
1494
About : `
1495
1495
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1496
1496
has a blob that is repeated in the array.
@@ -1529,7 +1529,7 @@ var Tests = []test.Spec{
1529
1529
1530
1530
& CancunBaseSpec {
1531
1531
BaseSpec : test.BaseSpec {
1532
- Name : "NewPayloadV3 Versioned Hashes, Incorrect Hash ( Syncing) " ,
1532
+ Name : "NewPayloadV3 Versioned Hashes, Incorrect Hash, Syncing=True " ,
1533
1533
About : `
1534
1534
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1535
1535
has a blob that is repeated in the array.
@@ -1567,7 +1567,7 @@ var Tests = []test.Spec{
1567
1567
},
1568
1568
& CancunBaseSpec {
1569
1569
BaseSpec : test.BaseSpec {
1570
- Name : "NewPayloadV3 Versioned Hashes, Incorrect Version ( Syncing) " ,
1570
+ Name : "NewPayloadV3 Versioned Hashes, Incorrect Version, Syncing=True " ,
1571
1571
About : `
1572
1572
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1573
1573
has a single blob that has an incorrect version.
@@ -1607,7 +1607,7 @@ var Tests = []test.Spec{
1607
1607
1608
1608
& CancunBaseSpec {
1609
1609
BaseSpec : test.BaseSpec {
1610
- Name : "NewPayloadV3 Versioned Hashes, Nil Hashes ( Syncing) " ,
1610
+ Name : "NewPayloadV3 Versioned Hashes, Nil Hashes, Syncing=True " ,
1611
1611
About : `
1612
1612
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1613
1613
is nil, even though the fork has already happened.
@@ -1646,7 +1646,7 @@ var Tests = []test.Spec{
1646
1646
1647
1647
& CancunBaseSpec {
1648
1648
BaseSpec : test.BaseSpec {
1649
- Name : "NewPayloadV3 Versioned Hashes, Empty Hashes ( Syncing) " ,
1649
+ Name : "NewPayloadV3 Versioned Hashes, Empty Hashes, Syncing=True " ,
1650
1650
About : `
1651
1651
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1652
1652
is empty, even though there are blobs in the payload.
@@ -1685,7 +1685,7 @@ var Tests = []test.Spec{
1685
1685
1686
1686
& CancunBaseSpec {
1687
1687
BaseSpec : test.BaseSpec {
1688
- Name : "NewPayloadV3 Versioned Hashes, Non-Empty Hashes ( Syncing) " ,
1688
+ Name : "NewPayloadV3 Versioned Hashes, Non-Empty Hashes, Syncing=True " ,
1689
1689
About : `
1690
1690
Tests VersionedHashes in Engine API NewPayloadV3 where the array
1691
1691
is contains hashes, even though there are no blobs in the payload.
@@ -1722,7 +1722,7 @@ var Tests = []test.Spec{
1722
1722
// and can be executed using `pyspec` simulator.
1723
1723
& CancunBaseSpec {
1724
1724
BaseSpec : test.BaseSpec {
1725
- Name : "Incorrect BlobGasUsed: Non-Zero on Zero Blobs" ,
1725
+ Name : "Incorrect BlobGasUsed, Non-Zero on Zero Blobs" ,
1726
1726
About : `
1727
1727
Send a payload with zero blobs, but non-zero BlobGasUsed.
1728
1728
` ,
@@ -1742,7 +1742,7 @@ var Tests = []test.Spec{
1742
1742
& CancunBaseSpec {
1743
1743
1744
1744
BaseSpec : test.BaseSpec {
1745
- Name : "Incorrect BlobGasUsed: GAS_PER_BLOB on Zero Blobs" ,
1745
+ Name : "Incorrect BlobGasUsed, GAS_PER_BLOB on Zero Blobs" ,
1746
1746
About : `
1747
1747
Send a payload with zero blobs, but non-zero BlobGasUsed.
1748
1748
` ,
0 commit comments