Skip to content

Commit

Permalink
go-randomx v0.2.3 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky authored Nov 12, 2020
1 parent 8fb780e commit 475b2af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cmd/gocore/consolecmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestIPCAttachWelcome(t *testing.T) {
gocore.ExpectExit()
}()

waitForEndpoint(t, ipc, 3*time.Second)
waitForEndpoint(t, ipc, 5*time.Second)
testAttachWelcome(t, gocore, "ipc:"+ipc, ipcAPIs)

}
Expand All @@ -111,7 +111,7 @@ func TestHTTPAttachWelcome(t *testing.T) {
}()

endpoint := "http://127.0.0.1:" + port
waitForEndpoint(t, endpoint, 3*time.Second)
waitForEndpoint(t, endpoint, 5*time.Second)
testAttachWelcome(t, gocore, endpoint, httpAPIs)
}

Expand All @@ -128,7 +128,7 @@ func TestWSAttachWelcome(t *testing.T) {
}()

endpoint := "ws://127.0.0.1:" + port
waitForEndpoint(t, endpoint, 3*time.Second)
waitForEndpoint(t, endpoint, 5*time.Second)
testAttachWelcome(t, gocore, endpoint, httpAPIs)
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/cespare/cp v0.1.0
github.com/cloudflare/cloudflare-go v0.10.2-0.20190916151808-a80f83b9add9
github.com/core-coin/eddsa v1.0.2
github.com/core-coin/go-randomx v0.2.2
github.com/core-coin/go-randomx v0.2.3
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
github.com/dlclark/regexp2 v1.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ github.com/core-coin/ed448 v0.0.0-20200423082241-9d8e0553c6d2 h1:paoJ3Q0zXKTLBB2
github.com/core-coin/ed448 v0.0.0-20200423082241-9d8e0553c6d2/go.mod h1:/S7hge2XKh2GI/dFp551tIsXDGGD6OU/CSRId+/OjII=
github.com/core-coin/eddsa v1.0.2 h1:wKfG/W5QpB3YBYUJyQaURDSi6uH7bXdw6EReUiNdGiw=
github.com/core-coin/eddsa v1.0.2/go.mod h1:n1KUK4H37IqC7gvWlmrTS2tA9t4Z2t+Xj6cBwdoJsJU=
github.com/core-coin/go-randomx v0.2.2 h1:XFEB+zgfZUaEcBRB/iHCMtFgUORFYkNroZ0sFcbWMPQ=
github.com/core-coin/go-randomx v0.2.2/go.mod h1:N36UST6BS6iR5+HSFqyA7yj7OqBlytORpQc4YE3i3dg=
github.com/core-coin/go-randomx v0.2.3 h1:oLjl2b/wv1L/q2biSA8XiBDIjyELGhBqb3L9hLG3K7k=
github.com/core-coin/go-randomx v0.2.3/go.mod h1:N36UST6BS6iR5+HSFqyA7yj7OqBlytORpQc4YE3i3dg=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 475b2af

Please sign in to comment.