-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: clean up configurations (#3331)
* feat: Add `OPERATOR` tier Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: build error Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: remove duplicated fetch of remaining budget Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: improve readability Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: make sure that operator address is always up-to-date with the client Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: formatting Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: formatting Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: fix tests Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: do not ignore error when EVM address is not provided to `addExpense` Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: revert unnecessary change Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: revert unnecessary change Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: reduce code duplication in metricService.spec.ts Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: reduce code duplication in metricService.spec.ts Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: error in charts:install workflow Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: hbarLimiter.spec.ts Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: remove unnecessary rest in hbarLimiter.spec.ts Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * refactor: clean up configurations Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * refactor: clean up configurations Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * refactor: fix acceptance-workflow.yml Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: prepend 0x to operator address Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * test: extend assertions in hbarLimitService.spec.ts Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: acceptance tests Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: acceptance tests Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: build error after rebase from `main` Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: acceptance-workflow.yml Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * test: add tests for `Utils.getOperator` Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * test: extend tests in hbarLimitService.spec.ts with cases where `OPERATOR_ID_MAIN` is not set Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: utils.spec.ts Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: unit tests Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * fix: acceptance-public.yml Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> * chore: updated logging for HbarLimitService Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * chore: reverted mock for openrpc eth_sendRawTransaction test Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: fixed flaky test in batch1 Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> * fix: prevent echoing OPERATOR_KEY_MAIN to mitigate security risks Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> --------- Signed-off-by: Victor Yanev <victor.yanev@limechain.tech> Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> Co-authored-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
- Loading branch information
1 parent
0c6d059
commit a2bfebd
Showing
42 changed files
with
972 additions
and
853 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,3 @@ config: | |
rolling_restart: | ||
enabled: true | ||
schedule: "0 0 * * *" | ||
|
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.