-
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
Add interactive code editor for tutorials #7036
Add interactive code editor for tutorials #7036
Conversation
Bundle StatsHey 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
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
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.
Benchmark
Benchmark suite | Current: ec04d56 | Previous: f216540 | Ratio |
---|---|---|---|
processingTx |
9142 ops/sec (±4.35% ) |
8831 ops/sec (±4.37% ) |
0.97 |
processingContractDeploy |
40148 ops/sec (±7.14% ) |
38915 ops/sec (±7.67% ) |
0.97 |
processingContractMethodSend |
19505 ops/sec (±4.25% ) |
18648 ops/sec (±7.13% ) |
0.96 |
processingContractMethodCall |
38099 ops/sec (±6.24% ) |
37036 ops/sec (±6.22% ) |
0.97 |
abiEncode |
43117 ops/sec (±7.21% ) |
42619 ops/sec (±6.84% ) |
0.99 |
abiDecode |
29829 ops/sec (±8.10% ) |
29814 ops/sec (±6.52% ) |
1.00 |
sign |
1505 ops/sec (±3.91% ) |
1551 ops/sec (±1.05% ) |
1.03 |
verify |
371 ops/sec (±1.01% ) |
366 ops/sec (±0.52% ) |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7036 +/- ##
=======================================
Coverage 91.97% 91.97%
=======================================
Files 215 215
Lines 8287 8287
Branches 2277 2277
=======================================
Hits 7622 7622
Misses 665 665
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I am not sure what is the issue, but I could not try this feature. It only shows a black area when opening: https://6c780446.web3-js-docs.pages.dev/guides/getting_started/metamask/ What do you suggest? |
@Muhammad-Altabba are you using firefox? it doesnt seem to work on firefox but using chrome works fine |
Description
Please include a summary of the changes and be sure to follow our Contribution Guidelines.
Fixes #6948
metamask - https://6c780446.web3-js-docs.pages.dev/guides/getting_started/metamask
plugin - https://6c780446.web3-js-docs.pages.dev/guides/web3_plugin_guide/
eth - https://6c780446.web3-js-docs.pages.dev/guides/web3_eth/eth
ens - https://6c780446.web3-js-docs.pages.dev/guides/ens/
utils - https://6c780446.web3-js-docs.pages.dev/guides/web3_utils_module/mastering_web3-utils
subscription - https://6c780446.web3-js-docs.pages.dev/guides/events_subscriptions/
Type of change
Checklist:
npm run lint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:coverage
and my test cases cover all the lines and branches of the added code.npm run build
and testeddist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder.