-
Notifications
You must be signed in to change notification settings - Fork 75
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
docs: Add class diagram for the database schema of the hbar limiter redesign #2884
docs: Add class diagram for the database schema of the hbar limiter redesign #2884
Conversation
…r limiter Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2884 +/- ##
=======================================
Coverage 82.70% 82.70%
=======================================
Files 47 47
Lines 3457 3457
Branches 731 731
=======================================
Hits 2859 2859
Misses 371 371
Partials 227 227
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description:
This PR adds a class diagram to the documentation for the database schema of the Hbar Limiter redesign. The diagram provides a visual representation of the classes and their relationships, which are used to manage Hbar spending plans and records.
Changes:
docs/design/hbar-limiter.md
:Checklist