Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

added live code editor to mastering smart contracts with contract sample - #6893

Merged
jdevcs merged 1 commit into
4.xfrom
add-stackblitz-smartcontract
Mar 14, 2024
Merged

added live code editor to mastering smart contracts with contract sample#6893
jdevcs merged 1 commit into
4.xfrom
add-stackblitz-smartcontract

Conversation

@SantiagoDevRel

Copy link
Copy Markdown

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.

@github-actions

Copy link
Copy Markdown

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%

@github-actions

Copy link
Copy Markdown

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.

@codecov

codecov Bot commented Mar 13, 2024

Copy link
Copy Markdown

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
@jdevcs
jdevcs deleted the add-stackblitz-smartcontract branch March 14, 2024 14:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants