Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Upgrade to websocket@^1.0.26 to fix broken tests #1685

Merged

Conversation

merklejerk
Copy link
Contributor

Description

The order-watcher package was sporadically failing tests for me on clean installs of the development branch. It turns out my version of yarn (1.13.0 [email protected]) kept pulling [email protected], which I discovered has a masking number calculation bug that is fixed in subsequent patches.

I was able to get a corrected version installed and tests passing by upgrading order-watcher's dependency from websocket@^1.0.25 to websocket@^1.0.26 AND removing the [email protected] entry in the root yarn.lock file (there are two others pointing to 1.0.26 already).

So far I've been the only one who could replicate this issue, probably because I'm on a rolling release distro.

I don't foresee this minor change having any noticeable impact on working copies.

Testing instructions

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • Prefix PR title with [WIP] if necessary.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

…et@^1.0.26.

Update order-watcher's websocket dependency from ^1.0.25 (broken on some node architectures) to ^1.0.26.
@abandeali1 abandeali1 merged commit 14b820f into 0xProject:development Mar 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants