Update State Storage to use Linked Merkle Tree #537
Annotations
24 errors and 4 warnings
test
Property 'calculateRoot' in type 'LinkedMerkleWitness' is not assignable to the same property in base type 'AbstractMerkleWitness'.
|
test
Argument of type 'Field' is not assignable to parameter of type 'LinkedLeaf'.
|
test
Argument of type 'Field' is not assignable to parameter of type 'LinkedLeaf'.
|
test
Type 'typeof AbstractRollupMerkleTree' is not assignable to type 'AbstractLinkedMerkleTreeClass'.
|
test
Argument of type 'InMemoryMerkleTreeStorage' is not assignable to parameter of type 'LinkedMerkleTreeStore'.
|
test
Argument of type 'bigint' is not assignable to parameter of type '{ value: bigint; path: number; nextPath: number; }'.
|
test
Property 'getWitness' in type 'AbstractRollupMerkleTree' is not assignable to the same property in base type 'AbstractLinkedMerkleTree'.
|
test
Process completed with exit code 1.
|
lint
Property 'calculateRoot' in type 'LinkedMerkleWitness' is not assignable to the same property in base type 'AbstractMerkleWitness'.
|
lint
Argument of type 'Field' is not assignable to parameter of type 'LinkedLeaf'.
|
lint
Argument of type 'Field' is not assignable to parameter of type 'LinkedLeaf'.
|
lint
Type 'typeof AbstractRollupMerkleTree' is not assignable to type 'AbstractLinkedMerkleTreeClass'.
|
lint
Argument of type 'InMemoryMerkleTreeStorage' is not assignable to parameter of type 'LinkedMerkleTreeStore'.
|
lint
Argument of type 'bigint' is not assignable to parameter of type '{ value: bigint; path: number; nextPath: number; }'.
|
lint
Property 'getWitness' in type 'AbstractRollupMerkleTree' is not assignable to the same property in base type 'AbstractLinkedMerkleTree'.
|
lint
Process completed with exit code 1.
|
build
Property 'calculateRoot' in type 'LinkedMerkleWitness' is not assignable to the same property in base type 'AbstractMerkleWitness'.
|
build
Argument of type 'Field' is not assignable to parameter of type 'LinkedLeaf'.
|
build
Argument of type 'Field' is not assignable to parameter of type 'LinkedLeaf'.
|
build
Type 'typeof AbstractRollupMerkleTree' is not assignable to type 'AbstractLinkedMerkleTreeClass'.
|
build
Argument of type 'InMemoryMerkleTreeStorage' is not assignable to parameter of type 'LinkedMerkleTreeStore'.
|
build
Argument of type 'bigint' is not assignable to parameter of type '{ value: bigint; path: number; nextPath: number; }'.
|
build
Property 'getWitness' in type 'AbstractRollupMerkleTree' is not assignable to the same property in base type 'AbstractLinkedMerkleTree'.
|
build
Process completed with exit code 1.
|
install
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|