Skip to content

v0.12.0

Choose a tag to compare

@bobbinth bobbinth released this 07 Nov 05:50
· 196 commits to main since this release
a011e7e
  • [BREAKING] Updated MSRV to 1.90.
  • [BREAKING] Refactored CheckNullifiersByPrefix endpoint adding pagination (#1191).
  • [BREAKING] Renamed CheckNullifiersByPrefix endpoint to SyncNullifiers (#1191).
  • Added GetNoteScriptByRoot gRPC endpoint for retrieving a note script by its root (#1196).
  • [BREAKING] Added block_range and pagination_info fields to paginated gRPC endpoints (#1205).
  • Implemented usage of tonic error codes for gRPC errors (#1208).
  • [BREAKING] Replaced GetAccountProofs with GetAccountProof in the public store API (#1211).
  • Implemented storage map DataStore function (#1226).
  • [BREAKING] Refactored the mempool to use a single DAG across transactions and batches (#1234).
  • [BREAKING] Renamed RemoteProverProxy to RemoteProverClient (#1236).
  • Added pagination to SyncNotes endpoint (#1257).
  • Added application level error in gRPC endpoints (#1266).
  • Added deploy-account command to miden-network-monitor binary (#1276).
  • [BREAKING] Response type nuances of GetAccountProof in the public store API (#1277).
  • Add optional TransactionInputs field to SubmitProvenTransaction endpoint for transaction re-execution (#1278).
  • Added validator crate with initial protobuf, gRPC server, and sub-command (#1293).
  • [BREAKING] Added AccountTreeWithHistory and integrate historical queries into GetAccountProof (#1292).
  • Implement DataStore::get_note_script() for NtxDataStore (#1332).
  • Started validating notes by their commitment instead of ID before entering the mempool (#1338).