Skip to content

v0.11.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mmagician mmagician released this 31 Jul 08:51
· 63 commits to next since this release
d1cdc61

Changes

  • [BREAKING] Updated MSRV to 1.88.
  • [BREAKING] Refactor protobuf messages (#1045).

Enhancements

  • Added environment variable support for batch and block size CLI arguments (#1081).
  • A transaction's account delta is now checked against its commitments in SubmitProvenTransaction endpoint (#1093).
  • Added check for Account Id prefix uniqueness when transactions to create accounts are submitted to the mempool (#1094).
  • RPC accept header now supports specifying the genesis commitment in addition to the RPC version. This lets clients ensure they are on the right network (#1084).

Changes

  • [BREAKING] Updated MSRV to 1.88.
  • [BREAKING] RPC accept header format changed from application/miden.vnd+grpc.<version> to application/vnd.miden; version=<version> (#1084).

Fixes

  • [BREAKING] Integrated proxy status endpoint into main proxy service, removing separate status port.
  • RPC requests with wildcard (*/*) media-type are not longer rejected (#1084).