Skip to content

fix: replace DHT with private peer discovery #57

fix: replace DHT with private peer discovery

fix: replace DHT with private peer discovery #57

Triggered via pull request October 25, 2024 22:22
Status Failure
Total duration 13m 2s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

13 errors
test go 1.22: cmd/tss/tss_http_test.go#L26
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.22: cmd/tss/tss_http_test.go#L43
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.22: cmd/tss/tss_http_test.go#L53
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.22: cmd/tss/tss_http_test.go#L117
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.22: cmd/tss/tss_http_test.go#L194
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.22
Process completed with exit code 1.
test go 1.20
The job was canceled because "_1_22" failed.
test go 1.20: cmd/tss/tss_http_test.go#L26
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.20: cmd/tss/tss_http_test.go#L43
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.20: cmd/tss/tss_http_test.go#L53
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.20: cmd/tss/tss_http_test.go#L117
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.20: cmd/tss/tss_http_test.go#L194
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
test go 1.20
Process completed with exit code 1.