monorepo: PrefixedHexString related type fixes #12368
Annotations
5 errors
test/customChains.spec.ts > [Common]: Custom chains > customHardforks parameter: initialization and transition tests:
packages/common/test/customChains.spec.ts#L198
AssertionError: expected 'chainstart' to equal 'berlin'
- Expected
+ Received
- berlin
+ chainstart
❯ test/customChains.spec.ts:198:12
|
test/hardforks.spec.ts > [Common]: Hardfork logic > _calcForkHash():
packages/common/test/hardforks.spec.ts#L241
AssertionError: Verify forkHash calculation for: Mainnet -> berlin: expected '0x0000b440f6' to equal '0x0eb440f6'
- Expected
+ Received
- 0x0eb440f6
+ 0x0000b440f6
❯ test/hardforks.spec.ts:241:18
|
test/timestamp.spec.ts > [Common]: Timestamp Hardfork logic > forkHash:
packages/common/test/timestamp.spec.ts#L103
AssertionError: Verify forkHash calculation for: berlin: expected '0x0000b440f6' to equal '0x0eb440f6'
- Expected
+ Received
- 0x0eb440f6
+ 0x0000b440f6
❯ test/timestamp.spec.ts:103:16
|
test/utils.spec.ts > [Utils/Parse] > should successfully parse kiln genesis and set forkhash:
packages/common/test/utils.spec.ts#L85
AssertionError: mergeForkIdTransition forkHash should match: expected '0x00003fd1b5' to equal '0x013fd1b5'
- Expected
+ Received
- 0x013fd1b5
+ 0x00003fd1b5
❯ test/utils.spec.ts:85:14
|
test-common (18)
Process completed with exit code 1.
|