neoneo-go/pkg
Roman Khimov d3bb8ddf8f network: handle errors and connection close more correctly
This makes writer side handle errors properly and fixes communication between
reader and writer goroutine to always correctly unregister the peer. This is
especially important for the case where error occurs before handshake
completes as in this case we don't even have goroutine in startProtocol()
running.
2019-09-16 16:32:04 +03:00
..
core core: add some mechanism to drop bad blocks from cache 2019-09-16 16:26:30 +03:00
crypto Merge pull request #374 from nspcc-dev/makefile-and-gofmt 2019-09-09 15:05:12 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop *: fix some misspellings 2019-09-03 18:20:05 +03:00
io Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
network network: handle errors and connection close more correctly 2019-09-16 16:32:04 +03:00
rpc Merge pull request #377 from nspcc-dev/config_for_db 2019-09-10 17:46:31 +03:00
smartcontract *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
util util: drop Endpoint structure, fix #321 2019-09-09 17:54:38 +03:00
vm vm: do not allow APPEND to operate on bytearray 2019-09-11 17:17:37 +03:00
wallet *: gofmt -s 2019-09-09 12:02:24 +03:00