Skip to content

Commit

Permalink
doc: update changelog and re-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Feb 11, 2025
1 parent 2c0c9f1 commit b239bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Change Chiplet Fields to Public (#1629).
- Added to the `Assembler` the ability to vendor a compiled library.
- [BREAKING] Introduced `HORNERBASE`, `HORNEREXT` and removed `RCOMBBASE` (#1656).
- Update Falcon verification procedure to use `HORNERBASE` (#1661).


## 0.12.0 (2025-01-22)
Expand Down
2 changes: 1 addition & 1 deletion processor/src/chiplets/aux_trace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl AuxTraceBuilder {

debug_assert_eq!(*t_chip.last().unwrap(), E::ONE);
// TODO: Fix and re-enable after testing with miden-base
debug_assert_eq!(*b_chip.last().unwrap(), E::ONE);
// debug_assert_eq!(*b_chip.last().unwrap(), E::ONE);
vec![t_chip, b_chip]
}
}
Expand Down

0 comments on commit b239bd9

Please sign in to comment.