neoneo-go/pkg
Roman Khimov 773ccc2b92 network: allow discoverer to reuse addresses
...and don't try to connect to the nodes we're already connected to.

Before this change we had a problem of discoverer throwing away good valid
addresses just because they are already known which lead to pool draining over
time (as address reuse was basically forbidden and getaddr may not get enough
new nodes).
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: allow discoverer to reuse addresses 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