-
Notifications
You must be signed in to change notification settings - Fork 56
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
Tracking PR for v0.8.0 release #1096
Draft
bobbinth
wants to merge
10
commits into
main
Choose a base branch
from
next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: use different service for workers update fix: move changelog entry to right place * review: use http/2 for update workers endpoint * review: replace service with endpoint in the changelog * review: re-arrange ProxyConfig struct * review: update command documentation * review: rename to LoadBalancerUpdateService * review: add error message in the empty query params case * review: move response creation function to update worker file * fix: typo in LoadBalancerUpdateService * review: make function private * review: rename health check frequency
* feat: Add miden-batch-prover crate * feat: Add `BatchId` * Introduce `AccountUpdateError` * feat: Add `ProposedBatch` * feat: Add `LocalBatchProver` * feat: Add `ProvenBatch` * feat: Migrate `LocalBatchProver` from node * chore: Rename `NoteAuthenticationInfo` * feat:Add batch expiration block num * chore: Use core instead of std for `Display` * feat: Migrate `MockProvenTxBuilder` * feat: Test tx ordering in batches * feat: Add `BatchAccountUpdate` * chore: Extend test assertions * feat: Refactor and document batch output note tracker * feat: Add input/output notes commitment test * feat: Remove `BlockNumber::from_usize` * feat: Check for duplicate input notes * feat: Add unauthenticated/authenticated scenario tests * chore: Misc doc fixes * feat: Move `ProposedBatch` and `ProvenBatch` to objects * chore: Add changelog entry * feat: Use MockChain for batch tests (partially) * chore: Move most validation to `ProposedBatch` * feat: Use MockChain for all tests * feat: Implement note authentication and tests for it * feat: Verify transactions in batch * chore: Document error conditions on proposed batch * feat: Check max input/output notes and account updates in batch * feat: Check for duplicate transactions in batch * feat: Add tests with a circular note dependency * feat: Rename batch prover crate * chore: Address review comments * chore: Unbox the `BlockHeader` * chore: Remove unused dependencies * feat: Use `InputNotes` rather than `Vec` * feat: Compute batch ID as sequential hash over tx ID and account ID * chore: Remove `BlockInclusionProof` and `NoteInclusionProofs` * chore: Address more review comments * chore: Move tests into dedicated file * feat: Add `block_num` field to `ProvenTransaction` * feat: Add `ChainMmr::from_mmr` * feat: Add `BatchAccountUpdate::into_parts` * feat: Add `ProvenBatch::produced_nullifiers` * feat: Add `BatchId::compute_from_ids` * feat: Expose `BatchProveError` and rename `BatchProposeError` * feat: Remove `compute` prefix from batch id constructors * chore: Move `ChainMmr::from_mmr` behind test flag * chore: Address review comments * feat: Disallow empty transaction batches * chore: Address review comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a tracking PR for v0.8.0 release.