- Jan 22, 2020
-
-
Wolfgang Welz authored
-
Wolfgang Welz authored
* feat: add netutil package * use IsTemporaryError * remove unused import
-
jkrvivian authored
-
- Jan 21, 2020
-
-
Wolfgang Welz 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
-
Luca Moser authored
-
- Jan 17, 2020
-
-
Wolfgang Welz authored
* feat: add option to configure the private key seed * Improve log messages
-
capossele authored
-
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
-
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
-
Wolfgang Welz authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
* remove travis in favor of github workflows * adjust release repository name * Update .github/workflows/build.yml Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com> * Update .github/workflows/build.yml Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com> * Update .github/workflows/release.yml Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com> * changes according to Wolfgang's review * removes id from step in test.yml * only run twice up on PR open * Update .github/workflows/test.yml Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
Luca Moser authored
-
Luca Moser authored
*
moves all webapi into one * adds public key log * changes txRequest to getTrytes * rename packages * adds comments * changes status to error * removes duration from API - getTrytes converts trits to trytes - set default spammer TPS to 1 Fix: Allow starting a node with gossip disabled (#97) * fix: remove selection flag and use gossip plugin * Upgrade hive.go feat: improve logging feat: improve analysis status chore: remove unused packages (#99) Fix: Use docker specific config (#100) * Use docker specific config * Format JSON removes status adds omitempty updates style import adds getNeighbors API adds getTransaction removes addEndpoint * ports glumb plugin from Hornet to GoShimmer * WIP * implements HTTP API wrapper client lib * removes empty lines * clean line in autopeering * normalize client lib imports Co-authored-by:Angelo Capossele <angelocapossele@gmail.com>
-
Luca Moser authored
Signed-off-by:
Luca Moser <moser.luca@gmail.com>
-
Angelo Capossele authored
*
moves all webapi into one * adds public key log * changes txRequest to getTrytes * rename packages * adds comments * changes status to error * removes duration from API - getTrytes converts trits to trytes - set default spammer TPS to 1 Fix: Allow starting a node with gossip disabled (#97) * fix: remove selection flag and use gossip plugin * Upgrade hive.go feat: improve logging feat: improve analysis status chore: remove unused packages (#99) Fix: Use docker specific config (#100) * Use docker specific config * Format JSON removes status adds omitempty updates style import adds getNeighbors API adds getTransaction removes addEndpoint * WIP * WIP * adds txs per address * adds findTransactions API -
Luca Moser authored
Store transaction hashes per address
-
- Jan 14, 2020
- Jan 13, 2020
-
-
Angelo Capossele authored
Ports graph plugin from Hornet to GoShimmer
-
- Jan 11, 2020
-
-
Wolfgang Welz authored
* Use docker specific config * Format JSON
-
- Jan 10, 2020
-
-
Wolfgang Welz authored
-
Angelo Capossele authored
Improve status messages
-
Wolfgang Welz authored
-
Wolfgang Welz authored
-
Wolfgang Welz authored
* fix: remove selection flag and use gossip plugin * Upgrade hive.go
-
Luca Moser authored
-
Luca Moser authored
-
Wolfgang Welz authored
-
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
-