v0.11.0-rc.1
Pre-release
Pre-release
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>
toapplication/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).