OpenAtomFoundation / xupercore

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

Mempool #227

Closed godeamon closed 3 years ago

godeamon commented 3 years ago

Description

Add new mempool structural.

codecov-commenter commented 3 years ago

Codecov Report

Merging #227 (abce6cb) into master (9bdaaa2) will decrease coverage by 1.03%. The diff coverage is 34.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #227      +/-   ##
==========================================
- Coverage   48.23%   47.19%   -1.04%     
==========================================
  Files         134      136       +2     
  Lines       11513    12005     +492     
==========================================
+ Hits         5553     5666     +113     
- Misses       4819     5158     +339     
- Partials     1141     1181      +40     
Impacted Files Coverage Δ
bcs/ledger/xledger/tx/mempool.go 32.15% <32.15%> (ø)
bcs/ledger/xledger/tx/tx.go 39.35% <33.33%> (-1.91%) :arrow_down:
bcs/ledger/xledger/tx/node.go 42.72% <42.72%> (ø)
bcs/ledger/xledger/state/state.go 47.71% <43.47%> (+1.27%) :arrow_up:
kernel/consensus/base/driver/chained-bft/smr.go 42.69% <0.00%> (-6.84%) :arrow_down:
bcs/network/p2pv1/conn.go 53.19% <0.00%> (-6.39%) :arrow_down:
bcs/contract/native/runtime.go 63.73% <0.00%> (-5.50%) :arrow_down:
...el/consensus/base/driver/chained-bft/saftyrules.go 41.81% <0.00%> (-3.64%) :arrow_down:
bcs/consensus/tdpos/common.go 64.06% <0.00%> (-3.13%) :arrow_down:
bcs/consensus/xpoa/xpoa.go 55.91% <0.00%> (-0.92%) :arrow_down:
... and 7 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 9bdaaa2...abce6cb. Read the comment docs.