Remove instruction_counter from ValidationState. (#1781)
The instruction counter is the same as the size of the ordered_instruction list when we insert a new instruction. This Cl removes instruction_counter_ and uses that instead.
Loading
Please register or sign in to comment