filecoin-project / go-f3

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

Implement command to list power table and certificates form a peer #735

Closed masih closed 2 weeks ago

masih commented 2 weeks ago

Implement command to get certificates from a specific peer using the cert exchange protocol and optionally list power table entries for the first certificate listed.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 75.01%. Comparing base (3af226d) to head (cf3380c). 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/735/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/735?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 #735 +/- ## ========================================== + Coverage 74.95% 75.01% +0.05% ========================================== Files 70 70 Lines 6939 6939 ========================================== + Hits 5201 5205 +4 + Misses 1324 1321 -3 + Partials 414 413 -1 ``` [see 3 files with indirect coverage changes](https://app.codecov.io/gh/filecoin-project/go-f3/pull/735/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)