vm: update default vm sm to simple state manager #11590
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:12
|
packages/vm/test/api/customChain.spec.ts#L73
TypeError: vm.stateManager.generateCanonicalGenesis is not a function
❯ test/api/customChain.spec.ts:73:27
|
packages/vm/test/api/customChain.spec.ts#L102
TypeError: vm.stateManager.generateCanonicalGenesis is not a function
❯ test/api/customChain.spec.ts:102:27
|
packages/vm/test/api/index.spec.ts#L34
TypeError: Cannot read properties of undefined (reading 'root')
❯ test/api/index.spec.ts:34:57
|
packages/vm/test/api/index.spec.ts#L44
TypeError: Cannot read properties of undefined (reading 'root')
❯ test/api/index.spec.ts:44:57
|
packages/vm/test/api/index.spec.ts#L236
TypeError: Cannot read properties of undefined (reading 'root')
❯ test/api/index.spec.ts:236:57
|
packages/vm/test/api/runBlock.spec.ts#L71
TypeError: Cannot read properties of undefined (reading 'root')
❯ simpleRun test/api/runBlock.spec.ts:71:57
❯ test/api/runBlock.spec.ts:138:5
|
packages/vm/test/api/runBlock.spec.ts#L100
TypeError: Cannot read properties of undefined (reading 'root')
❯ uncleRun test/api/runBlock.spec.ts:100:63
❯ test/api/runBlock.spec.ts:143:5
|
packages/vm/test/api/runBlock.spec.ts#L71
TypeError: Cannot read properties of undefined (reading 'root')
❯ simpleRun test/api/runBlock.spec.ts:71:57
❯ test/api/runBlock.spec.ts:152:5
|
packages/vm/test/api/runBlock.spec.ts#L71
TypeError: Cannot read properties of undefined (reading 'root')
❯ simpleRun test/api/runBlock.spec.ts:71:57
❯ test/api/runBlock.spec.ts:162:5
|
This job failed
Loading