-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(boundary): rate-limit canister improvements (#3291)
Improvements to `rate-limit` canister: - combined numerous metrics variables into one single struct `CanisterMetrics` - added candid compatibility test, which compares interface `.did` against the actual interface in Rust - added canister logging, used e.g. to log errors when fetching API nodes from the registry canister - use safe `checked_add` to error in case of overflows - removed some unused deps --------- Co-authored-by: IDX GitLab Automation <idx@dfinity.org> Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
- Loading branch information
1 parent
575ca53
commit 74bc4ed
Showing
13 changed files
with
304 additions
and
177 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
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.