Skip to content

refactor: refactor net api & add net cmds#5086

Merged
hunjixin merged 2 commits intomasterfrom
feat/refactor_net_api
Jul 18, 2022
Merged

refactor: refactor net api & add net cmds#5086
hunjixin merged 2 commits intomasterfrom
feat/refactor_net_api

Conversation

@simlecode
Copy link
Collaborator

Related Issues

resolve: #4931

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
  • 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

@simlecode simlecode force-pushed the feat/refactor_net_api branch from faeaa6e to 620199b Compare July 15, 2022 06:28
@simlecode simlecode force-pushed the feat/refactor_net_api branch from d939f4d to 79f722b Compare July 18, 2022 02:42
@simlecode simlecode requested a review from hunjixin July 18, 2022 03:12
@codecov-commenter
Copy link

Codecov Report

Merging #5086 (79f722b) into master (3eaaa30) will decrease coverage by 0%.
The diff coverage is 7%.

@@           Coverage Diff           @@
##           master   #5086    +/-   ##
=======================================
- Coverage      25%     25%    -1%     
=======================================
  Files         597     596     -1     
  Lines       65079   65500   +421     
=======================================
- Hits        16586   16584     -2     
- Misses      46331   46750   +419     
- Partials     2162    2166     +4     

Copy link
Contributor

@hunjixin hunjixin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hunjixin hunjixin merged commit 9ab6d74 into master Jul 18, 2022
@hunjixin hunjixin deleted the feat/refactor_net_api branch July 18, 2022 05:57
simlecode added a commit that referenced this pull request Jul 20, 2022
* feat: refactor net api & add net cmds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[Venus] 升级libp2p,增加相关命令

3 participants