Skip to content

Conversation

@GarmashAlex
Copy link
Contributor

The DuplexChallengerVariable implementation of CanObserveVariable<Felt<_>> was manually overriding observe_slice with the same logic as the default method in the trait. This override did not change behavior or performance, but duplicated code and diverged from the pattern used by other CanObserveVariable implementations. By relying on the trait's provided observe_slice, we keep the challenger API simpler and avoid maintaining duplicated logic without introducing any functional changes.

@eigmax eigmax force-pushed the main branch 4 times, most recently from 486cfe8 to ce11d49 Compare January 26, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant