neo-go/pkg/network
Roman Khimov 2fd782eee8 util: drop RandUint32()
I don't see anything useful in it, all the current users of it should just use
plain rand.Uint32() not limiting its output in any way.
2019-08-26 13:32:19 +03:00
..
payload Fix typos (#133) 2019-02-13 18:01:10 +00:00
discovery.go Fix typos (#133) 2019-02-13 18:01:10 +00:00
helper_test.go util: drop RandUint32() 2019-08-26 13:32:19 +03:00
message.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
message_test.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
peer.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00
relay_reason.go Implement rpc server method: sendrawtransaction (#174) 2019-03-20 12:30:05 +00:00
server.go util: drop RandUint32() 2019-08-26 13:32:19 +03:00
server_config.go Fix typos and warnings for GoReport / GolangCiLinter (#132) 2019-02-09 16:53:58 +01:00
server_test.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
tcp_peer.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00
tcp_transport.go Code refactoring (#143) 2019-02-19 14:22:33 +01:00
transport.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00