filecoin-project / go-f3

Golang implementation of Fast Finality for Filecoin (F3)
Apache License 2.0
12 stars 7 forks source link

Use the given context on F3 broadcast message #706

Closed masih closed 1 month ago

masih commented 1 month ago

Respect the given context when broadcasting messages in F3 instead of using the internal running context.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.30%. Comparing base (9ec9a0e) to head (2dafa25). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/filecoin-project/go-f3/pull/706/graphs/tree.svg?width=650&height=150&src=pr&token=6uD131t7gs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)](https://app.codecov.io/gh/filecoin-project/go-f3/pull/706?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) ```diff @@ Coverage Diff @@ ## main #706 +/- ## ========================================== - Coverage 76.54% 76.30% -0.24% ========================================== Files 69 69 Lines 5584 5584 ========================================== - Hits 4274 4261 -13 - Misses 901 912 +11 - Partials 409 411 +2 ``` | [Files with missing lines](https://app.codecov.io/gh/filecoin-project/go-f3/pull/706?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) | Coverage Δ | | |---|---|---| | [f3.go](https://app.codecov.io/gh/filecoin-project/go-f3/pull/706?src=pr&el=tree&filepath=f3.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-ZjMuZ28=) | `67.88% <100.00%> (ø)` | | | [host.go](https://app.codecov.io/gh/filecoin-project/go-f3/pull/706?src=pr&el=tree&filepath=host.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-aG9zdC5nbw==) | `66.60% <100.00%> (-3.50%)` | :arrow_down: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/filecoin-project/go-f3/pull/706/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)