neo-go/pkg/network
Anthony De Meulemeester 83306a5c96
Added the start of RPC + removed proxy functions.
* Set the listener of the server when opened.

* refactor server RPC.

* deleted proxy functions + moved TCPPeer to tcp file

* implemented the start of JSON-RPC

* changed string port args to int

* added peerCount.

* Start a server with startOpts

* Updated README
2018-02-01 09:00:42 +01:00
..
payload Block binary decoding + transaction types 2018-01-31 11:47:54 +01:00
message.go Block message + handle the length of the user agent better. 2018-01-31 09:27:08 +01:00
message_test.go Block message + handle the length of the user agent better. 2018-01-31 09:27:08 +01:00
peer.go Added the start of RPC + removed proxy functions. 2018-02-01 09:00:42 +01:00
rpc.go Added the start of RPC + removed proxy functions. 2018-02-01 09:00:42 +01:00
server.go Added the start of RPC + removed proxy functions. 2018-02-01 09:00:42 +01:00
server_test.go Added the start of RPC + removed proxy functions. 2018-02-01 09:00:42 +01:00
tcp.go Added the start of RPC + removed proxy functions. 2018-02-01 09:00:42 +01:00