NilFoundation / proof-market-toolchain

A toolchain for interaction with the Proof Market protocol.
https://docs.nil.foundation/proof-market
MIT License
23 stars 5 forks source link

Support of different arithmetization params #127

Closed nkaskov closed 6 months ago

nkaskov commented 8 months ago

We need to have the ability to pass different arithmetization params through our CLI. These arithmetization params will be part of the statement and will be the same for all the requests for a given statement.

Arithmetization params include (default values shown):

You can change the names of the parameters if you know a better way to name them.

If any changes required in the backend part, please create an issue in the proof-market-repository and mention the created issue below this line.

akokoshn commented 7 months ago

no need more, due to make these parameters dynamic: https://github.com/NilFoundation/crypto3-zk/issues/286

akokoshn commented 7 months ago

Still need to modify scripts after enable https://github.com/NilFoundation/crypto3-zk/issues/286, so blocked for now Definition of ready:

  1. https://github.com/NilFoundation/crypto3-zk/issues/286
  2. Way for pass values of arithmetization params
akokoshn commented 6 months ago

no need to modify scripts (arithmetization parameters pass throw assignment table file)