- Jun 10, 2020
-
-
Jonas Theis authored
* Adjust autopeering/neighbors endpoint to display public key in default (base58) * Allow to specify node seed as base58 or base64 + add flag to show seed * Interpret entry node public key as base58 * Adjust integration tests to use base58 instead of base64 * Hex to base58 * Remove flag to print seed * Update hive.go
-
- Jun 02, 2020
-
-
Angelo Capossele authored
*
Add panic if backgroundWorker fails * Use log.Panicf instead of panic
-
- May 25, 2020
-
-
Wolfgang Welz authored
* adapt to new hive.go version * upgrade hive.go * use store backed sequence * add option to use in-memory database * address review comments
-
- Apr 30, 2020
-
-
Wolfgang Welz authored
* adapt to hive.go autopeering events changes * add exposed function to start autopeering neighbor selection * start autopeering neighbor selection when gossip is started * update go modules * Apply suggestions from code review Co-Authored-By:
Angelo Capossele <angelocapossele@gmail.com> * fix build errors Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com>
-
- Apr 29, 2020
-
-
Hans Moog authored
* Fix: fixed some error must be last param * Refactor: continued refactoring according to golint * Refactor: addresses more golint warnings * Refactor: refactored error last * Fix: fixed hive.go * Refactor: refactored alot according to golang-ci-list * Refactor: intermediary commit * Refactor: refactored additional code according to golint-ci * Refactor: continued to refactor according to golint * Refactor: refactored according to golint * Fix: fixed last golinter reports
-
- Apr 28, 2020
-
-
Wolfgang Welz authored
* assure that DropNeighbor is not leaking * bind events to gossip plugin * make the gossip manager a singleton * add comment * fix manager instantiation
-
- Apr 23, 2020
-
-
Luca Moser authored
* normalize global plugin vars * throw the dog a bone * remove unused logger in drng web api endpoint
-
capossele authored
-
Angelo Capossele authored
Fixes linter warnings.
-
- Apr 21, 2020
-
-
Luca Moser authored
-
- Mar 28, 2020
-
-
Hans Moog authored
-
Jonas Theis authored
* Move marshalutil to hive.go * Refactor existing code (before binary) to use new hive.go/identity #282 * Adjust binary code to use hive.go/identity and remove signature/ed25519 #282 * Adjust moved files from merge to use hive.go/marshalutil * Adjust moved files from merge to use hive.go/identity and hive.go/crypto * Adjust for changes in hive.go * Fix: fixed a bug due to refactor Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Mar 23, 2020
-
-
Wolfgang Welz authored
* upgrade hive.go * adapt to hive autopeering changes * use fixed version * check for valid gossip service * fix linter warnings * use netutil to check port number * clean up code * adjust autopeering port check * update hive.go * use a new discovery instance * set network ID * increase DB version * upgrade hive.go
-
- 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>
-
- Mar 04, 2020
-
-
capossele authored
-
- Feb 25, 2020
-
-
Hans Moog authored
* Feat: started to merge changes * Refactor: moved parameter package to be a plugin (same with logger) * Feat: first compiling version of new ontologoies merge * Feat: ported additional plugins * Feat: transaction get solid now * Refactor: reverted some previous changes from debugging * Feat: added a banner module for the cli interface * Feat: added a plugin for the port checks * Feat: fixed some bugs * Refactor: reverted some changes * Feat: reworked TransactionParser to use Errors * Feat: TransactionParser uses Peer * Feat: started to rework broadCastData webapi call * Feat: refactored some plugins * Fix: fixed test of tangle * Refactor: changed tangle package in graph plugin * Refactor: uncommented broken code * Fix: fixed broken method signature in gossip test * Feat: started adding value tangle * Feat: adjusted to new hive.go * Feat: upgraded hive.go * Clean up PortCheck plugin and make it standalone #259 (#271) Co-authored-by:
Hans Moog <hm@mkjc.net> Co-authored-by:
Jonas Theis <mail@jonastheis.de>
-
- Feb 22, 2020
-
-
Hans Moog authored
-
- Feb 20, 2020
-
-
capossele authored
-
- Feb 19, 2020
- Feb 18, 2020
- Feb 17, 2020
-
-
Hans Moog authored
-
- 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
-
- Jan 27, 2020
-
-
Wolfgang Welz authored
* fix: store and load seeds from the peer DB *
fix linter warnings * Add map based database implementation * Use mapdb for all autopeering tests -
Wolfgang Welz authored
-
Wolfgang Welz authored
* Use buffered connection for gossip * fix wrong timeout * Encode length in big endian *
Improve debug logging
-
- Jan 24, 2020
-
-
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>
-
- Jan 23, 2020
-
-
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>
-
- Jan 22, 2020
-
-
Wolfgang Welz authored
* feat: add netutil package * use IsTemporaryError * remove unused import
-
- 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
-
Wolfgang Welz authored
* fix: ignore rejected peering requests * Do not store local services in DB
-
- Jan 16, 2020
-
-
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
-
-
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
-
- Jan 10, 2020
-
-
Wolfgang Welz authored
* fix: remove selection flag and use gossip plugin * Upgrade hive.go
-
Wolfgang Welz authored
-