Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use LocalBlockProver to build blocks #709

Merged
merged 34 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
277ab58
chore: Temp rename of `ProvenBlock` to `ProvenBlockWrapper`
PhilippGackstatter Feb 19, 2025
e5d0151
chore: Update node to miden-base companion PR
PhilippGackstatter Feb 19, 2025
1a6ad2c
feat: Update `get_block_inputs`
PhilippGackstatter Feb 20, 2025
dbaa4f9
chore: Use branch that allows empty blocks
PhilippGackstatter Feb 21, 2025
0d1f43c
chore: Add changelog entry
PhilippGackstatter Feb 21, 2025
afdcd65
chore: Simplify nullifier witness comment
PhilippGackstatter Feb 21, 2025
d7ba735
chore: Update `created_nullifiers` naming
PhilippGackstatter Feb 21, 2025
8238dea
chore: Use consistent `_iter` naming
PhilippGackstatter Feb 21, 2025
5e3c1a6
chore: Rename `preimage` var name
PhilippGackstatter Feb 21, 2025
6e6d72b
feat: Check if highest batch block num is greater than latest block
PhilippGackstatter Feb 21, 2025
5a4136a
chore: Simplify genesis and add safety comment
PhilippGackstatter Feb 21, 2025
d37f955
chore: Remove unused miden-stdlib
PhilippGackstatter Feb 21, 2025
639a5a9
feat: Remove unused `NoteAuthenticationInfo`
PhilippGackstatter Feb 21, 2025
9647970
feat: Remove unused `BlockInclusionProof`
PhilippGackstatter Feb 21, 2025
02c46ca
chore: Remove unused error
PhilippGackstatter Feb 21, 2025
574fa81
chore: Rename unknown block ref error variants
PhilippGackstatter Feb 21, 2025
05baf32
chore: Define empty tree / vec next to each other
PhilippGackstatter Feb 21, 2025
566bdc0
chore: Add changelog
PhilippGackstatter Feb 21, 2025
25435d3
chore: Remove unused test util code
PhilippGackstatter Feb 21, 2025
7c3b77d
chore: Annotate set type
PhilippGackstatter Feb 21, 2025
c48bf3c
feat: Move witness fetching to separate method
PhilippGackstatter Feb 21, 2025
8d5bf5b
feat: Use telemetry injection ext trait and calc erased notes
PhilippGackstatter Feb 21, 2025
7bbc431
Merge remote-tracking branch 'origin/next' into pgackst-migrate-block…
PhilippGackstatter Feb 21, 2025
5724bd1
chore: Rename unauthenticated notes count
PhilippGackstatter Feb 21, 2025
f70eff8
chore: Add comments on `TelemetryInjector`
PhilippGackstatter Feb 24, 2025
ba63bc4
fix: Num erased notes calculation
PhilippGackstatter Feb 24, 2025
5aea855
Merge remote-tracking branch 'origin/next' into pgackst-migrate-block…
PhilippGackstatter Feb 24, 2025
ebee91e
chore: Add doc comments to telemetry wrappers
PhilippGackstatter Feb 24, 2025
b6a0d73
chore: Fix typo in proto file
PhilippGackstatter Feb 24, 2025
40041bb
chore: Add expect messages on `BlockNoteIndex`
PhilippGackstatter Feb 24, 2025
d9053e1
chore: Apply `make format`
PhilippGackstatter Feb 24, 2025
d8f2e43
chore: Use miden-base `next` branch
PhilippGackstatter Feb 24, 2025
3a4eb17
chore: Increase recursion limit
PhilippGackstatter Feb 24, 2025
70c8d88
chore: `make format`
PhilippGackstatter Feb 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- [BREAKING] Updated minimum Rust version to 1.84.
- [BREAKING] `Endpoint` configuration simplified to a single string (#654).
- [BREAKING] Update `GetBlockInputs` RPC and use `LocalBlockProver` for block building (#709).

### Enhancements

Expand Down
Loading
Loading