Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
b7c165d
Merge remote-tracking branch 'origin/next' into andrew-migrate-to-v20-vm
PhilippGackstatter Dec 17, 2025
ee817bf
chore: adjust deny.toml to allow duplicate syn version
huitseeker Dec 19, 2025
442b87c
Merge branch 'next' into andrew-migrate-to-v20-vm
Fumuran Dec 19, 2025
f746d23
refactor: fix merge errors
Fumuran Dec 19, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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)).
- [BREAKING] Refactored `AccountStorageDelta` to use a new `StorageSlotDelta` type ([#2182](https://github.com/0xMiden/miden-base/pull/2182)).
- [BREAKING] Refactored account component templates into `AccountStorageSchema` ([#2193](https://github.com/0xMiden/miden-base/pull/2193)).

Expand Down
Loading