Skip to content

Commit

Permalink
refactor: rework procs invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumuran committed Aug 28, 2024
1 parent 66b360f commit 814e470
Show file tree
Hide file tree
Showing 14 changed files with 842 additions and 512 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.0 ()

### Changes

- [BREAKING] Kernel procedures now have to be invoked using `dynexec` instruction (#803).

## 0.5.0 (2024-08-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/transactions/contexts.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The [account API](https://github.com/0xPolygonMiden/miden-base/blob/main/miden-l
#! Add the specified asset to the vault.
#! ...
export.add_asset
exec.mem::account_vault_add_asset_ptr
exec.kernel_invocation::account_vault_add_asset_offset
syscall.exec_kernel_proc
end
```
Expand Down
Loading

0 comments on commit 814e470

Please sign in to comment.