statemanager: cache and other refactors #4082
Annotations
10 errors
packages/vm/test/api/copy.spec.ts#L22
AssertionError: non-committed checkpoints will not be copied: expected Account{ _nonce: 5n, …(5) } to equal undefined
- Expected:
undefined
+ Received:
Account {
"_balance": 100n,
"_codeHash": Uint8Array [
197,
210,
70,
1,
134,
247,
35,
60,
146,
126,
125,
178,
220,
199,
3,
192,
229,
0,
182,
83,
202,
130,
39,
59,
123,
250,
216,
4,
93,
133,
164,
112,
],
"_codeSize": 0,
"_nonce": 5n,
"_storageRoot": Uint8Array [
86,
232,
31,
23,
27,
204,
85,
166,
255,
131,
69,
230,
146,
192,
248,
110,
91,
72,
224,
27,
153,
108,
173,
192,
1,
98,
47,
181,
227,
99,
180,
33,
],
"_version": 0,
}
❯ test/api/copy.spec.ts:22:11
|
packages/vm/test/api/customChain.spec.ts#L116
AssertionError: expected '0x' to equal '0x00000000000000000000000000000000000…'
- Expected
+ Received
- 0x0000000000000000000000000000000000000000000000000000000000000004
+ 0x
❯ test/api/customChain.spec.ts:116:11
|
packages/vm/test/api/index.spec.ts#L335
AssertionError: precompiles are activated: expected 0n to equal 25000n
- Expected
+ Received
- 25000n
+ 0n
❯ test/api/index.spec.ts:335:13
|
packages/vm/test/api/runBlock.spec.ts#L677
AssertionError: expected false to be truthy
❯ test/api/runBlock.spec.ts:677:11
|
packages/vm/test/api/runTx.spec.ts#L790
AssertionError: hash ok: expected Uint8Array[] to deeply equal Uint8Array[ 197, 210, 70, 1, 134, …(-214) ]
- Expected
+ Received
- Uint8Array [
- 197,
- 210,
- 70,
- 1,
- 134,
- 247,
- 35,
- 60,
- 146,
- 126,
- 125,
- 178,
- 220,
- 199,
- 3,
- 192,
- 229,
- 0,
- 182,
- 83,
- 202,
- 130,
- 39,
- 59,
- 123,
- 250,
- 216,
- 4,
- 93,
- 133,
- 164,
- 112,
- ]
+ Uint8Array []
❯ test/api/runTx.spec.ts:790:9
|
packages/vm/test/api/runTx.spec.ts#L821
AssertionError: did not charge callNewAccount: expected 21000n to equal 27818n
- Expected
+ Received
- 27818n
+ 21000n
❯ test/api/runTx.spec.ts:821:9
|
packages/vm/test/api/runTx.spec.ts#L852
AssertionError: did not charge callNewAccount: expected 21000n to equal 13001n
- Expected
+ Received
- 13001n
+ 21000n
❯ test/api/runTx.spec.ts:852:9
|
packages/vm/test/api/EIPs/eip-1153.spec.ts#L101
AssertionError: expected Uint8Array[ 0, 0, 0, 0, 0, 0, 0, …(33) ] to deeply equal Uint8Array[]
- Expected
+ Received
- Uint8Array []
+ Uint8Array [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2,
+ ]
❯ test/api/EIPs/eip-1153.spec.ts:101:11
|
packages/vm/test/api/EIPs/eip-1153.spec.ts#L661
AssertionError: expected +0 to equal 170
- Expected
+ Received
- 170
+ 0
❯ test/api/EIPs/eip-1153.spec.ts:661:11
|
packages/vm/test/api/EIPs/eip-1283-net-gas-metering.spec.ts#L62
AssertionError: expected 0n to equal 412n
❯ test/api/EIPs/eip-1283-net-gas-metering.spec.ts:62:15
|
The logs for this run have expired and are no longer available.
Loading