Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Enhancements

* [FEATURE][cli] `call` reads the procedure's signature from the package manifest: it prints the signature with type names (`add-points(point, point) -> point`), takes each argument as one token of its own type — an `account-id` or an `asset` is written as `0x..` or `<AMOUNT>::<FAUCET_ID>` instead of raw field elements — and renders the result the same way. Arguments that occupy more stack values than a called procedure can see are now rejected instead of reaching the procedure as zeros, the state delta is reported again (the script dropped only the arguments, leaving every call deeper than it started), and a procedure that only reads reports that the transaction was rejected for having no effects instead of printing the transaction kernel's assertion chain ([#2179](https://github.com/0xMiden/rust-sdk/pull/2179)).

## 0.16.0-alpha.1 (2026-07-17)

### Breaking Changes
Expand Down
134 changes: 68 additions & 66 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading