EYBlockchain / starlight

:zap: solidity --> zApp transpiler :zap:
Other
188 stars 38 forks source link

fix: in orchestration do not input local variables mapping keys to the proof #305

Closed lydiagarms closed 4 months ago

lydiagarms commented 4 months ago

When local variables are used as mapping keys, they do not need to be input to the proof. This is because they can be generated from scratch in the circuit. In orchestration the mapping keys were being input whereas in the circuit they were not.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 1.5.17 :tada:

The release is available on:

Your semantic-release bot :package::rocket: