Skip to content

Commit

Permalink
feat: implement basic transaction prover service (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoPittella authored Sep 26, 2024
1 parent b8d9541 commit 148258b
Show file tree
Hide file tree
Showing 17 changed files with 1,579 additions and 11 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)

- Created a proving service that receives `TransactionWitness` and returns the proof using gRPC (#881).
- Made note scripts public (#880).
- Implemented serialization for `TransactionWitness`, `ChainMmr`, `TransactionInputs` and `TransactionArgs` (#888).
- [BREAKING] Renamed the `TransactionProver` struct to `LocalTransactionProver` and added the `TransactionProver` trait (#865).
Expand Down
Loading

0 comments on commit 148258b

Please sign in to comment.