vm: adjust test runner with verkle state management #991
Annotations
5 errors
Run npm run tsc --workspaces
Type '{ kzg: KZG | undefined; verkleCrypto: typeof verkleCrypto; }' is not assignable to type 'CustomCrypto'.
|
Run npm run tsc --workspaces
Type '{ forkConfigVM: string; forkConfigTestSuite: string; common: Common; jsontrace: any; dist: any; data: any; gasLimit: any; value: any; debug: any; reps: any; bls: EVMBLSInterface; profile: boolean; bn254: EVMBN254Interface; stateManager: any; verkleCrypto: VerkleCrypto; }' is not assignable to type '{ forkConfigVM: string; forkConfigTestSuite: string; common: Common; jsontrace?: boolean | undefined; dist?: boolean | undefined; data?: number | undefined; gasLimit?: number | undefined; ... 6 more ...; stateManager: string; }'.
|
Run npm run tsc --workspaces
Variable 'verkleCrypto' is used before being assigned.
|
Run npm run tsc --workspaces
Argument of type '{ verkleCrypto: typeof verkle; trie: VerkleTree; }' is not assignable to parameter of type 'StatefulVerkleStateManagerOpts'.
|
Run npm run tsc --workspaces
Process completed with exit code 2.
|
Loading