Skip to content
Closed
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
787e3e8
refactor: rust code updated
Fumuran Dec 10, 2025
d4db19d
refactor: building state
Fumuran Dec 10, 2025
81a9040
refactor: updating tests part 1
Fumuran Dec 10, 2025
191adeb
refactor: updating tests -- event error WiP
Fumuran Dec 10, 2025
a4f98a7
refactor: update component procs usage, update proc imports
Fumuran Dec 11, 2025
bd5f15b
Merge branch 'next' into andrew-migrate-to-v20-vm
Fumuran Dec 11, 2025
96d1c37
refactor: update imports in nullifier_tree, update formatting
Fumuran Dec 11, 2025
facd51f
chore: update changelog
Fumuran Dec 11, 2025
b6e5295
docs: fix docs
Fumuran Dec 11, 2025
3feb14a
chore: use 0.20.1 version of the VM
Fumuran Dec 15, 2025
a1cdf82
Merge branch 'next' into andrew-migrate-to-v20-vm
Fumuran Dec 15, 2025
a0f5f08
docs: remove LibraryPath mention from docs
Fumuran Dec 15, 2025
de4774a
refactor: rename stdlib to core lib
Fumuran Dec 15, 2025
69f392c
refactor: remove in_debug_mode
Fumuran Dec 15, 2025
ce37ad5
Merge branch 'next' into andrew-migrate-to-v20-vm
bobbinth Dec 16, 2025
c538b88
refactor: update changelog, clean code, rename get_procedure_root_by_…
Fumuran Dec 16, 2025
24d6195
Merge branch 'andrew-migrate-to-v20-vm' of https://github.com/0xMiden…
Fumuran Dec 16, 2025
e0059ee
feat: initial implementation
Fumuran Dec 18, 2025
f1931e1
refactor: update mem_store_double_word proc, rename file
Fumuran Dec 19, 2025
107d4a2
chore: update changelog
Fumuran Dec 19, 2025
7c41b56
Merge branch 'next' into andrew-keccak-mmr-frontier
Fumuran Dec 22, 2025
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [BREAKING] Refactored storage slots to be accessed by names instead of indices ([#1987](https://github.com/0xMiden/miden-base/pull/1987), [#2025](https://github.com/0xMiden/miden-base/pull/2025), [#2149](https://github.com/0xMiden/miden-base/pull/2149), [#2150](https://github.com/0xMiden/miden-base/pull/2150), [#2153](https://github.com/0xMiden/miden-base/pull/2153), [#2154](https://github.com/0xMiden/miden-base/pull/2154), [#2160](https://github.com/0xMiden/miden-base/pull/2160), [#2161](https://github.com/0xMiden/miden-base/pull/2161), [#2170](https://github.com/0xMiden/miden-base/pull/2170)).
- [BREAKING] Allowed account components to share identical account code procedures ([#2164](https://github.com/0xMiden/miden-base/pull/2164)).
- Add `From<&ExecutedTransaction> for TransactionHeader` implementation ([#2178](https://github.com/0xMiden/miden-base/pull/2178)).
- Implement keccak-based MMR frontier for the newly created `agglayer::collections` module ([#2202](https://github.com/0xMiden/miden-base/pull/2202)).

### Changes

Expand All @@ -26,6 +27,7 @@
- [BREAKING] Renamed `AccountProcedureInfo` into `AccountProcedureRoot` and remove storage offset and size ([#2162](https://github.com/0xMiden/miden-base/pull/2162)).
- [BREAKING] Made `AccountProcedureIndexMap` construction infallible ([#2163](https://github.com/0xMiden/miden-base/pull/2163)).
- [BREAKING] Renamed `tracked_procedure_roots_slot` to `trigger_procedure_roots_slot` in ACL auth components for naming consistency ([#2166](https://github.com/0xMiden/miden-base/pull/2166)).
- [BREAKING] Migrated to `miden-vm` v0.20 and `miden-crypto` v0.19 ([#2158](https://github.com/0xMiden/miden-base/pull/2158)).

## 0.12.4 (2025-11-26)

Expand Down
Loading