Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into pgackst-ci-unused-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jan 20, 2025
2 parents 5efed14 + d678c9e commit 8ef25c5
Show file tree
Hide file tree
Showing 34 changed files with 274 additions and 248 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).
- Add CI check for unused dependencies (#1075).

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

0 comments on commit 8ef25c5

Please sign in to comment.