- Nov 02, 2020
-
-
Angelo Capossele authored
*
Adds koanf support * Fix config order Co-authored-by:jkrvivian <jkrvivian@gmail.com>
-
- Oct 28, 2020
-
-
capossele authored
-
- Oct 23, 2020
-
-
jkrvivian authored
-
- Oct 20, 2020
-
-
jkrvivian authored
-
- Jun 30, 2020
-
-
Luca Moser authored
* adds default entry node * updates default cfg values
-
- Jun 26, 2020
-
-
Wolfgang Welz authored
-
- Jun 25, 2020
-
-
Angelo Capossele authored
*
Reduce solidifier worker pool capacity * Use GOMAXPROCS * Change worker count to use GOMAXPROCS * Set DefaultRequestWorkerCount to GOMAXPROCS * Fix linter warnings * Update hive.go -
Acha Bill authored
* refactor plugins * fix fmt * fix compile err * fix errors * expose singletons via sync.once * re-disable remotelog and webauth plugins * re-enable autopeering plugin * Apply suggestions from code review * Apply suggestions from code review * add descriptive comments for getters Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
- Jun 17, 2020
-
-
Jonas Theis authored
* Create base for little dapp to measure actual network delay * Adjust remote log to support additional messages * Send network delay objects via remote log functionality * Create wrapper for remote logger connection for easier use * Add check for issuer public key * Disable debug log in Logstash * Disable debug log in Logstash * Bind host time into containers
-
- 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 07, 2020
-
-
Levente Pap authored
* Fix #355 Terminate GoShimmer without config file - `skip-config` flag to bypass check and supply values from cli * Remove empty line * Add some comments * change termination comment * lower case beginning of comments * Don't mount config file into docker container by default * Integration tests skip config file check * Add flags for logger config * Log at debug level for integration tests * Update hive.go to latest version * upgrade hive.go Signed-off-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Luca Moser <moser.luca@gmail.com> Co-authored-by:
jonastheis <mail@jonastheis.de> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
- Apr 30, 2020
-
-
Angelo Capossele authored
*
fix linter warnings * fix import order
-
- Apr 23, 2020
-
-
Luca Moser authored
* normalize global plugin vars * throw the dog a bone * remove unused logger in drng web api endpoint
-
- Apr 21, 2020
-
-
Luca Moser 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 24, 2020
-
-
Luca Moser authored
* New binary tangle using atomic transactions (#239) * Feat: started porting the new binary stuff * Refactor: removed unnecessary folder * Refactor: cleaned up go.mod files * Fix: removed objectsdb files * Feat: added transactionrequester package * Adds the transactionParser as a fliter and pre-processing mechanism of the tangle. (#242) * Feat: started porting the new binary stuff * Refactor: removed unnecessary folder * Refactor: cleaned up go.mod files * Fix: removed objectsdb files * Feat: added transactionrequester package * Feat: added new transactionparser as the filter for the tangle * Feat: Use hive.go autopeering (#250) * use autopeering from hive.go * update hive.go * update hive.go * Adds the TransactionRequester and some refactors (#256) * Feat: started porting the new binary stuff * Refactor: removed unnecessary folder * Refactor: cleaned up go.mod files * Fix: removed objectsdb files * Feat: added transactionrequester package * Feat: added new transactionparser as the filter for the tangle * Refactor: removed duplicate code * Fix: Log dropping packets every 1000 drops (#255) * 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> * Fix: Update pprof port (#244) Since both Hornet and Goshimmer might be running on the same machine, update the port so that we can get debug information for both. * Remove docker specific config (#245) *
upgrades hive.go * checks meta_tx size * removes dependencies * enables local testing * adds config plugin * Extend remote log message (#260) * Bump up Logstash and ElasticSearch memory #251 * Add version and if available GIT information to remote log message #251 * fixes flag parsing before loading config file * Feat: Add --version to cli (#264) * Adds changelog entry for v0.1.2 and bumps version number (#265) * updates changelog for v0.1.2 release * bumps version number to v0.1.2 Co-authored-by:Hans Moog <hm@mkjc.net> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
jkrvivian <jkrvivian@gmail.com> Co-authored-by:
Dave <44786846+centercirclesolutions@users.noreply.github.com> Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Jonas Theis <mail@jonastheis.de>
-
- Feb 22, 2020
-
-
Hans Moog authored
-
- Feb 20, 2020
-
-
Jonas Theis authored
* Bump up Logstash and ElasticSearch memory #251 * Add version and if available GIT information to remote log message #251
-
- Feb 17, 2020
-
-
Hans Moog authored
-
- Feb 07, 2020
-
-
Jonas Theis authored
* Add docker compose to run ELK stack with proper configuration loaded Adapted from https://github.com/deviantony/docker-elk * Add remotelog plugin and post events via UDP to ELK stack #211 * Fix linter errors * Remove last octet from host IP * Adjust to requested changes * Add background worker * reorder remote log shutdown order * update to latest hive.go * go mod tidy Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-