Side-loaded keys #2926
Annotations
10 errors
src/bindings/lib/binable.unit-test.ts#L108
Type 'Random<{ address: unknown; balance: bigint; }>' is not assignable to type 'Random<AccountBalance>'.
|
src/bindings/lib/binable.unit-test.ts#L112
Type 'Binable<{ address: unknown; balance: bigint; }>' is not assignable to type 'Binable<AccountBalance>'.
|
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; }; }'.
|
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>'.
|
src/bindings/mina-transaction/transaction-leaves.ts#L39
Type 'typeof Bool & ((x: boolean | Bool | FieldVar) => Bool)' is not assignable to type 'GenericBool<Field, Bool>'.
|
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; }'.
|
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; }'.
|
src/lib/circuit_value.ts#L453
Property 'empty' does not exist on type 'ProvableExtendedPure<InferProvable<A>, InferJson<A>> | ProvableExtended<InferProvable<A>, InferJson<A>>'.
|
src/lib/crypto.ts#L1
Cannot find module '../bindings/crypto/elliptic-curve-examples.js' or its corresponding type declarations.
|
src/lib/crypto.ts#L3
Module '"../bindings/crypto/elliptic_curve.js"' has no exported member 'CurveAffine'.
|
The logs for this run have expired and are no longer available.
Loading