Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sync-layer): adapt MiniMerkleTree to manage priority queue (#2068)
## What ❔ Enables the MiniMerkleTree to be used for priority queue to efficiently calculate merkle proofs for priority transactions. ## Why ❔ As part of the preparation for the priority queue migration to sync layer. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. - [ ] Spellcheck has been run via `zk spellcheck`.
- Loading branch information