-
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
Update index.d.ts #5260
Update index.d.ts #5260
Conversation
Your Render PR Server URL is https://web3-js-pr-5260.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-cbaholnh8vld1f3p1ma0. |
this callback returns an array of event data Co-authored-by: Oleksii Kosynskyi <[email protected]> Co-authored-by: Nazar Hussain <[email protected]> Co-authored-by: Nikos Iliakis <[email protected]>
Pull Request Test Coverage Report for Build 2895682031
💛 - Coveralls |
Co-authored-by: Junaid <[email protected]>
CHANGELOG.md
Outdated
@@ -584,3 +584,13 @@ Released with 1.0.0-beta.37 code base. | |||
### Security | |||
- Updated `got` lib version and fixed other libs using npm audit fix (#5178) (#5254) | |||
|
|||
## [Unreleased] |
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.
As the previous version (1.7.5
) was not released yet, is it possible to add those changes to 1.7.5-rc.0
? Or would that violate the process?
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.
It was code freeze from our perspective, so we can't make any changes to it. The current workflow is to include the PR's in future release during the code freeze duration.
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. However, I have a small question and tiny suggestions.
Thanks,
Co-authored-by: Muhammad Altabba <[email protected]>
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.
👍
Description
Add the CHANGELOG for the long awaited community PR #4955
Type of change
Checklist:
npm run dtslint
with success and extended the tests and types if necessary.npm run test:cov
and my test cases cover all the lines and branches of the added code.npm run build
with success.dist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder.