Skip to content

Commit

Permalink
merge migration to miden-vm v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth authored Aug 23, 2024
2 parents 4ff85b7 + fd89bc3 commit 280f590
Show file tree
Hide file tree
Showing 94 changed files with 3,533 additions and 2,833 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@
- [BREAKING] Increase of nonce does not require changes in account state any more (#796).
- Added `CHANGELOG.md` warning message on CI (#799).
- Account deltas can now be merged (#797).
- Added high-level methods for `MockChain` and related structures (#807).
- Changed `AccountCode` procedures from merkle tree to sequential hash + added storage_offset support (#763).
- [BREAKING] Renamed `NoteExecutionHint` to `NoteExecutionMode` and added new `NoteExecutionHint` to `NoteMetadata` (#812, #816).
- Implemented `create_note` and `move_asset_into_note` basic wallet procedures (#808).
- [BREAKING] Changed the interface of the `miden::tx::add_asset_to_note` (#808).
- [BREAKING] Refactored and simplified `NoteOrigin` and `NoteInclusionProof` structs (#810, #814).
- Made `miden_lib::notes::build_swap_tag()` function public (#817).
- [BREAKING] Changed the `NoteFile::NoteDetails` type to struct and added a `after_block_num` field (#823).
- Implemented `create_note` and `move_asset_into_note` basic wallet procedures (#808).
- [BREAKING] Interface of the `miden::tx::add_asset_to_note` procedure was changed (#808).
- [BREAKING] Refactored account storage and vault deltas (#822).
- Added serialization and equality comparison for `TransactionScript` (#824).
- [BREAKING] Migrated to Miden VM v0.10 (#826).
- Added conversions for `NoteExecutionHint` (#827).
- [BREAKING] Refactored account storage and vault deltas (#822).


## 0.4.0 (2024-07-03)

Expand Down
Loading

0 comments on commit 280f590

Please sign in to comment.