You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix race condition at DB shutdown in tests (#1503).
[BREAKING] Updated to new miden-base protocol: removed aux and execution_hint from NoteMetadata, removed NoteExecutionMode, and NoteMetadata::new() is now infallible (#1526).
[BREAKING] Network note queries now use full account ID instead of 30-bit prefix (#1572).
[BREAKING] Renamed SyncStorageMaps RPC endpoint to SyncAccountStorageMaps for consistency (#1581).
Removed git information from node's --version CLI as it was often incorrect (#1576).
[BREAKING] Renamed GetNetworkAccountDetailsByPrefix endpoint to GetNetworkAccountDetailsById which now accepts full account ID instead of 30-bit prefix (#1580).
Ensure store terminates on nullifier tree or account tree root vs header mismatch (##1569).
Fixes
RPC client now correctly sets genesis value in ACCEPT header if version is unspecified (#1370).
Pin protobuf (protox) dependencies to avoid breaking changes in transitive dependency (#1403).
Fixed no-std compatibility for remote prover clients (#1407).
Fixed AccountProofRequest to retrieve the latest known state in case specified block number (or chain tip) does not contain account updates (#1422).
Fixed missing asset setup for full account initialization (#1461).
Fixed GetNetworkAccountIds pagination to return the chain tip (#1489).
Fixed the network monitor counter account to use the storage slot name (#1501).
gRPC traces now correctly connect to the method implementation (1553).
Fixed ntx-builder crash on node restart after network transaction by adding missing is_latest filter to network account query (#1578).