Open plafer opened 3 weeks ago
It turns out that all "execution-only" tests (e.g. using Test::get_last_stack_state()) did not test the construction of the auxiliary columns, since we were not building the aux trace. Adding this uncovered a few bugs.
Test::get_last_stack_state()
It turns out that all "execution-only" tests (e.g. using
Test::get_last_stack_state()
) did not test the construction of the auxiliary columns, since we were not building the aux trace. Adding this uncovered a few bugs.