OpenAtomFoundation / xupercore

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

bugfix: fix proposal's state machine #200

Closed Tri-stone closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #200 (52b1473) into master (3ec1b92) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
+ Coverage   48.77%   48.81%   +0.03%     
==========================================
  Files         124      124              
  Lines       10765    10765              
==========================================
+ Hits         5251     5255       +4     
+ Misses       4416     4412       -4     
  Partials     1098     1098              
Impacted Files Coverage Δ
bcs/consensus/xpoa/xpoa.go 52.40% <0.00%> (-1.93%) :arrow_down:
bcs/network/p2pv2/server.go 53.84% <0.00%> (-1.19%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 39.66% <0.00%> (+0.84%) :arrow_up:
kernel/consensus/base/driver/chained-bft/smr.go 52.41% <0.00%> (+0.96%) :arrow_up:
bcs/contract/xvm/code_manager.go 66.36% <0.00%> (+2.72%) :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 3ec1b92...52b1473. Read the comment docs.