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

fix: Allow the HBar Rate Limiter to be disabled. #3252

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Nov 12, 2024

  1. fix: Allow the HBar Rate Limiter to be disabled.

    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    088a959 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix: Added acceptance test.

    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0345bec View commit details
    Browse the repository at this point in the history
  2. fix: Improved test by adding condition that would normally

    trigger rate limiting, and added isEnabled() method.
    
    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    367dbd9 View commit details
    Browse the repository at this point in the history
  3. fix: Cleaned up and tightened test.

    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f07327c View commit details
    Browse the repository at this point in the history
  4. fix: Updated workflow for new tests.

    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2c2b91b View commit details
    Browse the repository at this point in the history
  5. fix: Updated comment.

    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5cd0962 View commit details
    Browse the repository at this point in the history
  6. fix: added the new hbarlimiter_batch_3 to the public_result in

    the workflow
    
    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    734ad20 View commit details
    Browse the repository at this point in the history
  7. fix: Test clean up.

    Signed-off-by: Eric Badiere <[email protected]>
    
    fix: clean up of experimental code.
    
    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1938973 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix: added isEanbled check to addExpense.

    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    110c63b View commit details
    Browse the repository at this point in the history
  2. fix: Check totalBudget instead of remainingBudget in

    constructor.
    
    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a4069af View commit details
    Browse the repository at this point in the history
  3. fix: clean up.

    Signed-off-by: Eric Badiere <[email protected]>
    ebadiere committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ce5b345 View commit details
    Browse the repository at this point in the history