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

switch repo fork for the websocket package #2976

Merged
merged 5 commits into from
Jul 31, 2019

Commits on Jul 29, 2019

  1. switch repo fork for the websocket package

    The `michaelsbradleyjr/Websocket-Node#polyfill/globalThis` branch uses a more
    robust approach to resolve a browser's `window` object. It also includes all
    the latest commits on the upstream's `master` branch, including Node v12.x
    compatibility and a workaround for the `.git/` subdir npm bug.
    
    The `"preinstall"` script in `packages/web3-providers-ws/package.json` is
    removed because it's not helpful and its use of `rm` causes Windows
    incompatibility. Closes web3#2971 and web3#2973.
    
    `packages/web3-providers-ws/src/index.js` is refactored since the `websocket`
    package already does native WebSocket detection.
    michaelsbradleyjr committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    ca9a01d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

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

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    dada6ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    652d913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78399a View commit details
    Browse the repository at this point in the history