-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Init #1
Merged
Merged
Init #1
Conversation
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
ocdbytes
pushed a commit
that referenced
this pull request
Jun 14, 2024
ocdbytes
pushed a commit
that referenced
this pull request
Jun 14, 2024
ocdbytes
added a commit
that referenced
this pull request
Jun 17, 2024
* feat : added snos worker implementation and unit tests * feat : added review #1 changes : added error handling for snos workers * feat : added review #1 changes : added error handling for snos workers * fix : lint * fix : lint errors --------- Co-authored-by: Arun Jangra <[email protected]>
ocdbytes
added a commit
that referenced
this pull request
Jun 24, 2024
* feat : added snos worker implementation and unit tests * feat : added review #1 changes : added error handling for snos workers * feat : added review #1 changes : added error handling for snos workers * fix : lint * fix : lint errors * feat : added proving worker * feat : added proving worker * fix : refactor : uncomment temp changes * fix : ci fixes * fix : lint * fix : lint * feat : added complete implementation of proving job * fix : tests fix proving worker * fix : lint * feat : db generic fucntion * feat : refactoring --------- Co-authored-by: Arun Jangra <[email protected]>
heemankv
added a commit
that referenced
this pull request
Jul 20, 2024
heemankv
added a commit
that referenced
this pull request
Jul 22, 2024
heemankv
added a commit
that referenced
this pull request
Jul 25, 2024
heemankv
added a commit
that referenced
this pull request
Jul 26, 2024
heemankv
added a commit
that referenced
this pull request
Jul 26, 2024
heemankv
added a commit
that referenced
this pull request
Jul 27, 2024
heemankv
added a commit
that referenced
this pull request
Jul 29, 2024
heemankv
added a commit
that referenced
this pull request
Jul 29, 2024
heemankv
added a commit
that referenced
this pull request
Jul 30, 2024
heemankv
added a commit
that referenced
this pull request
Jul 30, 2024
apoorvsadana
added a commit
that referenced
this pull request
Aug 3, 2024
* update: DA job draft #1 * docs: changelog updated * update: is_worker_enabled impl & usage in da_submission, removal of String from VerificationFailed * update: renamed to * update: run worker only if it's enabled using is_worker_enabled check * build: linter fixes * Update CHANGELOG.md Co-authored-by: Apoorv Sadana <[email protected]> * update: limit_to_one on get_jobs_by_status * update: removed get_last_successful_job_by_type, added get_latest_job_by_type_and_status * update: added error to job metadata * update: pr resolution, simplifying get_jobs_by_status, rejected status in verify_jobs * update: linting fixes * Update crates/orchestrator/src/jobs/mod.rs Co-authored-by: Apoorv Sadana <[email protected]> * update: removing .expect from mongodb mod file * update: fixed testcase for snos worker * chore: correct variable name * update: added support to check againt multiple status - is_worker_enabled, get_jobs_by_statuses * docs: rewrote 1 job per block assumption * docs: DataSubmissionWorker -> DataAvailabilitySynchronizer * chore: liniting fix * update: changed name : DataAvailabilitySynchronizer -> DataSubmissionWorker --------- Co-authored-by: Apoorv Sadana <[email protected]>
heemankv
added a commit
that referenced
this pull request
Aug 8, 2024
heemankv
added a commit
that referenced
this pull request
Aug 8, 2024
apoorvsadana
added a commit
that referenced
this pull request
Aug 8, 2024
* update: DA job tests draft #1 * update: da_job: reformatting unit tests + added integration tests * update: shifted unit tests from src/jobs/da_job to src/test/jobs/da_job * update: draft #1 all da-tests running * update: removing usage of serial * docs: documented test functions * Update crates/orchestrator/src/tests/jobs/da_job/mod.rs Co-authored-by: Apoorv Sadana <[email protected]> * Update crates/orchestrator/src/tests/jobs/da_job/mod.rs Co-authored-by: Apoorv Sadana <[email protected]> * update: PR reviews * update: PR reviews #2 * update: added more testcases for test_da_job_process_job_success * Update crates/orchestrator/src/tests/jobs/da_job/mod.rs Co-authored-by: Apoorv Sadana <[email protected]> * update: removed Result from test cases * update: introducing assert_matches! in Da job tests * update: moving unit tests back in da_job file * update: removed pub from da_word --------- Co-authored-by: Apoorv Sadana <[email protected]>
ocdbytes
added a commit
that referenced
this pull request
Aug 17, 2024
ocdbytes
added a commit
that referenced
this pull request
Aug 22, 2024
* feat : added test boilerplate * feat : updated sharp prover client and added certificate feature * feat : updated sharp prover client and added certificate feature * feat : added certificates for testing * feat : added tests for proving client and fixed fact calculation logic * fix : linter fixes * feat : revamp code * feat : test fix * refactor : resolved comments #1 * refactor : removed redundant code * fix : lint * refactor : updated code as per comments (0xevolve) * markdown lint fix * feat : resolved comment
heemankv
added a commit
that referenced
this pull request
Aug 23, 2024
heemankv
added a commit
that referenced
this pull request
Aug 27, 2024
heemankv
added a commit
that referenced
this pull request
Sep 5, 2024
heemankv
added a commit
that referenced
this pull request
Sep 5, 2024
* update: drilled config * update: TestConfigBuilder with configurations * chore: lint fixes * chore: lint fixes #2 * update: Non-Arc Impl for TestConfigBuilder * update: New TestConfigBuilder accomodating changed on TestCases * update: uncomment fft tests * update: better alert impl * update: PR review changes #1 * ignore: empty comment to trigger CI * update: TestConfigBuilder object name changes * update: optimised init_<service> functions * update: removed new_from_env() from AWSSNS * ignore: empty comment to trigger CI
heemankv
added a commit
that referenced
this pull request
Sep 11, 2024
* update: drilled config * update: TestConfigBuilder with configurations * chore: lint fixes * chore: lint fixes #2 * update: Non-Arc Impl for TestConfigBuilder * update: New TestConfigBuilder accomodating changed on TestCases * update: uncomment fft tests * update: PR review changes #1 * update: optimised init_<service> functions * Improvement/better alert (#114) * update: better alert impl * ignore: empty comment to trigger CI * update: TestConfigBuilder object name changes * update: removed new_from_env() from AWSSNS * ignore: empty comment to trigger CI * update: starknet dummy provider optimisiation * update: starknet dummy provider + Conversion optimisiation * update: added default for ConfigType * update: mod implement_client added * update: adaptation to provider-config * fix : e2e test * update: fix integration tests * fix: PR reviews fixed * update: reworking Provider config to be an ARC --------- Co-authored-by: Arun Jangra <[email protected]>
heemankv
added a commit
that referenced
this pull request
Sep 17, 2024
k4kratik
pushed a commit
that referenced
this pull request
Sep 18, 2024
* update: drilled config * update: TestConfigBuilder with configurations * chore: lint fixes * chore: lint fixes #2 * update: Non-Arc Impl for TestConfigBuilder * update: New TestConfigBuilder accomodating changed on TestCases * update: uncomment fft tests * update: PR review changes #1 * update: optimised init_<service> functions * Improvement/better alert (#114) * update: better alert impl * ignore: empty comment to trigger CI * update: TestConfigBuilder object name changes * update: removed new_from_env() from AWSSNS * ignore: empty comment to trigger CI * update: starknet dummy provider optimisiation * update: starknet dummy provider + Conversion optimisiation * update: added default for ConfigType * update: mod implement_client added * update: adaptation to provider-config * fix : e2e test * update: fix integration tests * fix: PR reviews fixed * update: reworking Provider config to be an ARC --------- Co-authored-by: Arun Jangra <[email protected]>
ocdbytes
pushed a commit
that referenced
this pull request
Oct 16, 2024
ocdbytes
added a commit
that referenced
this pull request
Oct 16, 2024
* feat : added snos worker implementation and unit tests * feat : added review #1 changes : added error handling for snos workers * feat : added review #1 changes : added error handling for snos workers * fix : lint * fix : lint errors --------- Co-authored-by: Arun Jangra <[email protected]>
ocdbytes
added a commit
that referenced
this pull request
Oct 16, 2024
* feat : added snos worker implementation and unit tests * feat : added review #1 changes : added error handling for snos workers * feat : added review #1 changes : added error handling for snos workers * fix : lint * fix : lint errors * feat : added proving worker * feat : added proving worker * fix : refactor : uncomment temp changes * fix : ci fixes * fix : lint * fix : lint * feat : added complete implementation of proving job * fix : tests fix proving worker * fix : lint * feat : db generic fucntion * feat : refactoring --------- Co-authored-by: Arun Jangra <[email protected]>
ocdbytes
pushed a commit
that referenced
this pull request
Oct 16, 2024
* update: DA job draft #1 * docs: changelog updated * update: is_worker_enabled impl & usage in da_submission, removal of String from VerificationFailed * update: renamed to * update: run worker only if it's enabled using is_worker_enabled check * build: linter fixes * Update CHANGELOG.md Co-authored-by: Apoorv Sadana <[email protected]> * update: limit_to_one on get_jobs_by_status * update: removed get_last_successful_job_by_type, added get_latest_job_by_type_and_status * update: added error to job metadata * update: pr resolution, simplifying get_jobs_by_status, rejected status in verify_jobs * update: linting fixes * Update crates/orchestrator/src/jobs/mod.rs Co-authored-by: Apoorv Sadana <[email protected]> * update: removing .expect from mongodb mod file * update: fixed testcase for snos worker * chore: correct variable name * update: added support to check againt multiple status - is_worker_enabled, get_jobs_by_statuses * docs: rewrote 1 job per block assumption * docs: DataSubmissionWorker -> DataAvailabilitySynchronizer * chore: liniting fix * update: changed name : DataAvailabilitySynchronizer -> DataSubmissionWorker --------- Co-authored-by: Apoorv Sadana <[email protected]>
ocdbytes
pushed a commit
that referenced
this pull request
Oct 16, 2024
* update: DA job tests draft #1 * update: da_job: reformatting unit tests + added integration tests * update: shifted unit tests from src/jobs/da_job to src/test/jobs/da_job * update: draft #1 all da-tests running * update: removing usage of serial * docs: documented test functions * Update crates/orchestrator/src/tests/jobs/da_job/mod.rs Co-authored-by: Apoorv Sadana <[email protected]> * Update crates/orchestrator/src/tests/jobs/da_job/mod.rs Co-authored-by: Apoorv Sadana <[email protected]> * update: PR reviews * update: PR reviews #2 * update: added more testcases for test_da_job_process_job_success * Update crates/orchestrator/src/tests/jobs/da_job/mod.rs Co-authored-by: Apoorv Sadana <[email protected]> * update: removed Result from test cases * update: introducing assert_matches! in Da job tests * update: moving unit tests back in da_job file * update: removed pub from da_word --------- Co-authored-by: Apoorv Sadana <[email protected]>
ocdbytes
added a commit
that referenced
this pull request
Oct 16, 2024
* feat : added test boilerplate * feat : updated sharp prover client and added certificate feature * feat : updated sharp prover client and added certificate feature * feat : added certificates for testing * feat : added tests for proving client and fixed fact calculation logic * fix : linter fixes * feat : revamp code * feat : test fix * refactor : resolved comments #1 * refactor : removed redundant code * fix : lint * refactor : updated code as per comments (0xevolve) * markdown lint fix * feat : resolved comment
ocdbytes
pushed a commit
that referenced
this pull request
Oct 16, 2024
* update: drilled config * update: TestConfigBuilder with configurations * chore: lint fixes * chore: lint fixes #2 * update: Non-Arc Impl for TestConfigBuilder * update: New TestConfigBuilder accomodating changed on TestCases * update: uncomment fft tests * update: better alert impl * update: PR review changes #1 * ignore: empty comment to trigger CI * update: TestConfigBuilder object name changes * update: optimised init_<service> functions * update: removed new_from_env() from AWSSNS * ignore: empty comment to trigger CI
ocdbytes
added a commit
that referenced
this pull request
Oct 16, 2024
* update: drilled config * update: TestConfigBuilder with configurations * chore: lint fixes * chore: lint fixes #2 * update: Non-Arc Impl for TestConfigBuilder * update: New TestConfigBuilder accomodating changed on TestCases * update: uncomment fft tests * update: PR review changes #1 * update: optimised init_<service> functions * Improvement/better alert (#114) * update: better alert impl * ignore: empty comment to trigger CI * update: TestConfigBuilder object name changes * update: removed new_from_env() from AWSSNS * ignore: empty comment to trigger CI * update: starknet dummy provider optimisiation * update: starknet dummy provider + Conversion optimisiation * update: added default for ConfigType * update: mod implement_client added * update: adaptation to provider-config * fix : e2e test * update: fix integration tests * fix: PR reviews fixed * update: reworking Provider config to be an ARC --------- Co-authored-by: Arun Jangra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The orchestrator service is meant to handle any arbitrary type of job. Types of job include
You can add a new type of job to be handled and implement the
JobTrait
and the service should automatically handle