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

Update index.d.ts #5260

Merged
merged 9 commits into from Sep 20, 2022
Merged

Update index.d.ts #5260

merged 9 commits into from Sep 20, 2022

Conversation

nazarhussain
Copy link
Contributor

@nazarhussain nazarhussain commented Jul 18, 2022

Description

Add the CHANGELOG for the long awaited community PR #4955

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran npm run dtslint with success and extended the tests and types if necessary.
  • I ran npm run test:cov and my test cases cover all the lines and branches of the added code.
  • I ran npm run build with success.
  • I have tested the built dist/web3.min.js in a browser.
  • I have tested my code on the live network.
  • I have checked the Deploy Preview and it looks correct.
  • I have updated the CHANGELOG.md file in the root folder.

@render
Copy link

render bot commented Jul 18, 2022

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 <oleksii.kosynskyi@gmail.com>
Co-authored-by: Nazar Hussain <nazarhussain@gmail.com>
Co-authored-by: Nikos Iliakis <nikoulai@users.noreply.github.com>
@nazarhussain nazarhussain self-assigned this Jul 18, 2022
@nazarhussain nazarhussain added the 1.x 1.0 related issues label Jul 18, 2022
@coveralls
Copy link

coveralls commented Jul 18, 2022

Pull Request Test Coverage Report for Build 2895682031

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 74.656%

Totals Coverage Status
Change from base Build 2891786605: 0.06%
Covered Lines: 3273
Relevant Lines: 4131

💛 - Coveralls

CHANGELOG.md Outdated Show resolved Hide resolved
@nazarhussain nazarhussain added the Future Release For future release. label Jul 18, 2022
@nazarhussain nazarhussain requested a review from jdevcs July 18, 2022 10:35
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>
@nazarhussain nazarhussain requested a review from jdevcs July 18, 2022 11:08
packages/web3-eth-contract/types/index.d.ts Outdated Show resolved Hide resolved
packages/web3-eth-contract/types/index.d.ts Outdated Show resolved Hide resolved
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]
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

@Muhammad-Altabba Muhammad-Altabba left a 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 <24407834+Muhammad-Altabba@users.noreply.github.com>
Copy link
Contributor

@Muhammad-Altabba Muhammad-Altabba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@avkos avkos merged commit a7b5dea into 1.x Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x 1.0 related issues Future Release For future release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants