-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(minor-monitoring)!: register active worker set with monitoring (#…
…352) * chore: add execute message to monitoring, update confirm_worker_set * feat: add query to monitoring, register_active_workerset_with_monitoring_success integration test * refactor: remove chain_name from active worker set for prover map * refactor: move two outdated prover unit tests to integration tests * chore migrate update_signing_threshold_should_change_future_threshold to integration tests * fix: remove unused imports * test: add two unit tests and support function to monitoring * refactor: add TestSetup struct to monitoring unit tests and cleanup * chore: address new_signing_threshold out of interval * chore: uncomment update_signing_threshold_should_change_future_threshold test * chore: handle majority threshold error * fix: add monitoring mock to prover * refactor: address PR comments * refactor: change PROVER_PER_CHAIN to keep one prover per chain * refactor: update contracts/monitoring/src/msg.rs Co-authored-by: CJ Cobb <[email protected]> * refactor: remove execution logic from monitoring mock, combine integration tests --------- Co-authored-by: CJ Cobb <[email protected]>
- Loading branch information
Showing
16 changed files
with
401 additions
and
176 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.