From 5c517d8ee6157935418335eee992eca8c37a6dec Mon Sep 17 00:00:00 2001 From: Federica Date: Fri, 24 Nov 2023 17:45:30 -0300 Subject: [PATCH] List breaking changes --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2123c23b9..c001a80f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ #### Upcoming Changes -* feat: Partially Revert `Optimize trace relocation #906` [#1492](https://github.com/lambdaclass/cairo-vm/pull/1492) +* BREAKING: Partially Revert `Optimize trace relocation #906` [#1492](https://github.com/lambdaclass/cairo-vm/pull/1492) - * Remove methods `VirtualMachine::get_relocated_trace`& `VirtualMachine::relocate_trace` - * Add `relocated_trace` field & `relocate_trace` method to `CairoRunner` + * Remove methods `VirtualMachine::get_relocated_trace`& `VirtualMachine::relocate_trace`. + * Add `relocated_trace` field & `relocate_trace` method to `CairoRunner`. + * Swap `TraceEntry` for `RelocatedTraceEntry` type in `write_encoded_trace` & `PublicInput::new` signatures. * feat: add debugging capabilities behind `print` feature flag. [#1476](https://github.com/lambdaclass/cairo-vm/pull/1476)