neoneo-go/pkg/network
Steven Jack 42195b1af4 Refactor peer message sending into single interface method .Send() (#40)
* Adds Send method to Peer interface and removes redundant methods

* Fix imports

* Bumps version
2018-03-04 14:47:56 +01:00
..
payload Fixed header sync issue (#17) 2018-02-07 15:16:50 +01:00
message.go Fix bug where channel for peers events is called after it's closed (#34) 2018-03-03 08:16:05 +01:00
message_test.go CircleCI 2 & Releases (#9) 2018-02-01 10:54:23 -08:00
peer.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00
rpc.go implemented the start of JSON-RPC 2018-02-01 08:18:38 +01:00
server.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00
server_test.go VM draft + cli setup (#20) 2018-02-09 17:08:50 +01:00
tcp.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00