Skip to content
Snippets Groups Projects
  1. Nov 02, 2020
  2. Oct 28, 2020
  3. Oct 23, 2020
  4. Oct 20, 2020
  5. Jun 30, 2020
  6. Jun 26, 2020
  7. Jun 25, 2020
  8. Jun 17, 2020
    • Jonas Theis's avatar
      dApp network delay (#472) · f4acc2bd
      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
      f4acc2bd
  9. Jun 10, 2020
    • Jonas Theis's avatar
      Uniform usage of base58 over base64 and hex (#452) · df5b6b25
      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
      df5b6b25
  10. Jun 02, 2020
  11. May 07, 2020
  12. Apr 30, 2020
  13. Apr 23, 2020
  14. Apr 21, 2020
  15. Feb 25, 2020
    • Hans Moog's avatar
      Develop.merge binary (#263) · 6edb4a48
      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: default avatarHans Moog <hm@mkjc.net>
      
      Co-authored-by: default avatarJonas Theis <mail@jonastheis.de>
      6edb4a48
  16. Feb 24, 2020
    • Luca Moser's avatar
      Adds changes for v0.1.2 (#266) · 1134f3fd
      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: default avatarLuca 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)
      
      * :arrow_up: upgrades hive.go
      
      * :bug: checks meta_tx size
      
      * :heavy_minus_sign: removes dependencies
      
      * :sparkles: enables local testing
      
      * :sparkles: 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
      
      * :bug:
      
       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: default avatarHans Moog <hm@mkjc.net>
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      Co-authored-by: default avatarjkrvivian <jkrvivian@gmail.com>
      Co-authored-by: default avatarDave <44786846+centercirclesolutions@users.noreply.github.com>
      Co-authored-by: default avatarAngelo Capossele <angelocapossele@gmail.com>
      Co-authored-by: default avatarJonas Theis <mail@jonastheis.de>
      1134f3fd
  17. Feb 22, 2020
  18. Feb 20, 2020
  19. Feb 17, 2020
  20. Feb 07, 2020
Loading