Skip to content
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

[HBAR Rate Limit Redesign] Replace usages of HbarLimit with the new HbarLimitService and delete it #2896

Open
Tracked by #2739
victor-yanev opened this issue Aug 28, 2024 · 0 comments · May be fixed by #3024
Open
Tracked by #2739
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@victor-yanev
Copy link
Contributor

victor-yanev commented Aug 28, 2024

Update the codebase to replace all instances and usages of the HbarLimit with the newly implemented HbarLimitService. The HbarLimitService provides improved functionality and better encapsulates the logic for handling rate limits on HBAR transactions.

Once all references to HbarLimit have been replaced, the old HbarLimit class or module should be safely deleted from the project to prevent redundancy and ensure that only the new service is utilized moving forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Blocked
Development

Successfully merging a pull request may close this issue.

3 participants