filecoin-project / go-f3

Golang implementation of Fast Finality in Filecoin (F3)
Apache License 2.0
8 stars 6 forks source link

Resolve bootstrap addresses before connecting in manifest server #639

Closed masih closed 3 weeks ago

masih commented 3 weeks ago

Resolve the bootstrap addresses, which may be dnsaddrs, before connecting to them in manifest server.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 79.70%. Comparing base (e057af8) to head (98a4101). 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/639/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/639?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 #639 +/- ## ========================================== - Coverage 80.14% 79.70% -0.45% ========================================== Files 52 52 Lines 4695 4695 ========================================== - Hits 3763 3742 -21 - Misses 586 599 +13 - Partials 346 354 +8 ``` [see 6 files with indirect coverage changes](https://app.codecov.io/gh/filecoin-project/go-f3/pull/639/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)