Block consensus methods refactoring #13342
Annotations
3 errors
test/clique.spec.ts > Clique: Initialization > should throw if signer in epoch checkpoint is not active:
packages/blockchain/test/clique.spec.ts#L231
TypeError: Cannot assign to read only property 'extraData' of object '#<BlockHeader>'
❯ Module.createSealedCliqueBlock ../block/src/constructors.ts:526:47
❯ test/clique.spec.ts:231:19
|
test/clique.spec.ts > Clique: Initialization > should throw on invalid difficulty:
packages/blockchain/test/clique.spec.ts#L277
TypeError: Cannot assign to read only property 'extraData' of object '#<BlockHeader>'
❯ Module.createSealedCliqueBlock ../block/src/constructors.ts:526:47
❯ test/clique.spec.ts:277:13
|
test-blockchain (18)
Process completed with exit code 1.
|