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

Custom timeout for requests #687

Merged
merged 11 commits into from
May 7, 2024
Merged

Custom timeout for requests #687

merged 11 commits into from
May 7, 2024

Commits on Feb 15, 2024

  1. setup uniform interfaces for all Client._request_impl overridden func…

    …tions
    
    TODO: set up integration tests to ensure that high latency commands (like ledger) do not timeout within the default 10 seconds
    ckeshava committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6a48b66 View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG

    ckeshava committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4e4277d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    101eaca View commit details
    Browse the repository at this point in the history
  4. revert the changes to CHANGELOG. _request_impl is an internal impleme…

    …ntation detail of the request method
    ckeshava committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e0b6bc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    70dfb80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9047651 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    8b34e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83cf06f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e7141f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    6cbc5ea View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    615a3fa View commit details
    Browse the repository at this point in the history