Skip to content

Examples and cleanup #154

Examples and cleanup

Examples and cleanup #154

Triggered via pull request June 28, 2024 08:25
Status Failure
Total duration 23s
Artifacts

checks.yml

on: pull_request
Ensure correct spelling
7s
Ensure correct spelling
Ensure correct formatting
6s
Ensure correct formatting
Ensure typecheck and tests pass
11s
Ensure typecheck and tests pass
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L21
Cannot find module 'test_util' or its corresponding type declarations.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L23
Property 'IndexedMerkleMap' does not exist on type 'typeof Experimental'.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L23
Property 'BatchReducer' does not exist on type 'typeof Experimental'.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L47
Expected 0 arguments, but got 1.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L47
Property 'root' does not exist on type 'MerkleMap'.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L50
Expected 0 arguments, but got 1.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L63
Property 'provable' does not exist on type 'typeof MerkleMap'.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L67
Property 'provable' does not exist on type 'typeof MerkleMap'.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L68
Property 'root' does not exist on type 'MerkleMap'.
Ensure typecheck and tests pass: examples/airdrop.eg.ts#L73
Parameter 'claim' implicitly has an 'any' type.