OpenAtomFoundation / xupercore

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

fix stopped parachain question #350 #360

Closed wangchao0222 closed 2 years ago

wangchao0222 commented 2 years ago

Description

修复issue#350问题,已停用平行链在节点启动后不会进行加载

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

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: wangchao0222
:x: wangchao86


wangchao86 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov-commenter commented 2 years ago

Codecov Report

Merging #360 (b22ffcb) into master (88732a4) will increase coverage by 0.18%. The diff coverage is 15.38%.

@@            Coverage Diff             @@
##           master     #360      +/-   ##
==========================================
+ Coverage   45.43%   45.62%   +0.18%     
==========================================
  Files         142      141       -1     
  Lines       12430    12405      -25     
==========================================
+ Hits         5648     5660      +12     
+ Misses       5626     5590      -36     
+ Partials     1156     1155       -1     
Impacted Files Coverage Δ
kernel/engines/xuperos/engine.go 40.14% <15.38%> (-4.78%) :arrow_down:
bcs/network/p2pv1/conn.go 55.10% <0.00%> (-6.13%) :arrow_down:
bcs/contract/xvm/code_manager.go 63.63% <0.00%> (-2.73%) :arrow_down:
bcs/ledger/xledger/state/state.go 45.64% <0.00%> (-1.62%) :arrow_down:
kernel/contract/sandbox/xmcache.go 46.61% <0.00%> (-1.45%) :arrow_down:
bcs/network/p2pv2/server.go 50.26% <0.00%> (-1.07%) :arrow_down:
bcs/contract/native/runtime_docker_darwin.go
bcs/consensus/tdpos/schedule.go 43.43% <0.00%> (+0.45%) :arrow_up:
bcs/consensus/xpoa/xpoa.go 52.28% <0.00%> (+1.01%) :arrow_up:
bcs/consensus/tdpos/tdpos.go 49.29% <0.00%> (+1.40%) :arrow_up:
... and 3 more