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-data-transfer with fixes #8403

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

hannahhoward
Copy link
Contributor

Resolves a few bugs that produce unneccesary logs and other possible issues

Would appreciate a backport to 1.15.1 if possible.

@hannahhoward hannahhoward requested a review from a team as a code owner March 30, 2022 00:55
go.mod Outdated
@@ -44,7 +44,7 @@ require (
github.com/filecoin-project/go-padreader v0.0.1
github.com/filecoin-project/go-paramfetch v0.0.4
github.com/filecoin-project/go-state-types v0.1.3
github.com/filecoin-project/go-statemachine v1.0.1
github.com/filecoin-project/go-statemachine v1.0.2-0.20220322104818-27f8fbb86dfd
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this be a tagged release?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure. sorry I didn't know go-statemachine ever started getting tagged. will do.

@hannahhoward hannahhoward force-pushed the deps/update-data-transfer-fix branch from 45ac638 to 30e80fb Compare March 30, 2022 01:08
@hannahhoward hannahhoward changed the base branch from master to release/v1.15.1 March 30, 2022 01:09
@hannahhoward hannahhoward force-pushed the deps/update-data-transfer-fix branch from 30e80fb to 7e86f71 Compare March 30, 2022 01:13
@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #8403 (7e86f71) into release/v1.15.1 (003df89) will increase coverage by 0.37%.
The diff coverage is n/a.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           release/v1.15.1    #8403      +/-   ##
===================================================
+ Coverage            40.00%   40.38%   +0.37%     
===================================================
  Files                  681      681              
  Lines                74301    74301              
===================================================
+ Hits                 29723    30005     +282     
+ Misses               39421    39050     -371     
- Partials              5157     5246      +89     
Impacted Files Coverage Δ
chain/events/message_cache.go 87.50% <0.00%> (-12.50%) ⬇️
chain/events/observer.go 71.64% <0.00%> (-8.21%) ⬇️
markets/retrievaladapter/client_blockstore.go 62.50% <0.00%> (-6.25%) ⬇️
extern/sector-storage/worker_tracked.go 79.46% <0.00%> (-5.36%) ⬇️
blockstore/buffered.go 34.44% <0.00%> (-2.23%) ⬇️
extern/sector-storage/sched.go 84.77% <0.00%> (-0.83%) ⬇️
chain/sync_manager.go 73.91% <0.00%> (-0.63%) ⬇️
storage/wdpost_run.go 69.91% <0.00%> (-0.61%) ⬇️
extern/sector-storage/sched_worker.go 77.90% <0.00%> (-0.59%) ⬇️
chain/store/store.go 64.83% <0.00%> (-0.50%) ⬇️
... and 36 more

@magik6k
Copy link
Contributor

magik6k commented Mar 30, 2022

Also needs a PR to master

@magik6k magik6k merged commit b244277 into release/v1.15.1 Mar 30, 2022
@magik6k magik6k deleted the deps/update-data-transfer-fix branch March 30, 2022 18:54
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