Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move venus-shared/builtin-actors to venus-shared/actors #5134

Merged
merged 2 commits into from
Jul 27, 2022

Conversation

simlecode
Copy link
Collaborator

Related Issues

resolve: #5048

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 chore/move_package branch from 9f571fd to 9b67333 Compare July 26, 2022 05:35
@codecov-commenter
Copy link

codecov-commenter commented Jul 26, 2022

Codecov Report

Merging #5134 (7a94677) into master (a2cfbcf) will decrease coverage by 0%.
The diff coverage is 53%.

@@          Coverage Diff           @@
##           master   #5134   +/-   ##
======================================
- Coverage      25%     25%   -1%     
======================================
  Files         596     595    -1     
  Lines       65485   65482    -3     
======================================
- Hits        16579   16527   -52     
- Misses      46737   46798   +61     
+ Partials     2169    2157   -12     

@simlecode simlecode requested a review from hunjixin July 27, 2022 05:38
@simlecode simlecode force-pushed the chore/move_package branch from 21080a2 to 7a94677 Compare July 27, 2022 09:01
@hunjixin hunjixin merged commit 977b92e into master Jul 27, 2022
@hunjixin hunjixin deleted the chore/move_package branch July 27, 2022 09:37
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]合并actors和builtinactors包
3 participants