Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

test mint verification #126

test mint verification

test mint verification #126

Triggered via pull request October 24, 2024 09:20
Status Failure
Total duration 2m 3s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Build and test: test/mint_verification_test.exs#L99
test Inputs.verify!/2 raises error for duplicate secrets (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L196
test Outputs.verify!/2 passes for valid outputs (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L50
test Amount.verify!/1 passes for valid amount (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L159
test Outputs.verify!/2 raises error for unknown keyset (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L171
test Outputs.verify!/2 raises error for different keyset ids (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L179
test Outputs.verify!/2 raises error for duplicate blinded message (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L124
test Inputs.verify!/2 raises error for invalid proof (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L71
test Inputs.verify!/2 raises error for unknown keyset (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L77
test Inputs.verify!/2 raises error when no secret (Cashubrew.Mint.VerificationTest)
Build and test: test/mint_verification_test.exs#L187
test Outputs.verify!/2 raises error for already emited message (Cashubrew.Mint.VerificationTest)
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@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 and test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it