sparsity-xyz / spin-sdk

SDK for developing on-chain ZK proved application.
14 stars 5 forks source link

retry and error handle for ZKwasm helper toolchain #42

Open tohacking opened 3 months ago

tohacking commented 3 months ago

Problem: At times, the zkwasm prover server timeout, this is expected so we want to retry on those errors.

Fix: Any time these helpers are interacted: https://github.com/m4-team/spin-sdk/blob/main/src/zkwasm.ts#L8

Catch error and setup to retry.