Commit 4b8a585
committed
fix: drop unused NESTED_RECURSIVE_PROOF_LENGTH imports orphaned by the parity method merge
Deleting getRootParityProof removed the last uses of NESTED_RECURSIVE_PROOF_LENGTH
in mock_prover.ts and broker_prover_facade.ts; @typescript-eslint/no-unused-vars
is error-level so yarn lint would fail. Also corrects two 'base parity' JSDoc
lines to 'inbox parity'.1 parent 4375d97 commit 4b8a585
3 files changed
Lines changed: 4 additions & 6 deletions
File tree
- yarn-project
- noir-protocol-circuits-types/src/execution
- prover-client/src
- proving_broker
- test
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
476 | | - | |
| 475 | + | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments