OpenAtomFoundation / xupercore

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

Cherrypick bug fix #262

Closed godeamon closed 2 years ago

godeamon commented 2 years ago

cherry-pick bug fix.

codecov-commenter commented 2 years ago

Codecov Report

Merging #262 (7b4b5e9) into release-v5.2 (29edd13) will decrease coverage by 0.03%. The diff coverage is 17.02%.

Impacted file tree graph

@@               Coverage Diff                @@
##           release-v5.2     #262      +/-   ##
================================================
- Coverage         46.66%   46.62%   -0.04%     
================================================
  Files               136      136              
  Lines             12037    12068      +31     
================================================
+ Hits               5617     5627      +10     
- Misses             5261     5281      +20     
- Partials           1159     1160       +1     
Impacted Files Coverage Δ
bcs/ledger/xledger/tx/mempool.go 30.27% <0.00%> (-1.09%) :arrow_down:
kernel/network/config/config.go 74.19% <ø> (ø)
bcs/ledger/xledger/tx/node.go 39.82% <20.00%> (-1.09%) :arrow_down:
bcs/ledger/xledger/state/state.go 47.24% <25.00%> (-0.12%) :arrow_down:
bcs/network/p2pv1/client.go 46.21% <60.00%> (+0.11%) :arrow_up:
bcs/network/p2pv1/conn.go 55.10% <100.00%> (-4.48%) :arrow_down:
bcs/consensus/xpoa/common.go 80.95% <0.00%> (-4.77%) :arrow_down:
kernel/consensus/base/driver/chained-bft/smr.go 42.69% <0.00%> (+0.82%) :arrow_up:
bcs/consensus/xpoa/xpoa.go 55.91% <0.00%> (+1.07%) :arrow_up:
... and 2 more

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 29edd13...7b4b5e9. Read the comment docs.