tig-foundation / tig-monorepo

TIG is the first coordination protocol designed specifically for algorithmic innovation
https://tig.foundation
21 stars 35 forks source link

feat: Handle benchmark and proof submission errors #12

Closed DamianPala closed 2 months ago

DamianPala commented 2 months ago

When submitting a benchmark or proof, if a high transaction volume error occurs, the algorithm waits until a new block is mined before retrying. If a proof already submitted error occurs, the submission will not be repeated. Added more descriptive logs to enhance the clarity of the submission process.

FiveMovesAhead commented 2 months ago

In the revamp, this has been dealt with by re-queuing the benchmark/proof as long as the http error code is not 4xx