You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #9299
- Added `computeGateCountForCircuit` to `bb/execute.s` and use it in
`kernal_prover` to calculate gate-count per function (under a flag).
- Add `dryRun` to `kernal_prover` to skip ClientIVC proof generation
(useful for getting gate count without proof generation)
- Add `--profile` flag to cli-wallet `simulate` command to prints the
gate count per circuit, Example:
<img width="888" alt="Screenshot 2024-10-31 at 9 46 10 PM"
src="https://github.com/user-attachments/assets/4bbb062c-acdf-4889-aa6b-294c030b34d5">
<br/><br/>
- Not reusing `ContractFunctionInteraction.simulate` as it is difficult
to change its return type as its widely used.
- Can also add gas estimation to simulate command (instead of `send`) so
`simulate` does actual simulation of a transaction and display the full
data.
TBD
The text was updated successfully, but these errors were encountered: