-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature : JobError using thisError (#78)
* update: added thiserror JobError * update: introducing DaError * update: add ProverJobError * update: Register proof JobError * update: SNOS proof JobError * update: JobError on Queue * update: added fix for borrow in state update process job * update: cleaning rework for JobError * update: wrap_err_with -> wrap_err wherever used with string * update: moved all JobErrors to top of file * update: Errors for consume_job_from_queue * update: linting fixes * update: optimised consume_job_from_queue match statement * update: code optimisation based on PR reviews * chore: lint fixes * chore: lint fixes * update: error matching optimised * update: block_no to String and correct assert on test_da_job_process_job_failure_on_small_blob_size * fix: linting * update: error matching checks * update: test state_update fix * update: test state_update fix * update: test state_update fix * fix: lint * chore: imports fixed * feat : updated the errors enum and implemented OtherTest wrapper for eyre errors * feat : fixed tests --------- Co-authored-by: Arun Jangra <arunjangra1001@gmail.com>
- Loading branch information
Showing
11 changed files
with
461 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.