Skip to content

Commit

Permalink
Merge pull request #18 from SiaFoundation/pj/upgrade-renterd
Browse files Browse the repository at this point in the history
Upgrade `renterd`
  • Loading branch information
n8maninger authored Jan 22, 2025
2 parents 7456914 + 407dd20 commit 126f204
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
go.sia.tech/coreutils v0.10.1
go.sia.tech/hostd v1.1.3-0.20250117061650-943b1da7f33a
go.sia.tech/jape v0.12.1
go.sia.tech/renterd v1.1.2-0.20250121143232-6ac3edab4f21
go.sia.tech/renterd v1.1.2-0.20250122122913-5c7099d77dea
go.sia.tech/walletd v0.9.0-beta.1.0.20250116183850-24b3faed5183
go.uber.org/zap v1.27.0
lukechampine.com/frand v1.5.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ go.sia.tech/mux v1.3.0 h1:hgR34IEkqvfBKUJkAzGi31OADeW2y7D6Bmy/Jcbop9c=
go.sia.tech/mux v1.3.0/go.mod h1:I46++RD4beqA3cW9Xm9SwXbezwPqLvHhVs9HLpDtt58=
go.sia.tech/renterd v1.1.2-0.20250121143232-6ac3edab4f21 h1:X2yiI9YwZUZ3DjFHRxrI/YX2Qu+70vDufHG6+Y7gDRI=
go.sia.tech/renterd v1.1.2-0.20250121143232-6ac3edab4f21/go.mod h1:Kh/j9XEucpj9ZyBwheBuPD9fJVHsiKnxyvE0SItjC5M=
go.sia.tech/renterd v1.1.2-0.20250122122913-5c7099d77dea h1:BiMnUj71hkHSzCdJqD9DWnDiu4B2VuHHgiDqpdpK7M8=
go.sia.tech/renterd v1.1.2-0.20250122122913-5c7099d77dea/go.mod h1:Kh/j9XEucpj9ZyBwheBuPD9fJVHsiKnxyvE0SItjC5M=
go.sia.tech/walletd v0.9.0-beta.1.0.20250116183850-24b3faed5183 h1:8AF/Kv4hBmaUrnCFBLfdvXhvQYGP3TFxsgqMVV4zP8k=
go.sia.tech/walletd v0.9.0-beta.1.0.20250116183850-24b3faed5183/go.mod h1:UkgEBiPktkb6Zws8ghtRTa1WMxIInlvqC0f6EozDSFU=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
Expand Down
2 changes: 1 addition & 1 deletion nodes/renterd.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func newAutopilot(masterKey [32]byte, cfg config.Autopilot, bus *bus.Client, l *
}

c := contractor.New(bus, bus, bus, bus, bus, cfg.RevisionSubmissionBuffer, cfg.RevisionBroadcastInterval, cfg.AllowRedundantHostIPs, l)
p := pruner.New(a, bus, l)
p := pruner.New(bus, l)
w := walletmaintainer.New(a, bus, l)

return autopilot.New(ctx, cancel, bus, c, m, p, s, w, cfg.Heartbeat, l), nil
Expand Down

0 comments on commit 126f204

Please sign in to comment.