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: batch send deals #297

Merged
merged 15 commits into from
Jun 6, 2023
Merged

feat: batch send deals #297

merged 15 commits into from
Jun 6, 2023

Conversation

simlecode
Copy link
Collaborator

@simlecode simlecode commented Mar 16, 2023

关联的Issues (Related Issues)

filecoin-project/venus#5809
filecoin-project/venus#5947

改动 (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-commenter commented Jun 1, 2023

Codecov Report

Merging #297 (7c92fd3) into master (95878ac) will decrease coverage by 0.57%.
The diff coverage is 7.81%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   22.14%   21.57%   -0.57%     
==========================================
  Files         182      187       +5     
  Lines       21648    22623     +975     
==========================================
+ Hits         4793     4880      +87     
- Misses      16082    16964     +882     
- Partials      773      779       +6     
Flag Coverage Δ
unittests 21.57% <7.81%> (-0.57%) ⬇️

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

Impacted Files Coverage Δ
api/clients/mix_msgclient.go 0.00% <0.00%> (ø)
api/impl/venus_market.go 0.00% <0.00%> (ø)
cli/stats.go 0.00% <ø> (ø)
cli/storage-deals.go 4.19% <0.00%> (-0.62%) ⬇️
client/client.go 8.50% <0.00%> (-0.71%) ⬇️
client/dela_tracker.go 0.00% <0.00%> (ø)
client/modules.go 0.00% <ø> (ø)
client/stream.go 0.00% <0.00%> (ø)
cmd/market-client/storage.go 0.00% <0.00%> (ø)
cmd/market-client/util.go 0.00% <0.00%> (ø)
... and 10 more

client/client.go Outdated Show resolved Hide resolved
client/stat.go Outdated Show resolved Hide resolved
storageprovider/deal_handler.go Show resolved Hide resolved
@hunjixin hunjixin merged commit 44270ab into master Jun 6, 2023
@hunjixin hunjixin deleted the feat/batch-deals branch June 6, 2023 05:43
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.

3 participants