Skip to content

Commit 9173443

Browse files
Merge branch 'next' into santiagopittella-ntx-simplify-actor-messages
2 parents 580f9cb + a5987f6 commit 9173443

18 files changed

Lines changed: 898 additions & 619 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
- Replaced NTX Builder's in-memory state management with SQLite-backed persistence; account states, notes, and transaction effects are now stored in the database and inflight state is purged on startup ([#1662](https://github.com/0xMiden/miden-node/pull/1662)).
2626
- [BREAKING] Reworked `miden-remote-prover`, removing the `worker`/`proxy` distinction and simplifying to a `worker` with a request queue ([#1688](https://github.com/0xMiden/miden-node/pull/1688)).
2727

28+
## v0.13.7 (2026-02-25)
29+
30+
- Updated `SyncAccountStorageMaps` and `SyncAccountVault` to allow all accounts with public state, including network accounts ([#1711](https://github.com/0xMiden/node/pull/1711)).
31+
32+
## v0.13.6 (2026-02-25)
33+
34+
- Fixed CORS headers missing from version-rejection responses ([#1707](https://github.com/0xMiden/node/pull/1707)).
35+
2836
## v0.13.5 (2026-02-19)
2937

3038
- OpenTelemetry traces are now flushed before program termination on panic ([#1643](https://github.com/0xMiden/miden-node/pull/1643)).

0 commit comments

Comments
 (0)