web3.js icon indicating copy to clipboard operation
web3.js copied to clipboard

Ankr provider

Open jdevcs opened this issue 1 year ago β€’ 2 comments

Description

#6974 https://github.com/web3/web3.js/issues/7263

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 lint with success and extended the tests and types if necessary.
  • [ ] I ran npm run test:unit with success.
  • [ ] I ran npm run test:coverage and my test cases cover all the lines and branches of the added code.
  • [ ] I ran npm run build and tested 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.
  • [ ] I have linked Issue(s) with this PR in "Linked Issues" menu.

jdevcs avatar Sep 17 '24 13:09 jdevcs

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

Files count Total bundle size % Changed
10 639.62 kB β†’ 640.54 kB (+936 B) +0.14%
Changeset
File Ξ” Size
../web3-rpc-providers/lib/commonjs/web3_provider_ankr.js πŸ†• +2.33 kB 0 B β†’ 2.33 kB
../web3-rpc-providers/lib/commonjs/index.js πŸ“ˆ +59 B (+3.18%) 1.81 kB β†’ 1.87 kB
../web3-rpc-providers/lib/commonjs/web3_provider_quicknode.js πŸ“‰ -1 B (-0.02%) 5.41 kB β†’ 5.41 kB
../web3-rpc-providers/lib/commonjs/types.js πŸ“‰ -2 B (-0.11%) 1.75 kB β†’ 1.75 kB
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
web3.min.js 620.22 kB β†’ 621.13 kB (+936 B) +0.15%

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
../lib/commonjs/index.d.ts 8.69 kB 0%
../lib/commonjs/accounts.d.ts 3.89 kB 0%
../lib/commonjs/types.d.ts 2.67 kB 0%
../lib/commonjs/web3.d.ts 1.38 kB 0%
../lib/commonjs/web3_eip6963.d.ts 1.28 kB 0%
../lib/commonjs/abi.d.ts 999 B 0%
../lib/commonjs/eth.exports.d.ts 280 B 0%
../lib/commonjs/providers.exports.d.ts 183 B 0%
../lib/commonjs/version.d.ts 60 B 0%

github-actions[bot] avatar Sep 17 '24 13:09 github-actions[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.44%. Comparing base (b3cb1b7) to head (de19a1a). Report is 60 commits behind head on 4.x.

Additional details and impacted files
@@           Coverage Diff           @@
##              4.x    #7260   +/-   ##
=======================================
  Coverage   94.44%   94.44%           
=======================================
  Files         216      216           
  Lines        8454     8454           
  Branches     2335     2335           
=======================================
  Hits         7984     7984           
  Misses        470      470           
Flag Coverage Ξ”
UnitTests 94.44% <ΓΈ> (ΓΈ)

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

codecov[bot] avatar Sep 17 '24 13:09 codecov[bot]

This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Nov 30 '24 00:11 github-actions[bot]