Skip to content

Commit

Permalink
deps: upgrade renterd
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan authored and alexfreska committed Dec 19, 2024
1 parent 7cfd2a9 commit a8c644f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ toolchain go1.23.2

require (
go.sia.tech/core v0.9.0
go.sia.tech/coreutils v0.8.1-0.20241218181949-43f6ab81acde
go.sia.tech/coreutils v0.8.1-0.20241219074811-738f2d24b7aa
go.sia.tech/hostd v1.1.3-0.20241218083322-ae9c8a971fe0
go.sia.tech/jape v0.12.1
go.sia.tech/renterd v1.1.1-0.20241218130411-9780497f1861
go.sia.tech/renterd v1.1.2-0.20241219133535-793a15f41c36
go.sia.tech/walletd v0.8.1-0.20241217084958-e4f5880d4d06
go.uber.org/zap v1.27.0
lukechampine.com/frand v1.5.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0=
go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I=
go.sia.tech/core v0.9.0 h1:qV7V8nkNaPvBEhkbwgrETTkb7JCMcAnKUQt9nUumP4k=
go.sia.tech/core v0.9.0/go.mod h1:3NAvYHuzAZg9vP6pyIMOxjTkgHBQ3vx9cXTqRF6oEa4=
go.sia.tech/coreutils v0.8.1-0.20241218181949-43f6ab81acde h1:UlRDNQLTj+xE3aOeIAH9fqdM7bWT7I1zUE+5gXNoSRM=
go.sia.tech/coreutils v0.8.1-0.20241218181949-43f6ab81acde/go.mod h1:xhIbFjjkzmCF8Dt73ZvquaBQCT2Dje7AKYBRAesn93w=
go.sia.tech/coreutils v0.8.1-0.20241219074811-738f2d24b7aa h1:YGyvxTwneBe64JXQv2iWb54aJIWPFtoz3i0HUE2/7xs=
go.sia.tech/coreutils v0.8.1-0.20241219074811-738f2d24b7aa/go.mod h1:xmOx4l1CtArSguaANf0h9J9Mjw+8w7MBp/95Yz0pwq8=
go.sia.tech/gofakes3 v0.0.5 h1:vFhVBUFbKE9ZplvLE2w4TQxFMQyF8qvgxV4TaTph+Vw=
go.sia.tech/gofakes3 v0.0.5/go.mod h1:LXEzwGw+OHysWLmagleCttX93cJZlT9rBu/icOZjQ54=
go.sia.tech/hostd v1.1.3-0.20241218083322-ae9c8a971fe0 h1:QtF8l+pHZq6gPyDyuQoMv8GdwU6lvz39y4I34S3cuvo=
Expand All @@ -61,8 +61,8 @@ go.sia.tech/jape v0.12.1 h1:xr+o9V8FO8ScRqbSaqYf9bjj1UJ2eipZuNcI1nYousU=
go.sia.tech/jape v0.12.1/go.mod h1:wU+h6Wh5olDjkPXjF0tbZ1GDgoZ6VTi4naFw91yyWC4=
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.1-0.20241218130411-9780497f1861 h1:7paQAH/L5cDua/Z6xwYNGO8xUsxjbKZK6ZWn8wC+BvU=
go.sia.tech/renterd v1.1.1-0.20241218130411-9780497f1861/go.mod h1:6y728fT2o4VmkjYmuOhaqPTNqTKYAwN80ECEVXRlUXA=
go.sia.tech/renterd v1.1.2-0.20241219133535-793a15f41c36 h1:2u2ILSx0FmJlyjLEOqaNithsTgruR7YXtVE/oVK8pt4=
go.sia.tech/renterd v1.1.2-0.20241219133535-793a15f41c36/go.mod h1:1Xa+c+sd4g7MR3p+itdpuoLH9KCfYrRldbZKpypwbxw=
go.sia.tech/walletd v0.8.1-0.20241217084958-e4f5880d4d06 h1:Ic47H0RUOGlfFqQbigIdWpDzm10aqCAQTAQajb+9vdA=
go.sia.tech/walletd v0.8.1-0.20241217084958-e4f5880d4d06/go.mod h1:ylDVaCuJ2kuCHwzHAxS4Xbf0Z74CigPXSdI8hvoDbJE=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
Expand Down
10 changes: 10 additions & 0 deletions nodes/renterd.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ type spoofedSyncer struct {
*syncer.Syncer
}

func (s *spoofedSyncer) Addr() string {
return ""
}

func (s *spoofedSyncer) BroadcastHeader(h types.BlockHeader) {}
func (s *spoofedSyncer) BroadcastV2BlockOutline(bo gateway.V2BlockOutline) {}
func (s *spoofedSyncer) BroadcastTransactionSet([]types.Transaction) {}
func (s *spoofedSyncer) BroadcastV2TransactionSet(index types.ChainIndex, txns []types.V2Transaction) {
}

func (s *spoofedSyncer) Connect(ctx context.Context, addr string) (*syncer.Peer, error) {
return new(syncer.Peer), nil
}
Expand Down

0 comments on commit a8c644f

Please sign in to comment.