Skip to content

Commit

Permalink
Merge branch 'next' into igamigo-typed-template-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo authored Jan 16, 2025
2 parents 10b5281 + bd3a396 commit 5e7ca4e
Show file tree
Hide file tree
Showing 23 changed files with 1,300 additions and 1,115 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
- Implemented `to_hex` for `AccountIdPrefix` and `epoch_block_num` for `BlockHeader` (#1039).
- Introduce `AccountIdBuilder` to simplify `AccountId` generation in tests (#1045).
- Introduced `AccountComponentTemplate` with TOML serialization and templating (#1015, #1027).
- [BREAKING] Updated the names and values of the kernel procedure offsets and corresponding kernel procedures (#1037).
- Introduce `AccountIdError` and make account ID byte representations (`u128`, `[u8; 15]`) consistent (#1055).
- Refactor `AccountId` and `AccountIdPrefix` into version wrappers (#1058).
- Remove multi-threaded account seed generation due to single-threaded generation being faster (#1061).
- Made `AccountIdError` public (#1067).
- Made `BasicFungibleFaucet::MAX_DECIMALS` public (#1063).
- [BREAKING] Removed `miden-tx-prover` crate and created `miden-proving-service` and `miden-remote-provers` (#1047).
- Deduplicate `masm` procedures across kernel and miden lib to a shared `util` module (#1070).
- Added storage placeholder types and support for templated map (#1074).

## 0.6.2 (2024-11-20)
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 @@ -82,7 +82,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.kernel_proc_offsets::account_vault_add_asset_offset
exec.kernel_proc_offsets::account_add_asset_offset
syscall.exec_kernel_proc
end
```
Expand Down
Loading

0 comments on commit 5e7ca4e

Please sign in to comment.