Skip to content
Snippets Groups Projects
  1. 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
      Unverified
      df5b6b25
  2. Jun 02, 2020
  3. May 25, 2020
  4. Apr 30, 2020
  5. Apr 29, 2020
    • Hans Moog's avatar
      Fix the golint-ci warning (#381) · 18dba17c
      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
      Unverified
      18dba17c
  6. Apr 28, 2020
  7. Apr 23, 2020
  8. Apr 21, 2020
  9. Mar 28, 2020
  10. Mar 23, 2020
    • Wolfgang Welz's avatar
      Feat: Use autopeering update (#302) · 1844afac
      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
      Unverified
      1844afac
  11. Mar 05, 2020
  12. Mar 04, 2020
  13. 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>
      Unverified
      6edb4a48
  14. Feb 22, 2020
  15. Feb 20, 2020
  16. Feb 19, 2020
  17. Feb 18, 2020
  18. Feb 17, 2020
  19. Feb 12, 2020
  20. Feb 07, 2020
  21. Jan 27, 2020
  22. Jan 24, 2020
  23. Jan 23, 2020
  24. Jan 22, 2020
  25. Jan 20, 2020
  26. Jan 17, 2020
  27. Jan 16, 2020
    • Wolfgang Welz's avatar
      Feat: Improve peer selection logic to avoid parallel connections (#101) · 002ee26f
      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: default avatarjkrvivian <jkrvivian@gmail.com>
      
      Co-authored-by: default avatarjkrvivian <jkrvivian@gmail.com>
      Unverified
      002ee26f
  28. Jan 15, 2020
    • Luca Moser's avatar
      makes shutdown routines cleaner (#115) · c0fc4fc0
      Luca Moser authored
      
      Signed-off-by: default avatarLuca Moser <moser.luca@gmail.com>
      Unverified
      c0fc4fc0
    • Angelo Capossele's avatar
      Adds a HTTP API to query and create transactions (#95) · ed435f7d
      Angelo Capossele authored
      * :art: moves all webapi into one
      
      * :art: adds public key log
      
      * :art: changes txRequest to getTrytes
      
      * :art: rename packages
      
      * :pencil: adds comments
      
      * :art: changes status to error
      
      * :recycle: 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
      
      :heavy_minus_sign: removes status
      
      :art: adds omitempty
      
      :lipstick: updates style import
      
      :sparkles: adds getNeighbors API
      
      :sparkles: adds getTransaction
      
      :heavy_minus_sign: removes addEndpoint
      
      * :construction: WIP
      
      * :construction: WIP
      
      * :sparkles: adds txs per address
      
      * :sparkles: adds findTransactions API
      ed435f7d
  29. Jan 10, 2020
Loading