Skip to content

Commit

Permalink
Merge branch 'igamigo-typed-template-keys' of https://github.com/0xPo…
Browse files Browse the repository at this point in the history
…lygonMiden/miden-base into igamigo-typed-template-keys
  • Loading branch information
igamigo committed Jan 20, 2025
2 parents b230aeb + 6685173 commit e98158f
Show file tree
Hide file tree
Showing 34 changed files with 284 additions and 378 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
- Added tracing to the `miden-tx-prover` CLI (#1014).
- Added metrics to the `miden-tx-prover` proxy (#1017).
- Implemented `to_hex` for `AccountIdPrefix` and `epoch_block_num` for `BlockHeader` (#1039).
- Add `BlockNumber` struct (#1043).
- 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).
Expand All @@ -31,8 +30,9 @@
- 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).
- [BREAKING] Removed `miden-tx-prover` crate and created `miden-proving-service` and `miden-proving-service-client` (#1047).
- Deduplicate `masm` procedures across kernel and miden lib to a shared `util` module (#1070).
- [BREAKING] Added `BlockNumber` struct (#1043, #1080, #1082).
- Added storage placeholder types and support for templated map (#1074).

## 0.6.2 (2024-11-20)
Expand Down
Loading

0 comments on commit e98158f

Please sign in to comment.