Skip to content

Commit

Permalink
feat: Add RemoteTransactionProver struct (#921)
Browse files Browse the repository at this point in the history
* feat: Add remote prover struct

* Remove unused comment

* Add no_std

* CHANGELOG

* Format

* Change no_std attr

* Change std/nostd addressing

* Change features

* Conditionally use transport based on target arch

* Rename error
  • Loading branch information
igamigo authored Oct 16, 2024
1 parent 92d879a commit 0b13efe
Show file tree
Hide file tree
Showing 18 changed files with 657 additions and 326 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.6.0 (TBD)

- Added `RemoteTransactionProver` struct to `miden-tx-prover` (#921).
- [BREAKING] Changed `TransactionProver` trait to be `maybe_async_trait` based on the `async` feature (#913).
- [BREAKING] Changed `TransactionExecutor` and `TransactionHost` to use trait objects (#897).
- Implemented kernel procedure to set transaction expiration block delta (#897).
Expand Down
Loading

0 comments on commit 0b13efe

Please sign in to comment.