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

Added plugin videos to guide #7004

Merged
merged 8 commits into from
Apr 25, 2024
Merged

Added plugin videos to guide #7004

merged 8 commits into from
Apr 25, 2024

Conversation

SantiagoDevRel
Copy link
Member

Closes #6866

Copy link

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 623.22 kB 0%

Changeset

No files were changed

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 File Size % Changed
web3.min.js 604.16 kB 0%
../lib/commonjs/index.d.ts 8.69 kB 0%
../lib/commonjs/accounts.d.ts 3.89 kB 0%
../lib/commonjs/types.d.ts 2.45 kB 0%
../lib/commonjs/web3.d.ts 1.35 kB 0%
../lib/commonjs/web3_eip6963.d.ts 1.2 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%

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: bd1cafe Previous: 6c075db Ratio
processingTx 9216 ops/sec (±3.45%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 38795 ops/sec (±7.00%) 39129 ops/sec (±7.62%) 1.01
processingContractMethodSend 19115 ops/sec (±7.70%) 19443 ops/sec (±5.19%) 1.02
processingContractMethodCall 37864 ops/sec (±6.26%) 38971 ops/sec (±6.34%) 1.03
abiEncode 43807 ops/sec (±6.55%) 44252 ops/sec (±6.92%) 1.01
abiDecode 29630 ops/sec (±8.33%) 30419 ops/sec (±8.89%) 1.03
sign 1594 ops/sec (±0.60%) 1656 ops/sec (±4.08%) 1.04
verify 366 ops/sec (±2.80%) 373 ops/sec (±0.78%) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.98%. Comparing base (ed2781f) to head (bd1cafe).

Additional details and impacted files
@@           Coverage Diff           @@
##              4.x    #7004   +/-   ##
=======================================
  Coverage   91.98%   91.98%           
=======================================
  Files         215      215           
  Lines        8284     8284           
  Branches     2273     2273           
=======================================
  Hits         7620     7620           
  Misses        664      664           
Flag Coverage Δ
UnitTests 91.98% <ø> (ø)

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 ∅ <ø> (∅)

Copy link
Contributor

@jdevcs jdevcs left a comment

Choose a reason for hiding this comment

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

@SantiagoDevRel
Copy link
Member Author

Its preview is not building due to broken links https://github.com/web3/web3.js/actions/runs/8832445053/job/24249848833?pr=7004#step:7:204

Right, I just fixed it here #7005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add videos to the Plugin section in the docs
3 participants