Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
922cd86
chore: migrate to protocol release/v0.14.0-beta
claude Mar 11, 2026
bc85d59
chore: block_on
igamigo Mar 11, 2026
765169b
chore: patch crypto until a 0.22.x release is done
igamigo Mar 11, 2026
44d5214
chore: update to crypto v0.22.5
mmagician Mar 12, 2026
5320e57
chore: fmt
mmagician Mar 12, 2026
4d53991
Merge branch 'next' into mmagician-claude/update-base-to-beta
mmagician Mar 12, 2026
8bb975e
fix: account state forest pruning and LargeSmt loading
claude Mar 12, 2026
fe275f3
refactor: simplify KMS signer DER parsing with spki and k256 crates
claude Mar 12, 2026
a5f88db
Merge branch 'next' into mmagician-claude/update-base-to-beta
claude Mar 12, 2026
5767361
chore: import smt types from miden-protocol instead of miden-crypto
claude Mar 12, 2026
3528ad5
fix(stress-test): avoid account ID prefix collisions in seeding
claude Mar 12, 2026
b57d716
fix(stress-test): use high-entropy seeds for account creation
claude Mar 12, 2026
71c29d4
Merge branch 'next' into mmagician-claude/update-base-to-beta
claude Mar 12, 2026
916d06a
chore: address self review comments
claude Mar 12, 2026
0490027
chore: cleanup imports
mmagician Mar 12, 2026
99c7134
test: single source of randomness
igamigo Mar 12, 2026
9d5ff52
temp: use mmagician-0.22.6 branch
mmagician Mar 13, 2026
f9d4412
chore: revert kms changes
mmagician Mar 13, 2026
c5c87b5
fix: remove middle step serialization for InputNoteCommitment
SantiagoPittella Mar 13, 2026
98497ba
chore: cargo lock
igamigo Mar 13, 2026
8079f10
Revert "test: single source of randomness"
igamigo Mar 13, 2026
b6b3af0
chore: remove crypto patch
igamigo Mar 13, 2026
683c3d0
chore: merge
igamigo Mar 16, 2026
6a50d56
chore: bump protocol to beta.4
mmagician Mar 20, 2026
b59b408
chore: merge next
igamigo Mar 20, 2026
433d1b1
chore: bump miden deps to 0.14.0-rc.1
claude Mar 22, 2026
6427ebc
refactor: revert account_state_forest to use LargeSmtForest
claude Mar 22, 2026
aee7df2
fix: adapt to NodeIndex/LeafIndex API renames in miden-crypto 0.23
claude Mar 22, 2026
02bf124
fix: adapt to API changes in miden-protocol 0.14.0-rc.1
claude Mar 22, 2026
269909a
fix: adapt genesis crate to rc.1 deps
claude Mar 22, 2026
2450e4c
chore: use simpler FungibleAsset::from_key_value`
mmagician Mar 24, 2026
1f1f599
fix: restore test assertions weakened during LargeSmt revert (#1830)
mmagician Mar 24, 2026
44c1a68
revert: remove stress-test seeding offset changes (#1829)
mmagician Mar 24, 2026
030a778
chore: no need to dup error strings, progagate
mmagician Mar 24, 2026
e309055
Merge branch 'next' into mmagician-claude/update-base-to-beta
mmagician Mar 24, 2026
0cc4066
fix: network transaction executor + network monitor (#1826)
igamigo Mar 24, 2026
6ffd273
fix: combine identical match arms to fix clippy lint
claude Mar 24, 2026
474e4cd
chore: bump versions from `0.14.0.rc.1` -> `0.14.0` (#1833)
mmagician Mar 25, 2026
1941116
Apply suggestions from code review
bobbinth Mar 25, 2026
18159eb
chore: fix build by reverting last commit
bobbinth Mar 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Added `GetNoteError` gRPC endpoint to query the latest execution error for network notes (https://github.com/0xMiden/node/issues/1758).
- Added verbose `info!`-level logging to the network transaction builder for transaction execution, note filtering failures, and transaction outcomes ([#1770](https://github.com/0xMiden/node/pull/1770)).
- [BREAKING] Move block proving from Blocker Producer to the Store ([#1579](https://github.com/0xMiden/node/pull/1579)).
- [BREAKING] Updated miden-base dependencies to use `next` branch; renamed `NoteInputs` to `NoteStorage`, `.inputs()` to `.storage()`, and database `inputs` column to `storage` ([#1595](https://github.com/0xMiden/node/pull/1595)).
- [BREAKING] Updated miden-protocol dependencies to use `next` branch; renamed `NoteInputs` to `NoteStorage`, `.inputs()` to `.storage()`, and database `inputs` column to `storage` ([#1595](https://github.com/0xMiden/node/pull/1595)).
- Validator now persists validated transactions ([#1614](https://github.com/0xMiden/node/pull/1614)).
- [BREAKING] Remove `SynState` and introduce `SyncChainMmr` ([#1591](https://github.com/0xMiden/node/issues/1591)).
- Introduce `SyncChainMmr` RPC endpoint to sync chain MMR deltas within specified block ranges ([#1591](https://github.com/0xMiden/node/issues/1591)).
Expand Down
Loading
Loading