Skip to content

Changed ZKP for working with chunked veiled balance #22

Changed ZKP for working with chunked veiled balance

Changed ZKP for working with chunked veiled balance #22

Triggered via pull request November 27, 2024 14:48
Status Failure
Total duration 1m 15s
Billable time 2m
Artifacts

run-build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
run-tests: src/internal/veiledBalance.ts#L108
Property 'sigma' does not exist on type 'VeiledWithdrawProofOutputs'.
run-tests: src/internal/veiledBalance.ts#L108
Property 'range' does not exist on type 'VeiledWithdrawProofOutputs'.
run-tests: src/internal/veiledBalance.ts#L163
Property 'encryptedSenderBalance' does not exist on type 'SigmaProofVeiledTransferInputs & { aptosConfig: AptosConfig; sender: AccountAddressInput; tokenAddress: string; recipient: AccountAddressInput; options?: InputGenerateTransactionOptions | undefined; }'.
run-tests: src/internal/veiledBalance.ts#L165
Property 'changedSenderBalance' does not exist on type 'SigmaProofVeiledTransferInputs & { aptosConfig: AptosConfig; sender: AccountAddressInput; tokenAddress: string; recipient: AccountAddressInput; options?: InputGenerateTransactionOptions | undefined; }'.
run-tests: src/internal/veiledBalance.ts#L166
Property 'random' does not exist on type 'SigmaProofVeiledTransferInputs & { aptosConfig: AptosConfig; sender: AccountAddressInput; tokenAddress: string; recipient: AccountAddressInput; options?: InputGenerateTransactionOptions | undefined; }'.
run-tests: src/internal/veiledBalance.ts#L174
Object literal may only specify known properties, but 'encryptedSenderBalance' does not exist in type 'SigmaProofVeiledTransferInputs'. Did you mean to write 'encryptedBalance'?
run-tests: src/internal/veiledBalance.ts#L191
Property 'encryptedAmountBySender' does not exist on type 'VeiledTransferProofOutputs'.
run-tests: src/internal/veiledBalance.ts#L192
Property 'encryptedAmountBySender' does not exist on type 'VeiledTransferProofOutputs'.
run-tests: src/internal/veiledBalance.ts#L193
Property 'maskedRecipientPublicKey' does not exist on type 'VeiledTransferProofOutputs'.
run-tests: src/internal/veiledBalance.ts#L195
Argument of type 'Uint8Array[]' is not assignable to parameter of type 'Uint8Array'.