Problem
When running React Native bindings for keccak256 circuits
the input will be more than 200 elements
but it throws the error when printing out the inputs
'0',
'0',
[TOO BIG formatValueCalls 201 exceeded limit of 200],
[TOO BIG formatValueCalls 202 exceeded limit of 200],
[TOO BIG formatValueCalls 203 exceeded limit of 200],
[TOO BIG formatValueCalls 204 exceeded limit of 200],
[TOO BIG formatValueCalls 205 exceeded limit of 200],
Details
Running
mopro init, mopro build and mopro create for React Native
try to change the circuit to keccak256
Acceptance criteria
Describe what should be done in a pull request.
Next steps (optional)
Describe the subsequent actions to be taken.
Problem
When running React Native bindings for keccak256 circuits
the input will be more than 200 elements
but it throws the error when printing out the inputs
Details
Running
mopro init,mopro buildandmopro createfor React Nativetry to change the circuit to
keccak256Acceptance criteria
Describe what should be done in a pull request.
Next steps (optional)
Describe the subsequent actions to be taken.