OpenAtomFoundation / xupercore

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

net_event: fix the panic when stopping a para chain. #273

Closed aucusaga closed 2 years ago

aucusaga commented 2 years ago

Merge the two commits in release-v5.1:

  1. net_event: fix the panic when stopping a para chain. (#261)
  2. ChainManagerImpl: swap two lines of codes. (#272)
codecov-commenter commented 2 years ago

Codecov Report

Merging #273 (1e89559) into master (c35a4fe) will increase coverage by 0.01%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #273      +/-   ##
==========================================
+ Coverage   46.61%   46.63%   +0.01%     
==========================================
  Files         136      136              
  Lines       12108    12108              
==========================================
+ Hits         5644     5646       +2     
+ Misses       5297     5296       -1     
+ Partials     1167     1166       -1     
Impacted Files Coverage Δ
kernel/engines/xuperos/chainmgmt.go 7.84% <0.00%> (ø)
bcs/consensus/pow/pow.go 42.96% <100.00%> (ø)
bcs/consensus/tdpos/schedule.go 48.62% <0.00%> (+0.91%) :arrow_up:

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 c35a4fe...1e89559. Read the comment docs.