- 
                Notifications
    
You must be signed in to change notification settings  - Fork 5.1k
 
Refactor some parts of contract and accounts packages #7197
Refactor some parts of contract and accounts packages #7197
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
 View detailed bundle breakdownAdded No assets were added Removed No assets were removed 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: 744c62e | Previous: 4f8e8cc | Ratio | 
|---|---|---|---|
processingTx | 
21652 ops/sec (±7.80%) | 
21886 ops/sec (±6.09%) | 
1.01 | 
processingContractDeploy | 
40609 ops/sec (±7.08%) | 
38750 ops/sec (±9.06%) | 
0.95 | 
processingContractMethodSend | 
17382 ops/sec (±6.72%) | 
15198 ops/sec (±8.03%) | 
0.87 | 
processingContractMethodCall | 
27709 ops/sec (±8.37%) | 
26542 ops/sec (±7.32%) | 
0.96 | 
abiEncode | 
45812 ops/sec (±7.01%) | 
40956 ops/sec (±7.46%) | 
0.89 | 
abiDecode | 
30675 ops/sec (±6.99%) | 
29461 ops/sec (±6.44%) | 
0.96 | 
sign | 
1585 ops/sec (±0.81%) | 
1499 ops/sec (±3.97%) | 
0.95 | 
verify | 
372 ops/sec (±0.57%) | 
355 ops/sec (±0.76%) | 
0.95 | 
This comment was automatically generated by workflow using github-action-benchmark.
…-and-eth-packages
          Codecov ReportAttention: Patch coverage is  
 Additional details and impacted files@@            Coverage Diff             @@
##              4.x    #7197      +/-   ##
==========================================
+ Coverage   94.45%   94.48%   +0.02%     
==========================================
  Files         215      216       +1     
  Lines        8391     8434      +43     
  Branches     2313     2317       +4     
==========================================
+ Hits         7926     7969      +43     
  Misses        465      465              
 Flags with carried forward coverage won't be shown. Click here to find out more.  | 
    
…-and-eth-packages
| 
           I've refactored plugin a little bit. now it is not necessary to register a new transaction type. so you can make changes in this PR too  | 
    
          
 Thanks @avkos ,  | 
    
…ackages' of https://github.com/web3/web3.js into 7196-refactor-some-parts-of-contract-accounts-and-eth-packages
Description
Fixes #7196
Type of change
Checklist:
npm run lintwith success and extended the tests and types if necessary.npm run test:unitwith success.npm run test:coverageand my test cases cover all the lines and branches of the added code.npm run buildand testeddist/web3.min.jsin a browser.CHANGELOG.mdfile in the root folder.