filecoin-project / eudico

lotus, but also other things
Other
19 stars 14 forks source link

remove outstanding cross-messages field in blockmsg #222

Closed adlrocha closed 2 years ago

adlrocha commented 2 years ago

Remove pending CrossMsg field from BlockMsg

codecov-commenter commented 2 years ago

Codecov Report

Merging #222 (27f9b2c) into eudico (5f1fba4) will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           eudico     #222      +/-   ##
==========================================
+ Coverage   22.70%   22.76%   +0.06%     
==========================================
  Files         609      609              
  Lines       66138    66133       -5     
==========================================
+ Hits        15014    15053      +39     
+ Misses      48446    48389      -57     
- Partials     2678     2691      +13     
Impacted Files Coverage Δ
chain/consensus/delegcns/mine.go 60.29% <ø> (-4.93%) :arrow_down:
chain/consensus/dummy/mine.go 62.50% <ø> (-0.58%) :arrow_down:
chain/consensus/mir/mine.go 70.00% <ø> (-0.43%) :arrow_down:
chain/consensus/tendermint/mine.go 0.00% <ø> (ø)
chain/consensus/tspow/mine.go 68.18% <ø> (+3.01%) :arrow_up:
chain/types/blockmsg.go 66.66% <ø> (ø)
chain/consensus/delegcns/delegated.go 37.39% <0.00%> (-9.76%) :arrow_down:
chain/events/tscache.go 29.56% <0.00%> (-1.74%) :arrow_down:
chain/messagepool/selection.go 51.73% <0.00%> (-1.35%) :arrow_down:
... and 9 more