OpenAtomFoundation / xupercore

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

Fix mempool delete confirm tx (#247) #249

Closed godeamon closed 3 years ago

godeamon commented 3 years ago

cherry pick master bug fix about mempool delete confirm tx.

codecov-commenter commented 3 years ago

Codecov Report

Merging #249 (d406776) into release-v5.2 (f3461a4) will decrease coverage by 0.01%. The diff coverage is 30.76%.

Impacted file tree graph

@@               Coverage Diff                @@
##           release-v5.2     #249      +/-   ##
================================================
- Coverage         46.74%   46.73%   -0.02%     
================================================
  Files               136      136              
  Lines             12028    12037       +9     
================================================
+ Hits               5623     5626       +3     
- Misses             5248     5252       +4     
- Partials           1157     1159       +2     
Impacted Files Coverage Δ
bcs/ledger/xledger/state/state.go 47.35% <0.00%> (-0.32%) :arrow_down:
bcs/ledger/xledger/tx/mempool.go 31.35% <33.33%> (+0.15%) :arrow_up:
bcs/ledger/xledger/tx/tx.go 39.10% <50.00%> (-0.26%) :arrow_down:
bcs/consensus/xpoa/xpoa.go 54.83% <0.00%> (-1.08%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 48.30% <0.00%> (-0.97%) :arrow_down:
bcs/consensus/tdpos/schedule.go 47.70% <0.00%> (-0.92%) :arrow_down:
bcs/network/p2pv2/server.go 52.40% <0.00%> (+1.06%) :arrow_up:
bcs/network/p2pv1/conn.go 59.57% <0.00%> (+6.38%) :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 f3461a4...d406776. Read the comment docs.