Compare
Sorry, something went wrong.
No results found
fix(operator): chunk header requests (#48)
* fix: chunk header requests
* fix: exponential backoff on failed requests
* fix: comment
* fix: add log for failures
* chore: add catch unwind on Operator::run
* add errs to tendermint utils
* fix: better worst case handling
* fix: dont max out rate limit in loop
* fix: retry faster on errors
* fix: cleanup more unwraps, debug print err
* feat: multi-chain operators (#49)
* chore: cleanup api / util seperation
* chore: add retries to some tendermint routes
* fix: dont need option on sleep duration
* feat: multi-chain operator
* log -> tracing
* fix: cleanup
* separate logs
* feat: batch proofs
* fix: log chain id on fail
* temp: prints
* cleanup
* comments, default env filter
* fix: use old env setup for one chain
* update example env
* Update script/src/util/retry.rs
Co-authored-by: Ratan Kaliani <[email protected] >
* fix: move consensus checks of target block to `run_inner`
* Update script/bin/operator.rs
Co-authored-by: Ratan Kaliani <[email protected] >
* fix: remove `we` from comments
* fix: new fn for vkey/data commit max checks
* add section headings in operator, use_kms -> signer mode
* missed `we`
* fix: use_kms_relayer -> signer_mode
* run -> loop
Co-authored-by: Ratan Kaliani <[email protected] >
* Revert "run -> loop"
This reverts commit c4eacbfb77d86e367417ea252cd79caa5b4706c9.
* chore: simplify operator loop, renaming, better comments (#50)
* chore: help refactor
* add
* add
* chore: arc networkprover
* chore: docs
* docs
* chore: fmt
* rm unused clones & arc
---------
Co-authored-by: Ratan Kaliani <[email protected] >
* fix: network prover run -> run_async
* fix: clippy
---------
Co-authored-by: Ratan Kaliani <[email protected] >