-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use batch prover from miden-base (#659)
* feat: Add tx-batch prover crate as dependency * feat: Implement Batch Inputs retrieval from store * feat: Replace `TransactionBatch` in tests with `ProvenBatch` * chore: Rebuild proto files * chore: Add changelog entry * chore: Import proto types as `proto::` * chore: Modify changelog entry * feat: Remove outdated `GetNoteAuthenticationInfoRequest` * feat: Handle errors in `get_batch_inputs` * feat: Handle errors during batch building * chore: Update usages of `AccountFile` * chore: More updates of `AccountFile` * feat: Use latest block num method on `InnerState` * chore: Pin to miden-base current next branch
- Loading branch information
1 parent
4215341
commit 87b4a70
Showing
39 changed files
with
752 additions
and
860 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.