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

Release 4.0.4 RC #6331

Closed
wants to merge 5 commits into from
Closed

Release 4.0.4 RC #6331

wants to merge 5 commits into from

Conversation

jdevcs
Copy link
Contributor

@jdevcs jdevcs commented Aug 3, 2023

Added

web3

  • Added minimum support of web3.extend function

web3-core

  • Added minimum support of web3.extend function

web3-errors

web3-eth

web3-eth-abi

web3-rpc-methods

web3-types

web3-validator

Fixed

web3-core

web3-errors

web3-eth

web3-providers-ws

Changed

web3-core

web3-eth

  • MissingGasError error message changed for clarity (maxFeePerGas requirement in 4.x #6215)
  • input and data are no longer auto populated for transaction objects if they are not present. Instead, whichever property is provided by the user is formatted and sent to the RPC provider. Transaction objects returned from RPC responses are still formatted to contain both input and data properties (Transaction input and data refactors #6294)

web3-eth-accounts

  • Dependencies updated

web3-eth-contract

  • Dependencies updated

web3-eth-ens

  • Dependencies updated

web3-eth-iban

  • Dependencies updated

web3-eth-personal

  • Dependencies updated

web3-net

  • Dependencies updated

web3-providers-http

  • Dependencies updated

web3-providers-ipc

  • Dependencies updated

web3-rpc-methods

  • Dependencies updated

web3-types

web3-utils

  • Dependencies updated

web3-validator

Removed

web3-eth

web3-validator

@jdevcs jdevcs added Release 4.x 4.0 related labels Aug 3, 2023
@jdevcs jdevcs self-assigned this Aug 3, 2023
@jdevcs jdevcs changed the title Release 4.0.4 RC.0 Release 4.0.4 RC Aug 3, 2023
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

Bundle Stats

Hey there, this message comes from a github action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Asset Old size New size Diff Diff %
Total 653 KB 653 KB 5 bytes 0.00%
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

No assets were smaller

Unchanged

Asset Old size New size Diff Diff %
web3.min.js 635 KB 635 KB 5 bytes 0.00%
../lib/commonjs/index.d.ts 8.56 KB 8.56 KB 0 0.00%
../lib/commonjs/accounts.d.ts 3.67 KB 3.67 KB 0 0.00%
../lib/commonjs/types.d.ts 2.45 KB 2.45 KB 0 0.00%
../lib/commonjs/web3.d.ts 1.14 KB 1.14 KB 0 0.00%
../lib/commonjs/abi.d.ts 1000 bytes 1000 bytes 0 0.00%
../lib/commonjs/eth.exports.d.ts 280 bytes 280 bytes 0 0.00%
../lib/commonjs/providers.exports.d.ts 148 bytes 148 bytes 0 0.00%
../lib/commonjs/version.d.ts 60 bytes 60 bytes 0 0.00%

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Merging #6331 (d4f067d) into 4.x (51d087e) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##              4.x    #6331   +/-   ##
=======================================
  Coverage   88.88%   88.88%           
=======================================
  Files         199      199           
  Lines        7717     7717           
  Branches     2124     2124           
=======================================
  Hits         6859     6859           
  Misses        858      858           
Flag Coverage Δ
UnitTests 88.88% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
web3 ∅ <ø> (∅)
web3-core ∅ <ø> (∅)
web3-errors ∅ <ø> (∅)
web3-eth ∅ <ø> (∅)
web3-eth-abi ∅ <ø> (∅)
web3-eth-accounts ∅ <ø> (∅)
web3-eth-contract ∅ <ø> (∅)
web3-eth-ens ∅ <ø> (∅)
web3-eth-iban ∅ <ø> (∅)
web3-eth-personal ∅ <ø> (∅)
web3-net ∅ <ø> (∅)
web3-providers-http ∅ <ø> (∅)
web3-providers-ipc ∅ <ø> (∅)
web3-providers-ws ∅ <ø> (∅)
web3-rpc-methods ∅ <ø> (∅)
web3-utils ∅ <ø> (∅)
web3-validator ∅ <ø> (∅)

@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d4f067d
Status: ✅  Deploy successful!
Preview URL: https://1358a834.web3-js-docs.pages.dev
Branch Preview URL: https://release-4-0-4.web3-js-docs.pages.dev

View logs

Copy link
Contributor

@mpetrunic mpetrunic left a comment

Choose a reason for hiding this comment

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

Let's stick to semver, this is obviously minor version as we are adding new features

@jdevcs
Copy link
Contributor Author

jdevcs commented Aug 9, 2023

Let's stick to semver, this is obviously minor version as we are adding new features

I created a new branch ( and new PR ) instead of renaming current branch to 4.1.0 and bumped some packages minor.
next release has some packages patch bumps, some minor bumps and one major bump. #6342

@jdevcs jdevcs closed this Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x 4.0 related Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants