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

WP-1185 fix SDK using proxy #4169

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Commits on Dec 21, 2023

  1. fix(sdk-api): fix proxy-agent usage

    We removed the superagent-proxy earlier to use proxy-agent.
    The change missed some old usage.
    
    Change the proxy-agent version to 5.0. This is the version
    that was used under the hood. The new version requires setting
    proxy url in the environment variable. It does not quite fit how
    we use the proxy-agent currently.
    
    Ticket: WP-1185
    pengyuc-bitgo committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1f194e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e3e07 View commit details
    Browse the repository at this point in the history