Skip to content

Side-loaded keys

Side-loaded keys #2926

Triggered via pull request December 13, 2023 12:26
Status Failure
Total duration 4m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-action.yml

on: pull_request
Matrix: Build-And-Test-Server
Build-And-Test-Web
4m 4s
Build-And-Test-Web
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

80 errors
Build-And-Test-Server (Simple integration tests): src/bindings/lib/binable.unit-test.ts#L108
Type 'Random<{ address: unknown; balance: bigint; }>' is not assignable to type 'Random<AccountBalance>'.
Build-And-Test-Server (Simple integration tests): src/bindings/lib/binable.unit-test.ts#L112
Type 'Binable<{ address: unknown; balance: bigint; }>' is not assignable to type 'Binable<AccountBalance>'.
Build-And-Test-Server (Simple integration tests): src/bindings/mina-transaction/derived-leaves.ts#L139
Argument of type '{ emptyValue(): { data: string; hash: Field; }; toJSON(data: string): string; fromJSON(json: string): { data: string; hash: Field; }; }' is not assignable to parameter of type '{ empty: () => { data: string; hash: Field; }; toJSON: (value: string) => string; fromJSON: (json: string) => { data: string; hash: Field; }; }'.
Build-And-Test-Server (Simple integration tests): src/bindings/mina-transaction/transaction-leaves-bigint.ts#L42
Type '((value: boolean) => Bool) & { toInput(x: Bool): HashInput; toBoolean(x: Bool): boolean; toJSON(x: Bool): boolean; fromJSON(b: boolean): Bool; ... 13 more ...; emptyValue?: (() => Bool) | undefined; }' is not assignable to type 'GenericBool<bigint, Bool>'.
Build-And-Test-Server (Simple integration tests): src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
Build-And-Test-Server (Simple integration tests): src/lib/account_update.ts#L448
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (Simple integration tests): src/lib/account_update.ts#L466
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (Simple integration tests): src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
Build-And-Test-Server (Simple integration tests): src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
Build-And-Test-Server (Simple integration tests): src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
Build-And-Test-Server (Unit tests): src/bindings/lib/binable.unit-test.ts#L108
Type 'Random<{ address: unknown; balance: bigint; }>' is not assignable to type 'Random<AccountBalance>'.
Build-And-Test-Server (Unit tests): src/bindings/lib/binable.unit-test.ts#L112
Type 'Binable<{ address: unknown; balance: bigint; }>' is not assignable to type 'Binable<AccountBalance>'.
Build-And-Test-Server (Unit tests): src/bindings/mina-transaction/derived-leaves.ts#L139
Argument of type '{ emptyValue(): { data: string; hash: Field; }; toJSON(data: string): string; fromJSON(json: string): { data: string; hash: Field; }; }' is not assignable to parameter of type '{ empty: () => { data: string; hash: Field; }; toJSON: (value: string) => string; fromJSON: (json: string) => { data: string; hash: Field; }; }'.
Build-And-Test-Server (Unit tests): src/bindings/mina-transaction/transaction-leaves-bigint.ts#L42
Type '((value: boolean) => Bool) & { toInput(x: Bool): HashInput; toBoolean(x: Bool): boolean; toJSON(x: Bool): boolean; fromJSON(b: boolean): Bool; ... 13 more ...; emptyValue?: (() => Bool) | undefined; }' is not assignable to type 'GenericBool<bigint, Bool>'.
Build-And-Test-Server (Unit tests): src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
Build-And-Test-Server (Unit tests): src/lib/account_update.ts#L448
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (Unit tests): src/lib/account_update.ts#L466
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (Unit tests): src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
Build-And-Test-Server (Unit tests): src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
Build-And-Test-Server (Unit tests): src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
Build-And-Test-Server (DEX integration test with proofs): src/bindings/lib/binable.unit-test.ts#L108
Type 'Random<{ address: unknown; balance: bigint; }>' is not assignable to type 'Random<AccountBalance>'.
Build-And-Test-Server (DEX integration test with proofs): src/bindings/lib/binable.unit-test.ts#L112
Type 'Binable<{ address: unknown; balance: bigint; }>' is not assignable to type 'Binable<AccountBalance>'.
Build-And-Test-Server (DEX integration test with proofs): src/bindings/mina-transaction/derived-leaves.ts#L139
Argument of type '{ emptyValue(): { data: string; hash: Field; }; toJSON(data: string): string; fromJSON(json: string): { data: string; hash: Field; }; }' is not assignable to parameter of type '{ empty: () => { data: string; hash: Field; }; toJSON: (value: string) => string; fromJSON: (json: string) => { data: string; hash: Field; }; }'.
Build-And-Test-Server (DEX integration test with proofs): src/bindings/mina-transaction/transaction-leaves-bigint.ts#L42
Type '((value: boolean) => Bool) & { toInput(x: Bool): HashInput; toBoolean(x: Bool): boolean; toJSON(x: Bool): boolean; fromJSON(b: boolean): Bool; ... 13 more ...; emptyValue?: (() => Bool) | undefined; }' is not assignable to type 'GenericBool<bigint, Bool>'.
Build-And-Test-Server (DEX integration test with proofs): src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
Build-And-Test-Server (DEX integration test with proofs): src/lib/account_update.ts#L448
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (DEX integration test with proofs): src/lib/account_update.ts#L466
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (DEX integration test with proofs): src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
Build-And-Test-Server (DEX integration test with proofs): src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
Build-And-Test-Server (DEX integration test with proofs): src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
Build-And-Test-Server (Verification Key Regression Check): src/bindings/lib/binable.unit-test.ts#L108
Type 'Random<{ address: unknown; balance: bigint; }>' is not assignable to type 'Random<AccountBalance>'.
Build-And-Test-Server (Verification Key Regression Check): src/bindings/lib/binable.unit-test.ts#L112
Type 'Binable<{ address: unknown; balance: bigint; }>' is not assignable to type 'Binable<AccountBalance>'.
Build-And-Test-Server (Verification Key Regression Check): src/bindings/mina-transaction/derived-leaves.ts#L139
Argument of type '{ emptyValue(): { data: string; hash: Field; }; toJSON(data: string): string; fromJSON(json: string): { data: string; hash: Field; }; }' is not assignable to parameter of type '{ empty: () => { data: string; hash: Field; }; toJSON: (value: string) => string; fromJSON: (json: string) => { data: string; hash: Field; }; }'.
Build-And-Test-Server (Verification Key Regression Check): src/bindings/mina-transaction/transaction-leaves-bigint.ts#L42
Type '((value: boolean) => Bool) & { toInput(x: Bool): HashInput; toBoolean(x: Bool): boolean; toJSON(x: Bool): boolean; fromJSON(b: boolean): Bool; ... 13 more ...; emptyValue?: (() => Bool) | undefined; }' is not assignable to type 'GenericBool<bigint, Bool>'.
Build-And-Test-Server (Verification Key Regression Check): src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
Build-And-Test-Server (Verification Key Regression Check): src/lib/account_update.ts#L448
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (Verification Key Regression Check): src/lib/account_update.ts#L466
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (Verification Key Regression Check): src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
Build-And-Test-Server (Verification Key Regression Check): src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
Build-And-Test-Server (Verification Key Regression Check): src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
Build-And-Test-Server (CommonJS test): src/bindings/lib/binable.unit-test.ts#L108
Type 'Random<{ address: unknown; balance: bigint; }>' is not assignable to type 'Random<AccountBalance>'.
Build-And-Test-Server (CommonJS test): src/bindings/lib/binable.unit-test.ts#L112
Type 'Binable<{ address: unknown; balance: bigint; }>' is not assignable to type 'Binable<AccountBalance>'.
Build-And-Test-Server (CommonJS test): src/bindings/mina-transaction/derived-leaves.ts#L139
Argument of type '{ emptyValue(): { data: string; hash: Field; }; toJSON(data: string): string; fromJSON(json: string): { data: string; hash: Field; }; }' is not assignable to parameter of type '{ empty: () => { data: string; hash: Field; }; toJSON: (value: string) => string; fromJSON: (json: string) => { data: string; hash: Field; }; }'.
Build-And-Test-Server (CommonJS test): src/bindings/mina-transaction/transaction-leaves-bigint.ts#L42
Type '((value: boolean) => Bool) & { toInput(x: Bool): HashInput; toBoolean(x: Bool): boolean; toJSON(x: Bool): boolean; fromJSON(b: boolean): Bool; ... 13 more ...; emptyValue?: (() => Bool) | undefined; }' is not assignable to type 'GenericBool<bigint, Bool>'.
Build-And-Test-Server (CommonJS test): src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
Build-And-Test-Server (CommonJS test): src/lib/account_update.ts#L448
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (CommonJS test): src/lib/account_update.ts#L466
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (CommonJS test): src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
Build-And-Test-Server (CommonJS test): src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
Build-And-Test-Server (CommonJS test): src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
Build-And-Test-Server (DEX integration tests): src/bindings/lib/binable.unit-test.ts#L108
Type 'Random<{ address: unknown; balance: bigint; }>' is not assignable to type 'Random<AccountBalance>'.
Build-And-Test-Server (DEX integration tests): src/bindings/lib/binable.unit-test.ts#L112
Type 'Binable<{ address: unknown; balance: bigint; }>' is not assignable to type 'Binable<AccountBalance>'.
Build-And-Test-Server (DEX integration tests): src/bindings/mina-transaction/derived-leaves.ts#L139
Argument of type '{ emptyValue(): { data: string; hash: Field; }; toJSON(data: string): string; fromJSON(json: string): { data: string; hash: Field; }; }' is not assignable to parameter of type '{ empty: () => { data: string; hash: Field; }; toJSON: (value: string) => string; fromJSON: (json: string) => { data: string; hash: Field; }; }'.
Build-And-Test-Server (DEX integration tests): src/bindings/mina-transaction/transaction-leaves-bigint.ts#L42
Type '((value: boolean) => Bool) & { toInput(x: Bool): HashInput; toBoolean(x: Bool): boolean; toJSON(x: Bool): boolean; fromJSON(b: boolean): Bool; ... 13 more ...; emptyValue?: (() => Bool) | undefined; }' is not assignable to type 'GenericBool<bigint, Bool>'.
Build-And-Test-Server (DEX integration tests): src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
Build-And-Test-Server (DEX integration tests): src/lib/account_update.ts#L448
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (DEX integration tests): src/lib/account_update.ts#L466
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (DEX integration tests): src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
Build-And-Test-Server (DEX integration tests): src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
Build-And-Test-Server (DEX integration tests): src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
Build-And-Test-Server (Voting integration tests): src/bindings/lib/binable.unit-test.ts#L108
Type 'Random<{ address: unknown; balance: bigint; }>' is not assignable to type 'Random<AccountBalance>'.
Build-And-Test-Server (Voting integration tests): src/bindings/lib/binable.unit-test.ts#L112
Type 'Binable<{ address: unknown; balance: bigint; }>' is not assignable to type 'Binable<AccountBalance>'.
Build-And-Test-Server (Voting integration tests): src/bindings/mina-transaction/derived-leaves.ts#L139
Argument of type '{ emptyValue(): { data: string; hash: Field; }; toJSON(data: string): string; fromJSON(json: string): { data: string; hash: Field; }; }' is not assignable to parameter of type '{ empty: () => { data: string; hash: Field; }; toJSON: (value: string) => string; fromJSON: (json: string) => { data: string; hash: Field; }; }'.
Build-And-Test-Server (Voting integration tests): src/bindings/mina-transaction/transaction-leaves-bigint.ts#L42
Type '((value: boolean) => Bool) & { toInput(x: Bool): HashInput; toBoolean(x: Bool): boolean; toJSON(x: Bool): boolean; fromJSON(b: boolean): Bool; ... 13 more ...; emptyValue?: (() => Bool) | undefined; }' is not assignable to type 'GenericBool<bigint, Bool>'.
Build-And-Test-Server (Voting integration tests): src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
Build-And-Test-Server (Voting integration tests): src/lib/account_update.ts#L448
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (Voting integration tests): src/lib/account_update.ts#L466
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Server (Voting integration tests): src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
Build-And-Test-Server (Voting integration tests): src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
Build-And-Test-Server (Voting integration tests): src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
Build-And-Test-Web: src/bindings/mina-transaction/derived-leaves.ts#L139
Argument of type '{ emptyValue(): { data: string; hash: Field; }; toJSON(data: string): string; fromJSON(json: string): { data: string; hash: Field; }; }' is not assignable to parameter of type '{ empty: () => { data: string; hash: Field; }; toJSON: (value: string) => string; fromJSON: (json: string) => { data: string; hash: Field; }; }'.
Build-And-Test-Web: src/bindings/mina-transaction/transaction-leaves-bigint.ts#L42
Type '((value: boolean) => Bool) & { toInput(x: Bool): HashInput; toBoolean(x: Bool): boolean; toJSON(x: Bool): boolean; fromJSON(b: boolean): Bool; ... 13 more ...; emptyValue?: (() => Bool) | undefined; }' is not assignable to type 'GenericBool<bigint, Bool>'.
Build-And-Test-Web: src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
Build-And-Test-Web: src/lib/account_update.ts#L448
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Web: src/lib/account_update.ts#L466
Property 'empty' does not exist on type '{ sizeInFields(): number; toFields(value: AccountUpdate): Field[]; toAuxiliary(value?: AccountUpdate | undefined): any[]; fromFields(fields: Field[], aux: any[]): AccountUpdate; ... 4 more ...; emptyValue(): AccountUpdate; }'.
Build-And-Test-Web: src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
Build-And-Test-Web: src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
Build-And-Test-Web: src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
Build-And-Test-Web: src/lib/crypto.ts#L4
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'createCurveAffine'.
Build-And-Test-Web: src/lib/events.ts#L5
Module '"../bindings/lib/generic.js"' has no exported member 'GenericSignableField'.