OpenAtomFoundation / xupercore

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

net_event: fix the panic when stop a parachain #268

Closed aucusaga closed 2 years ago

aucusaga commented 2 years ago

Description

Merge from v5.1.1.

codecov-commenter commented 2 years ago

Codecov Report

Merging #268 (97e06e5) into master (b11a93e) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
+ Coverage   46.62%   46.64%   +0.01%     
==========================================
  Files         136      136              
  Lines       12087    12087              
==========================================
+ Hits         5636     5638       +2     
+ Misses       5288     5285       -3     
- Partials     1163     1164       +1     
Impacted Files Coverage Δ
bcs/consensus/pow/pow.go 42.96% <100.00%> (ø)
bcs/network/p2pv2/server.go 51.33% <0.00%> (-1.07%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 48.30% <0.00%> (+0.96%) :arrow_up:
bcs/consensus/tdpos/common.go 67.18% <0.00%> (+3.12%) :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 b11a93e...97e06e5. Read the comment docs.