-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Release - 1.2.1 #3004
Release - 1.2.1 #3004
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @nivida, thanks for tackling this! Do you want to release this in the beta
/rc
/next
channel, so we can run it on OpenZeppelin/Buidler/Truffle/Embark to see how it goes?
Looks good, only additional things I would note: #2938 also includes the "Encryption of the V3Keystore fixed" as noted in the 2.0.0-alpha.1 release PR for #2950. Starting with #2938, for Node versions |
@gnidan was able to run the tests without a
I will add it to the changelog and will explain the behaviour in the release announcement. Thanks for providing these fixes @michaelsbradleyjr! Version 1.2.1 will get released tomorrow (CEST). |
I was able to run Truffle's CI against web3 git clone, but it's really inconvenient >___<. Would be much nicer if we could make a process for |
Description
This release contains mostly compatibility fixes for Windows and nodejs.
Fixed
websocket
dependency fixed (Can't install web3 version 1.2 on Windows 10 #2971, switch repo fork for the websocket package #2976)Added
requestOptions
added toWebsocketProvider
(requestOptions support added #2979)Compare View
v1.2.0 -> v1.2.1
Type of change
Checklist:
npm run test
in the root folder with success and extended the tests to cover all changes.npm run build
in the root folder and tested it in the browser and with node.