Common: Remove Param Topics #13128
Annotations
10 errors
test/block.spec.ts > [Block]: block functions > should test transaction validation - invalid tx trie:
packages/block/src/block.ts#L280
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:428:13
❯ Block.getTransactionsValidationErrors src/block.ts:280:38
❯ Block.transactionsAreValid src/block.ts:328:25
❯ testTransactionValidation test/block.spec.ts:183:21
❯ test/block.spec.ts:191:11
|
test/block.spec.ts > [Block]: block functions > should test transaction validation - transaction not signed:
packages/block/test/block.spec.ts#L218
AssertionError: expected false to be truthy
❯ test/block.spec.ts:218:14
|
test/block.spec.ts > [Block]: block functions > should test transaction validation with empty transaction list:
packages/block/src/block.ts#L280
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:428:13
❯ Block.getTransactionsValidationErrors src/block.ts:280:38
❯ Block.transactionsAreValid src/block.ts:328:25
❯ testTransactionValidation test/block.spec.ts:183:21
❯ test/block.spec.ts:224:11
|
test/block.spec.ts > [Block]: block functions > should test transaction validation with legacy tx in london:
packages/block/src/block.ts#L280
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:428:13
❯ Block.getTransactionsValidationErrors src/block.ts:280:38
❯ Block.transactionsAreValid src/block.ts:328:25
❯ testTransactionValidation test/block.spec.ts:183:21
❯ test/block.spec.ts:231:11
|
test/block.spec.ts > [Block]: block functions > should test uncles hash validation:
packages/block/test/block.spec.ts#L250
AssertionError: expected false to be truthy
❯ test/block.spec.ts:250:14
|
test/eip1559block.spec.ts:
packages/block/test/eip1559block.spec.ts#L233
Error: Missing parameter value for initialBaseFee
❯ Common.param ../common/src/common.ts:428:13
❯ test/eip1559block.spec.ts:233:31
|
test/eip4844block.spec.ts > EIP4844 header tests > should work:
packages/block/src/header.ts#L230
Error: Missing parameter value for initialBaseFee
❯ Common.param ../common/src/common.ts:428:13
❯ new BlockHeader src/header.ts:230:25
❯ Function.fromHeaderData src/header.ts:96:12
❯ test/eip4844block.spec.ts:69:39
|
test/eip4844block.spec.ts > blob gas tests > should work:
packages/block/src/header.ts#L662
Error: Missing parameter value for targetBlobGasPerBlock
❯ Common.param ../common/src/common.ts:428:13
❯ BlockHeader.calcNextExcessBlobGas src/header.ts:662:47
❯ test/eip4844block.spec.ts:115:43
|
test/from-beacon-payload.spec.ts > [fromExecutionPayloadJson]: 4844 devnet 5 > reconstruct cancun block with blob txs:
packages/block/test/from-beacon-payload.spec.ts#L45
AssertionError: failed to construct block, error: Error: Missing parameter value for initialBaseFee
❯ test/from-beacon-payload.spec.ts:45:16
|
test/from-beacon-payload.spec.ts > [fromExecutionPayloadJson]: 4844 devnet 5 > should validate excess blob gas:
packages/block/test/from-beacon-payload.spec.ts#L82
AssertionError: failed with correct error: expected false to be truthy
❯ test/from-beacon-payload.spec.ts:82:14
|