Skip to content

Dynamic arrays in o1js #4691

Dynamic arrays in o1js

Dynamic arrays in o1js #4691

Triggered via pull request October 29, 2024 12:21
Status Failure
Total duration 1m 9s
Artifacts

build-action.yml

on: pull_request
Matrix: Run unit tests parallel
Matrix: Build-And-Test-Server
Build-And-Test-Web
0s
Build-And-Test-Web
Build-And-Test-Server (Unit tests)
0s
Build-And-Test-Server (Unit tests)
Release-on-NPM
0s
Release-on-NPM
Release-mina-signer-on-NPM
0s
Release-mina-signer-on-NPM
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Prepare: src/lib/provable/test/dynamic-array-unit-test.ts#L85
Property 'toValue' does not exist on type 'Option<UInt8>'. Did you mean 'value'?
Prepare: src/lib/provable/test/dynamic-array-unit-test.ts#L90
Argument of type 'Field' is not assignable to parameter of type 'UInt8'.
Prepare: src/lib/provable/test/dynamic-array-unit-test.ts#L91
Argument of type 'Field' is not assignable to parameter of type 'UInt8'.
Prepare: src/lib/provable/test/dynamic-array-unit-test.ts#L93
Property 'add' does not exist on type '{ arrayGet: (array: Field[], index: Field) => Field; rangeCheck64(x: Field): [Field, Field, Field, Field]; rangeCheck32(x: Field): void; ... 19 more ...; SHA256: { ...; }; }'.
Prepare: src/lib/provable/test/dynamic-array-unit-test.ts#L95
Property 'equals' does not exist on type 'UInt8'.
Prepare: src/lib/provable/test/dynamic-array-unit-test.ts#L96
Property 'equals' does not exist on type 'UInt8'.
Prepare: src/lib/provable/test/dynamic-array-unit-test.ts#L97
Property 'equals' does not exist on type 'UInt8'.
Prepare: src/lib/provable/test/dynamic-array-unit-test.ts#L128
Argument of type '[Field]' is not assignable to parameter of type 'TupleToInstances<[typeof Field & ((x: string | number | bigint | FieldConst | FieldVar | Field) => Field), typeof Field & ((x: string | number | bigint | FieldConst | FieldVar | Field) => Field), typeof Field & ((x: string | ... 4 more ... | Field) => Field)]>'.
Prepare
Process completed with exit code 2.