neoneo-go/pkg/network
Roman Khimov 3fc2bf5452 *: fix some misspellings
Goreport:
   neo-go/pkg/core/contract_state_test.go
        Line 21: warning: "Contracto" is a misspelling of "Contraction" (misspell)
        Line 64: warning: "Contracto" is a misspelling of "Contraction" (misspell)

   neo-go/pkg/core/interop_neo.go
        Line 420: warning: "succeedes" is a misspelling of "succeeds" (misspell)

   neo-go/pkg/network/discovery.go
        Line 118: warning: "succeded" is a misspelling of "succeeded" (misspell)
        Line 128: warning: "successfuly" is a misspelling of "successfully" (misspell)
2019-10-17 12:30:24 +03:00
..
payload payload: drop useless type declaration 2019-10-17 12:19:41 +03:00
blockqueue.go network: add block queue 2019-09-27 13:00:09 +03:00
blockqueue_test.go network: add block queue 2019-09-27 13:00:09 +03:00
discovery.go *: fix some misspellings 2019-10-17 12:30:24 +03:00
handshakestage_string.go network: make node strictly follow handshake procedure 2019-09-16 16:32:04 +03:00
helper_test.go core: add some interops 2019-10-15 12:56:25 +03:00
message.go network: ignore consensus messages 2019-10-17 11:58:27 +03:00
message_test.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
peer.go network: make node strictly follow handshake procedure 2019-09-16 16:32:04 +03:00
relay_reason.go Implement rpc server method: sendrawtransaction (#174) 2019-03-20 12:30:05 +00:00
server.go network: remove port check from handleVersionCmd() 2019-10-17 11:19:24 +03:00
server_config.go Fix typos and warnings for GoReport / GolangCiLinter (#132) 2019-02-09 16:53:58 +01:00
server_test.go network: remove port check from handleVersionCmd() 2019-10-17 11:19:24 +03:00
tcp_peer.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
tcp_transport.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
transport.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00