-
Notifications
You must be signed in to change notification settings - Fork 5k
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.3.0 #3706
Release/1.3.0 #3706
Conversation
Replicating the steps mentioned in previous release for As part of the RC process, am doing some test installations in other projects and running their tests to see if everything.
(This list will be actively edited)
UPDATE Previously For 168 passing (14s)
1 failing
1) Contract: expectEvent (web3 contracts)
"before each" hook for "accepts emitted events":
Error: Returned error: Exceeds block gas limit
at Object.ErrorResponse (node_modules/web3-core-helpers/src/errors.js:29:16)
at /home/anon/tmp/openzeppelin-test-helpers/node_modules/web3-core-requestmanager/src/index.js:140:36
at /home/anon/tmp/openzeppelin-test-helpers/node_modules/truffle/build/webpack:/packages/truffle-provider/wrapper.js:112:1
at XMLHttpRequest.request.onreadystatechange (node_modules/truffle/build/webpack:/~/web3/~/web3-providers-http/src/index.js:96:1)
at XMLHttpRequestEventTarget.dispatchEvent (node_modules/truffle/build/webpack:/~/xhr2-cookies/dist/xml-http-request-event-target.js:34:1)
at XMLHttpRequest._setReadyState (node_modules/truffle/build/webpack:/~/xhr2-cookies/dist/xml-http-request.js:208:1)
at XMLHttpRequest._onHttpResponseEnd (node_modules/truffle/build/webpack:/~/xhr2-cookies/dist/xml-http-request.js:318:1)
at IncomingMessage.<anonymous> (node_modules/truffle/build/webpack:/~/xhr2-cookies/dist/xml-http-request.js:289:47)
at endReadableNT (_stream_readable.js:1187:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21) |
I tested the new |
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. Thank you!!
a88944f
Description
This minor release contains an assortment of improvements, and is the first release by @ChainSafeSystems
Changelog
Added
Changed
npm run build
now uses TSC to compile (.js allowed) and the build folder is now located underlib
(Add typescript support #3652)web3-providers-ipc
oboe
version to 2.1.5 (Bump web3-providers-ipc oboe version to 2.1.5 #3661)Fixed
eth_subscription
provider events (Fix parsing of non-eth_subscription
provider events #3660)clearSubscriptions
(clearSubscriptions return undefined #3689)Compare View
v1.2.11 -> v1.3.0
Type of change
Checklist:
npm run dtslint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:cov
and my test cases cover all the lines and branches of the added code.npm run build
and testeddist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder.