- Feb 17, 2020
-
-
jkrvivian authored
* Fix: Log dropping packets every 1000 drops * use an atomic counter for dropped message because Write() could be called concurrently * removes redundant zero * Add external check in test Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
- Feb 12, 2020
-
-
Wolfgang Welz authored
* use autopeering from hive.go * update hive.go
-
- Feb 04, 2020
-
-
Wolfgang Welz authored
* fix close order * return closed error * fix tests * do not close send queue explicitly
-
- Jan 27, 2020
-
-
Wolfgang Welz authored
* Use buffered connection for gossip * fix wrong timeout * Encode length in big endian *
Improve debug logging
-
- Jan 10, 2020
-
-
Wolfgang Welz authored
* fix: use queue for neighbor connection * refactor: do not request transactions via event * fix: remove unused connection * chore: fix linter warnings * feat: improve gossip events and logs * fix: log after connection is closed
-