You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix note script compilation: use libraries instead of programs (#2822)
* refactor: make all notes be libs, update CodeBuilder::compile_note_script
* refactor: compile and store note script libs instead of scripts themselves
* chore: fix comment format
* chore: increment crate versions to v0.14.5
---------
Co-authored-by: Bobbin Threadbare <bobbinth@protonmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## 0.14.5 (2026-04-23)
4
+
5
+
- Fixed note script compilation: all note scripts are now compiled as libraries ([#2822](https://github.com/0xMiden/protocol/pull/2822)).
6
+
3
7
## 0.14.4 (2026-04-09)
4
8
5
9
- Fixed AggLayer `write_mint_note_storage` stack padding before loading the mint serial number ([#2749](https://github.com/0xMiden/protocol/pull/2749)).
0 commit comments