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

Update go-graphsync v0.10.6 #7708

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Update go-graphsync v0.10.6 #7708

merged 1 commit into from
Nov 29, 2021

Conversation

hannahhoward
Copy link
Contributor

@hannahhoward hannahhoward commented Nov 29, 2021

v0.10.6 includes:

  • critical memory allocation fixes (will affect providers for retrieval deals & clients for storage deals)
  • memory allocation backpressure removal on Requestor side (may speed up transfers)

fix #7682

@hannahhoward hannahhoward requested a review from a team as a code owner November 29, 2021 21:29
@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #7708 (d4074e4) into master (f399422) will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7708      +/-   ##
==========================================
- Coverage   39.58%   39.52%   -0.07%     
==========================================
  Files         638      638              
  Lines       68054    68054              
==========================================
- Hits        26942    26899      -43     
- Misses      36483    36522      +39     
- Partials     4629     4633       +4     
Impacted Files Coverage Δ
cli/util.go 41.66% <0.00%> (-8.34%) ⬇️
chain/stmgr/call.go 67.87% <0.00%> (-7.28%) ⬇️
extern/sector-storage/manager_calltracker.go 57.70% <0.00%> (-4.85%) ⬇️
miner/warmup.go 76.19% <0.00%> (-4.77%) ⬇️
chain/stmgr/execute.go 86.95% <0.00%> (-4.35%) ⬇️
node/hello/hello.go 63.63% <0.00%> (-3.41%) ⬇️
blockstore/buffered.go 40.00% <0.00%> (-2.23%) ⬇️
miner/miner.go 55.29% <0.00%> (-1.33%) ⬇️
chain/gen/gen.go 68.61% <0.00%> (-1.24%) ⬇️
chain/vm/vm.go 61.89% <0.00%> (-1.12%) ⬇️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f399422...d4074e4. Read the comment docs.

@magik6k magik6k merged commit da9b0c6 into master Nov 29, 2021
@magik6k magik6k deleted the feat/update-graphsync-v0.10.6 branch November 29, 2021 22:51
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.

Integrate GS 0.10.6
2 participants