Skip to content

Commit

Permalink
Rebase on master and run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon committed Oct 23, 2024
1 parent 641b071 commit b5d5456
Show file tree
Hide file tree
Showing 7 changed files with 775 additions and 803 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ AvmCircuitBuilder::ProverPolynomials AvmCircuitBuilder::compute_polynomials() co
polys.main_sel_op_sload.set_if_valid_index(i, rows[i].main_sel_op_sload);
polys.main_sel_op_sstore.set_if_valid_index(i, rows[i].main_sel_op_sstore);
polys.main_sel_op_static_call.set_if_valid_index(i, rows[i].main_sel_op_static_call);
polys.main_sel_op_storage_address.set_if_valid_index(i, rows[i].main_sel_op_storage_address);
polys.main_sel_op_sub.set_if_valid_index(i, rows[i].main_sel_op_sub);
polys.main_sel_op_timestamp.set_if_valid_index(i, rows[i].main_sel_op_timestamp);
polys.main_sel_op_transaction_fee.set_if_valid_index(i, rows[i].main_sel_op_transaction_fee);
Expand Down
Loading

0 comments on commit b5d5456

Please sign in to comment.