venus
venus copied to clipboard
feat: add peer score for pubsub
Related Issues
Proposed Changes
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
- [ ] All commits have a clear commit message.
- [ ] The PR title is in the form of of
<PR type>: <#issue number> <area>: <change being made>
- example:
fix: #1234 mempool: Introduce a cache for valid signatures
-
PR type
: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs, misc, perf, refactor, revert, style, test -
area
: venus, venus-messager, venus-miner, venus-gateway, venus-auth, venus-market, venus-sealer, venus-wallet, venus-cluster, api, chain, state, vm, data transfer, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet
- example:
- [ ] This PR has tests for new functionality or change in behaviour
- [ ] If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in venus docs or Discussion Tutorials.
- [ ] CI is green
Codecov Report
Merging #5099 (c68c940) into master (693040c) will increase coverage by
0%
. The diff coverage is68%
.
:exclamation: Current head c68c940 differs from pull request most recent head 77a7d92. Consider uploading reports for the commit 77a7d92 to get more accurate results
@@ Coverage Diff @@
## master #5099 +/- ##
=======================================
Coverage 25% 25%
=======================================
Files 588 596 +8
Lines 65129 65812 +683
=======================================
+ Hits 16342 16800 +458
- Misses 46638 46838 +200
- Partials 2149 2174 +25