Skip to content

Commit 3b9298c

Browse files
authored
chore: migrate to base 0904e2c61 (#1691)
1 parent 7ed6ecd commit 3b9298c

File tree

21 files changed

+458
-436
lines changed

21 files changed

+458
-436
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [BREAKING] Remove `SynState` and introduce `SyncChainMmr` ([#1591](https://github.com/0xMiden/miden-node/issues/1591)).
1111
- Introduce `SyncChainMmr` RPC endpoint to sync chain MMR deltas within specified block ranges ([#1591](https://github.com/0xMiden/miden-node/issues/1591)).
1212
- Fixed `TransactionHeader` serialization for row insertion on database & fixed transaction cursor on retrievals ([#1701](https://github.com/0xMiden/miden-node/issues/1701)).
13+
- Added KMS signing support in validator ([#1677](https://github.com/0xMiden/miden-node/pull/1677)).
1314

1415
### Changes
1516

@@ -24,7 +25,6 @@
2425
- Improved tracing span fields ([#1650](https://github.com/0xMiden/miden-node/pull/1650))
2526
- 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)).
2627
- [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)).
27-
- Added KMS signing support in validator ([#1677](https://github.com/0xMiden/miden-node/pull/1677)).
2828

2929
## v0.13.7 (2026-02-25)
3030

0 commit comments

Comments
 (0)