neo-go/pkg/network
Evgeniy Kulikov cdba88b9f2 Code refactoring (#143)
- simplify code
- prealoc slices
- check errors in tests
- regexp Compile replaced with MustCompile
- uint* cannot be negative
2019-02-19 14:22:33 +01: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 Implemented rcp method GetAccountState (#124) 2019-02-08 09:04:38 +01: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
server.go Fix typos and warnings for GoReport / GolangCiLinter (#132) 2019-02-09 16:53:58 +01: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