Skip to content

Add length and at(index: number) getters to MerkleTree #222

Add length and at(index: number) getters to MerkleTree

Add length and at(index: number) getters to MerkleTree #222

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- run: npm run test:coverage -- --forbid-only
- run: npm run lint
- uses: codecov/codecov-action@v3