pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
61 stars 33 forks source link

Fix linter errors on p2p package #800

Closed adshmh closed 1 year ago

adshmh commented 1 year ago

Description

Summary generated by Reviewpad on 02 Jun 23 01:05 UTC

This pull request includes various changes, such as adding an import for the "fmt" package, updating the CHANGELOG.md file for version 0.0.0.54, removing import statements and a variable from the "router.go" file, and removing functions and imports related to a RainTree feature from the utils_test.go file as well as removing a function for waiting for network simulation to complete.

Issue

N/A

Type of change

Please mark the relevant option(s):

List of changes

Testing

Required Checklist

If Applicable Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.03 :tada:

Comparison is base (682912b) 30.26% compared to head (9828320) 30.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #800 +/- ## ========================================== + Coverage 30.26% 30.29% +0.03% ========================================== Files 104 104 Lines 8915 8915 ========================================== + Hits 2698 2701 +3 + Misses 5890 5888 -2 + Partials 327 326 -1 ``` | [Impacted Files](https://app.codecov.io/gh/pokt-network/pocket/pull/800?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pokt-network) | Coverage Δ | | |---|---|---| | [p2p/module.go](https://app.codecov.io/gh/pokt-network/pocket/pull/800?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pokt-network#diff-cDJwL21vZHVsZS5nbw==) | `52.29% <ø> (ø)` | | | [p2p/raintree/router.go](https://app.codecov.io/gh/pokt-network/pocket/pull/800?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pokt-network#diff-cDJwL3JhaW50cmVlL3JvdXRlci5nbw==) | `20.81% <ø> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/pokt-network/pocket/pull/800/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pokt-network)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Olshansk commented 1 year ago

@adshmh Can we close this out?

Olshansk commented 1 year ago

@adshmh Can we close this out?

Bump