- Jan 24, 2020
-
-
Wolfgang Welz authored
-
capossele authored
-
Angelo Capossele authored
-
capossele authored
-
capossele authored
-
capossele authored
-
Wolfgang Welz authored
* configure bind and external address * Move bind and external to network * Ignore empty seed * Update default config * Add bind address config for analysis http server * Make graph config consistent * Add bind address to dashboard * Do not print config on startup * Apply suggestions from code review Co-Authored-By:
Luca Moser <moser.luca@gmail.com> * Apply suggestions from code review Co-Authored-By:
Luca Moser <moser.luca@gmail.com> Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
capossele authored
-
capossele authored
-
- Jan 23, 2020
-
-
capossele authored
-
capossele authored
-
Wolfgang Welz authored
-
capossele authored
-
capossele authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Wolfgang Welz authored
* fix: use netutil to check UDP connection * Make ping private * use public address from local * add missing import * update hive.go version * repeat sends directly in protocol * retry ping to ensure verified * Apply suggestions from code review Co-Authored-By:
Luca Moser <moser.luca@gmail.com> Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
capossele authored
-
Luca Moser authored
* migrates to hive.go database package * review fixes * alias types and vars from hive.go's db package * Move database to tempdir to prevent sideeffects in tests * fix import Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
- Jan 22, 2020
-
-
Wolfgang Welz authored
-
Wolfgang Welz authored
-
Angelo Capossele authored
-
capossele authored
-
Jonas Theis authored
* Add known peers to getNeighbors request #151 * Check if autopeering discovery is enabled #151
-
Wolfgang Welz authored
* feat: add netutil package * use IsTemporaryError * remove unused import
-
jkrvivian authored
-
- Jan 20, 2020
-
-
Angelo Capossele authored
*
✨ adds open port check * Use gossip.server to check port * Use same messages in gossip and autopeering * Give correct error message when unreachable Co-authored-by:Wolfgang Welz <welzwo@gmail.com>
-
Luca Moser authored
* refactors errors * fmt packages/model/error.go
-
- Jan 17, 2020
-
-
Wolfgang Welz authored
* feat: add option to configure the private key seed * Improve log messages
-
capossele authored
-
Luca Moser authored
-
Wolfgang Welz authored
* fix: ignore rejected peering requests * Do not store local services in DB
-
- Jan 16, 2020
-
-
Luca Moser authored
* updates to iota.go v1.0.0-beta.14 * Use trinary.Must.. Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
Wolfgang Welz authored
-
Wolfgang Welz authored
* Log failed connection attempts * Only trigger drop event, when a neighbor was removed * Remove unused dropNeighbors * Use only one loop to process channels in selection * Update out neighbors less often * feat: introduce SaltUpdated event * fix: use global parameters * Update salt log messages * fix: do not close public channels to prevent panics during shutdown * fix: assure correct order of events * feat: add selection event tests * Set update interval to 1s and full updat interval to 1m * Use subtests for the protocol tests * fix: send peering drop message only when event is triggered * Update packages/autopeering/selection/manager.go Co-Authored-By:
jkrvivian <jkrvivian@gmail.com> Co-authored-by:
jkrvivian <jkrvivian@gmail.com>
-
- Jan 15, 2020
-
-
Angelo Capossele authored
*
⬆️ uses workerpool from hive.go *➖ removes internal workerpool -
Wolfgang Welz authored
-