dev_newBlock support relayParentNumber #1999
Annotations
2 errors
Run yarn test:
packages/core/src/blockchain/block-builder.ts#L197
Error: Failed to apply inherents
❯ initNewBlock packages/core/src/blockchain/block-builder.ts:197:13
❯ Module.buildBlock packages/core/src/blockchain/block-builder.ts:312:42
❯ TxPool.#buildBlock packages/core/src/blockchain/txpool.ts:263:43
❯ TxPool.#buildBlockIfNeeded packages/core/src/blockchain/txpool.ts:245:7
This error originated in "packages/e2e/src/dev.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "newBlock with relayParentNumber". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run yarn test
Process completed with exit code 1.
|
Loading