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

deps: Update to go-data-transfer v2 and libp2p #10382

Merged
merged 16 commits into from
Mar 15, 2023
Merged

Conversation

hannahhoward
Copy link
Contributor

Goals

Update to the new version of go-data-transfer to unblock other deps updates

Status

  • needs libp2p vet
  • stuck on update go-index-provider

@@ -52,37 +50,41 @@ func ResourceManager(connMgrHi uint) func(lc fx.Lifecycle, repo repo.LockedRepo)
// For every extra 1GB of memory we have available, increase our limit by 1GiB
defaultLimits.SystemLimitIncrease.Memory = 1 << 30
defaultLimitConfig := defaultLimits.AutoScale()
if defaultLimitConfig.System.Memory > 4<<30 {

changes := rcmgr.PartialLimitConfig{}
Copy link
Contributor

Choose a reason for hiding this comment

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

The diff in this file looks good to me for the rcmgr type changes. Sorry for the work, but hopefully it removes a foot gun.

@hannahhoward hannahhoward force-pushed the feat/go-data-transfer-v2 branch from 4982bab to 7bc6185 Compare March 7, 2023 19:58
@@ -24,7 +24,7 @@ func TestPrintGroupInfo(t *testing.T) {
})
chain, err := cg.FetchChainInfo(nil)
assert.NoError(t, err)
err = chain.ToJSON(os.Stdout)
err = chain.ToJSON(os.Stdout, nil)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why use semver and then make breaking changes in a minor release? 🤬

@marten-seemann marten-seemann force-pushed the feat/go-data-transfer-v2 branch from ebb5de4 to 5b5ea08 Compare March 8, 2023 04:51
@magik6k magik6k force-pushed the feat/go-data-transfer-v2 branch from d890349 to d114d8f Compare March 8, 2023 16:15
@marten-seemann marten-seemann changed the title Update to go-data-transfer v2, still wip Update to go-data-transfer v2 and libp2p, still wip Mar 8, 2023
@marten-seemann marten-seemann force-pushed the feat/go-data-transfer-v2 branch from f6d3ad7 to 0f5f91c Compare March 8, 2023 22:53
@marten-seemann marten-seemann force-pushed the feat/go-data-transfer-v2 branch from a7cdb5a to 4f060b8 Compare March 9, 2023 03:59
@marten-seemann marten-seemann force-pushed the feat/go-data-transfer-v2 branch 2 times, most recently from c15bf98 to 1ebca7a Compare March 15, 2023 05:15
@marten-seemann marten-seemann force-pushed the feat/go-data-transfer-v2 branch from 1ebca7a to 58306a8 Compare March 15, 2023 05:35
@magik6k magik6k marked this pull request as ready for review March 15, 2023 10:17
@magik6k magik6k requested a review from a team as a code owner March 15, 2023 10:17
@magik6k magik6k force-pushed the feat/go-data-transfer-v2 branch 2 times, most recently from 5a8247d to 7e414ac Compare March 15, 2023 11:12
@magik6k magik6k merged commit b8589e8 into master Mar 15, 2023
@magik6k magik6k deleted the feat/go-data-transfer-v2 branch March 15, 2023 11:45
@magik6k magik6k changed the title Update to go-data-transfer v2 and libp2p, still wip deps: Update to go-data-transfer v2 and libp2p Mar 15, 2023
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.

4 participants