-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
@@ -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{} |
There was a problem hiding this comment.
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.
4982bab
to
7bc6185
Compare
@@ -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) |
There was a problem hiding this comment.
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? 🤬
ebb5de4
to
5b5ea08
Compare
d890349
to
d114d8f
Compare
f6d3ad7
to
0f5f91c
Compare
a7cdb5a
to
4f060b8
Compare
c15bf98
to
1ebca7a
Compare
1ebca7a
to
58306a8
Compare
5a8247d
to
7e414ac
Compare
Goals
Update to the new version of go-data-transfer to unblock other deps updates
Status