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

feat: dagstore: Add DestroyShard() in dagstore wrapper #205

Merged
merged 2 commits into from
Oct 9, 2022

Conversation

simlecode
Copy link
Collaborator

@simlecode simlecode commented Oct 9, 2022

关联的Issues (Related Issues)

close filecoin-project/venus#5311
lotus pr:filecoin-project/lotus#9010 filecoin-project/lotus#8896

改动 (Proposed Changes)

附注 (Additional Info)

自查清单 (Checklist)

在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review, please make sure that:

  • 符合Venus项目管理规范中关于PR的相关标准 / The PR follows the PR standards set out in the Venus project management guidelines
  • 具有清晰明确的commit message / All commits have a clear commit message.
  • 包含相关的的测试用例或者不需要新增测试用例 / This PR has tests for new functionality or change in behaviour or not need to add new tests.
  • 包含相关的的指南以及文档或者不需要新增文档 / This PR has updated usage guidelines and documentation or not need
  • 通过必要的检查项 / All checks are green

@codecov-commenter
Copy link

Codecov Report

Merging #205 (69337d8) into master (4d6cb2a) will decrease coverage by 0.04%.
The diff coverage is 21.42%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #205      +/-   ##
==========================================
- Coverage   24.64%   24.59%   -0.05%     
==========================================
  Files         177      177              
  Lines       18815    18854      +39     
==========================================
+ Hits         4637     4638       +1     
- Misses      13614    13649      +35     
- Partials      564      567       +3     
Flag Coverage Δ
unittests 24.59% <21.42%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cli/stats.go 0.00% <0.00%> (ø)
cmd/market-client/storage.go 0.00% <0.00%> (ø)
cmd/venus-market/main.go 0.00% <0.00%> (ø)
dagstore/wrapper.go 44.07% <75.00%> (+1.17%) ⬆️
paychmgr/simple.go 78.45% <0.00%> (-2.05%) ⬇️
models/badger/retrieval_deal.go 62.33% <0.00%> (+1.29%) ⬆️

@hunjixin hunjixin merged commit ef8344e into master Oct 9, 2022
@hunjixin hunjixin deleted the feat/dagstore-destroyshard branch October 9, 2022 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NV17]网络升级准备
3 participants