Skip to content

Commit

Permalink
remove utils.sol if no helper functions generated #45 NilFoundation/e…
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Nov 27, 2023
1 parent b0e2717 commit d33aede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/nil/blueprint/transpiler/evm_verifier_gen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,11 +567,9 @@ namespace nil {

i = 0;
for (const auto& gate: _constraint_system.gates()) {
std::cout << "Gate " << i << std::endl;
variable_type sel_var(gate.selector_index, 0, true, variable_type::column_type::selector);
std::size_t j = 0;
for (const auto& constraint: gate.constraints) {
std::cout << "Constraint " << j << std::endl;
std::string code = constraint_computation_code_optimized(_var_indices, constraint);
std::size_t cost = estimate_constraint_cost(code);
std::size_t selector_index = _var_indices.at(sel_var)*0x20;
Expand Down

0 comments on commit d33aede

Please sign in to comment.