Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
LocalBlockProver
to build blocks (#709)
* chore: Temp rename of `ProvenBlock` to `ProvenBlockWrapper` * chore: Update node to miden-base companion PR * feat: Update `get_block_inputs` * chore: Use branch that allows empty blocks * chore: Add changelog entry * chore: Simplify nullifier witness comment * chore: Update `created_nullifiers` naming * chore: Use consistent `_iter` naming * chore: Rename `preimage` var name * feat: Check if highest batch block num is greater than latest block * chore: Simplify genesis and add safety comment * chore: Remove unused miden-stdlib * feat: Remove unused `NoteAuthenticationInfo` * feat: Remove unused `BlockInclusionProof` * chore: Remove unused error * chore: Rename unknown block ref error variants * chore: Define empty tree / vec next to each other * chore: Add changelog * chore: Remove unused test util code * chore: Annotate set type * feat: Move witness fetching to separate method * feat: Use telemetry injection ext trait and calc erased notes * chore: Rename unauthenticated notes count * chore: Add comments on `TelemetryInjector` * fix: Num erased notes calculation * chore: Add doc comments to telemetry wrappers * chore: Fix typo in proto file * chore: Add expect messages on `BlockNoteIndex` * chore: Apply `make format` * chore: Use miden-base `next` branch * chore: Increase recursion limit * chore: `make format`
- Loading branch information