Skip to content

Update State Storage to use Linked Merkle Tree #540

Update State Storage to use Linked Merkle Tree

Update State Storage to use Linked Merkle Tree #540

Triggered via pull request October 29, 2024 10:04
Status Failure
Total duration 1m 6s
Artifacts

pull-request-develop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 4 warnings
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 AbstractLinkedRollupMerkleTree' is not assignable to type 'AbstractLinkedMerkleTreeClass'.
build
Argument of type 'bigint' is not assignable to parameter of type 'number'.
build
Type 'Field' is not assignable to type 'FieldVar'.
build
Property 'value' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'. Did you mean 'valueOf'?
build
Property 'path' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'.
build
Property 'nextPath' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'.
build
Argument of type 'bigint' is not assignable to parameter of type 'number'.
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 AbstractLinkedRollupMerkleTree' is not assignable to type 'AbstractLinkedMerkleTreeClass'.
lint
Argument of type 'bigint' is not assignable to parameter of type 'number'.
lint
Type 'Field' is not assignable to type 'FieldVar'.
lint
Property 'value' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'. Did you mean 'valueOf'?
lint
Property 'path' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'.
lint
Property 'nextPath' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'.
lint
Argument of type 'bigint' is not assignable to parameter of type 'number'.
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 AbstractLinkedRollupMerkleTree' is not assignable to type 'AbstractLinkedMerkleTreeClass'.
test
Argument of type 'bigint' is not assignable to parameter of type 'number'.
test
Type 'Field' is not assignable to type 'FieldVar'.
test
Property 'value' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'. Did you mean 'valueOf'?
test
Property 'path' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'.
test
Property 'nextPath' does not exist on type 'bigint | { value: bigint; path: number; nextPath: number; }'.
test
Argument of type 'bigint' is not assignable to parameter of type 'number'.
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/
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/
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/
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/