Skip to content

Block consensus methods refactoring #4114

Block consensus methods refactoring

Block consensus methods refactoring #4114

Triggered via pull request August 12, 2024 21:22
Status Failure
Total duration 6m 31s
Artifacts

browser.yml

on: pull_request
Matrix: test-all-browser
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test/clique.spec.ts > [Header]: Clique PoA Functionality > Signing: packages/block/test/clique.spec.ts#L106
AssertionError: should verify signature: expected false to be truthy ❯ test/clique.spec.ts:106:11
test/clique.spec.ts > Clique: Initialization > should throw if signer in epoch checkpoint is not active: packages/blockchain/test/clique.spec.ts#L239
AssertionError: correct error: expected false to be truthy ❯ test/clique.spec.ts:239:13
test/clique.spec.ts > Clique: Initialization > should throw on invalid difficulty: packages/blockchain/test/clique.spec.ts#L295
AssertionError: correct error: expected false to be truthy ❯ test/clique.spec.ts:295:13
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoA block: packages/vm/test/api/buildBlock.spec.ts#L228
AssertionError: should verify signature: expected false to be truthy ❯ test/api/buildBlock.spec.ts:228:11
test/api/runBlock.spec.ts > runBlock() -> runtime behavior > should allocate to correct clique beneficiary: packages/vm/test/api/runBlock.spec.ts#L398
TypeError: Cannot read properties of undefined (reading 'balance') ❯ test/api/runBlock.spec.ts:398:15
test-all-browser (20)
Process completed with exit code 1.