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 live code editor to mastering smart contracts with contract sample #6893

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

SantiagoDevRel
Copy link
Member

Hi team, just added another live code editor in mastering smart contracts section with a contract sample, bytecode, abi, and scripts to deploy and interact with reading/writing functions of the smart contract, this contract is deployed on mumbai and will help devs to get an idea on the basics interaction with contracts.

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 618.52 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 599.51 kB 0%
../lib/commonjs/index.d.ts 8.63 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

Benchmark

Benchmark suite Current: 8231610 Previous: 6c075db Ratio
processingTx 9393 ops/sec (±3.70%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 42054 ops/sec (±8.14%) 39129 ops/sec (±7.62%) 0.93
processingContractMethodSend 20579 ops/sec (±4.31%) 19443 ops/sec (±5.19%) 0.94
processingContractMethodCall 39801 ops/sec (±7.70%) 38971 ops/sec (±6.34%) 0.98
abiEncode 44453 ops/sec (±6.71%) 44252 ops/sec (±6.92%) 1.00
abiDecode 31389 ops/sec (±6.83%) 30419 ops/sec (±8.89%) 0.97
sign 1657 ops/sec (±0.89%) 1656 ops/sec (±4.08%) 1.00
verify 368 ops/sec (±0.90%) 373 ops/sec (±0.78%) 1.01

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

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

Merging #6893 (8231610) into 4.x (383af39) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##              4.x    #6893   +/-   ##
=======================================
  Coverage   91.99%   91.99%           
=======================================
  Files         215      215           
  Lines        8172     8172           
  Branches     2202     2202           
=======================================
  Hits         7518     7518           
  Misses        654      654           
Flag Coverage Δ
UnitTests 91.99% <ø> (ø)

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

@jdevcs jdevcs merged commit 16a2c27 into 4.x Mar 14, 2024
54 checks passed
@jdevcs jdevcs deleted the add-stackblitz-smartcontract branch March 14, 2024 14:38
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.

3 participants