- Mar 05, 2020
-
-
Wolfgang Welz authored
* Migrate netutil package to hive.go #282 * Fix tests * use db in tempdir Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
- 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 07, 2020
-
-
Luca Moser authored
* fixes locks not getting unlocked * only hold the lock in DropNeighbor while deleted the neighbor entry * log connection failed error * fixes tests
-
- Feb 04, 2020
-
-
Luca Moser authored
-
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 22, 2020
-
-
Wolfgang Welz authored
* feat: add netutil package * use IsTemporaryError * remove unused import
-
- 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
-