OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

fix xvm dependency to v0.1.0 #344

Closed chenfengjin closed 2 years ago

chenfengjin commented 2 years ago

Description

What is the purpose of the change? Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Brief of your solution

Please describe your solution to solve the issue or feature request.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

codecov-commenter commented 2 years ago

Codecov Report

Merging #344 (84977ff) into master (cffcfcd) will decrease coverage by 0.11%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #344      +/-   ##
==========================================
- Coverage   45.63%   45.51%   -0.12%     
==========================================
  Files         139      139              
  Lines       12362    12371       +9     
==========================================
- Hits         5641     5631      -10     
- Misses       5567     5584      +17     
- Partials     1154     1156       +2     
Impacted Files Coverage Δ
bcs/ledger/xledger/state/xmodel/xmodel_verify.go 46.66% <50.00%> (+3.80%) :arrow_up:
bcs/network/p2pv1/conn.go 55.10% <0.00%> (-6.13%) :arrow_down:
bcs/consensus/xpoa/common.go 77.41% <0.00%> (-3.23%) :arrow_down:
bcs/contract/xvm/code_manager.go 63.63% <0.00%> (-2.73%) :arrow_down:
bcs/ledger/xledger/state/xmodel/xmodel.go 62.85% <0.00%> (-1.43%) :arrow_down:
bcs/consensus/xpoa/xpoa.go 52.28% <0.00%> (-1.02%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 925c44e...84977ff. Read the comment docs.