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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, there are no test cases available for Circom proving classes, making it challenging to ensure that any updates to the code of these classes still perform as intended.
Describe the solution you'd like
To address this, I suggest writing test cases similar to the ones available for Arkwork proving. These test cases are already available in the webb.js repository.
Is your feature request related to a problem? Please describe.
Currently, there are no test cases available for
Circom provingclasses, making it challenging to ensure that any updates to the code of these classes still perform as intended.Describe the solution you'd like
To address this, I suggest writing test cases similar to the ones available for
Arkwork proving. These test cases are already available in thewebb.jsrepository.Additional context
Circom provingclasses can be found at https://github.com/webb-tools/webb.js/tree/master/packages/sdk-core/src/proving/circom.Arkwork provingat https://github.com/webb-tools/webb.js/blob/master/packages/sdk-core/src/__test__/arkworks-proving.spec.ts.