Skip to content
Snippets Groups Projects
  1. Jun 18, 2020
    • Ching-Hua (Vivian) Lin's avatar
      Add value tangle integration tests (#464) · 9d61542a
      Ching-Hua (Vivian) Lin authored
      
      * feat: Add first value transfer integration test
      
      * fix: fix wrong plugin name
      
      * Add colored tokens test
      
      * Add value tangle test to github workflow
      
      * fix: Fix wrong function name in comments
      
      * refactor: Make testSnapshots disabled in default and minor tweaks
      
      * refactor: refactor balance list update method
      
      * feat: Add inclusion states to weapis
      
      * refactor: Rename Conflict to Rejected
      
      * refactor: Remove unused parameter
      
      * refactor: Simplify colored token test and increase waiting time
      
      * fix: fix updateBalanceList
      
      * fix: enable testsnapshots plugin for each peer
      
      * refactor: Rename package name of each tests
      
      * refactor: Rename functions and add more comments
      
      * refactor: Add maxRetry to limit to avoid infinte loop and reduce else statement
      
      * refactor: Refactor functions and remove redundant codes
      
      * refactor: Rename shadowing variables
      
      * test: Add value test in runTest.sh
      
      * fixes some func comments
      
      * increase startup time to make up for slow CI
      
      Co-authored-by: default avatarLuca Moser <moser.luca@gmail.com>
      9d61542a
  2. 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
  3. Jun 16, 2020
  4. Jun 15, 2020
  5. Jun 12, 2020
  6. Jun 11, 2020
  7. 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
    • Levente Pap's avatar
      Update Autopeering Visualizer (#457) · b457ebff
      Levente Pap authored
      * Update Autopeering Visualizer
      
       * Display online nodes in Wordcloud
       * Refactor NodeView layout
       * Display only shortened nodeID-s (first 8 chars)
      
      * Refactor
      
      * Frontend updates, remove wordcloud
      
       * wordcloud consumes too much resources, removed for smooth
         graph updates.
       * Add more colors to NodeView
      
      * Update packr2
      b457ebff
  8. Jun 09, 2020
  9. Jun 08, 2020
  10. Jun 02, 2020
    • jkrvivian's avatar
      fix: Fix bugs while enabling value transfers dapp (#442) · 85e92abc
      jkrvivian authored
      * fix: Fix bugs while enabling value transfer
      
      *  Remove unused plugin
      
      * feat: Implement value web api & client library (#438)
      
      * feat: Implement value api: Attachment
      
      * feat: Implement value api: UnspentOutputs
      
      * feat: Implement value api: transactionByID
      
      * feat: Implement client lib & value api: sendTransaction
      
      * fix: minor tweak
      
      * fix: minor fix
      
      * refactor: Refactor sendTransaction api
      
      * Refactor: Fix 🐶
      
      * refactor: Fix 🐶
      
      * refactor: Rename api route of testSendTxn to camel case
      
      * fix: Fix bugs in webapi
      
      * Release object storage after retreiving it
      * Handle IOTA color specifically
      
      * refactor: Add balances in unspentOutput api
      
      * Fix entry node disabled plugins for integration tests
      
      * Fix grpc server nil
      
      * 🐛 Fix FPC round initiator
      
      * 💄 Fix backgroundWorker name
      
      * 🚨 Adjust imports order
      
      * Wait for autopeering when node starts
      
      * Fix background worker name conflict with message tangle
      
      * 🎨 Use Voter()
      
      * 🐛
      
       Re-fix ValueTangle BackgroundWorker name
      
      Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
      Co-authored-by: default avatarjonastheis <mail@jonastheis.de>
      85e92abc
    • Angelo Capossele's avatar
      Add panic if backgroundWorker fails (#444) · 99a43562
      Angelo Capossele authored
      * 😱 Add panic if backgroundWorker fails
      
      * 🎨 Use log.Panicf instead of panic
      99a43562
  11. May 29, 2020
    • Levente Pap's avatar
      Analysis Dashboard & Autopeering Visualizer Migration (#439) · eaa345e4
      Levente Pap authored
      
      * Transition to Analysis Dashboard for visualization
      
       * Add FPC heartbeat changes to analysis plugin
       * Introduce Dashboard for analysis related visualization
       * Refactor Analysis Dashboard backend
       * Prepare base of frontend
       * Add skeleton of AutopeeringStore in frontend
      
      * Update analysis dashboard frontend dependencies
      
      * Remove old analysis webinterface
      
      * Remove unnecessary components from analysis dashboard
      
      * Remove analysis webinterface from pluginmgr
      
      * Analysis Dashboard Frontend updates for autopeering
      
      * Use base58 encoding for autopeering node ID visualization
      
      * Add Ping WS message to analysis dashboard
      
      * Frontend visuals update
      
      * AutopeeringStore updates
       * Graph mouse hover highlighting
       * Fill graph with data upon rendering
       * Dynamic node spacing in graph based on number of nodes
       * Added code comments for readability
      
      * packr config updates
      
      * Websocket connection lost warning in frontend
      
      * Update title of index.html
      
      * packr update for analysis dashboard
      
      * Update frontend README
      
      * Update default config: webinterface -> dashboard
      
      * Fix linter warnings
      
      * Delete package-lock.json
      
      * Frontend updates
       * Size of vertices enlarges during selection
       * Decrease visibility of not highlighted links
       * Fixed layout for react components with auto overflow (no jumping)
      
      * Disable Analysis-Dashboard plugin by default
      
      * Adjust docker container configs for analysis dashboard
      
      Co-authored-by: default avatarAngelo Capossele <angelocapossele@gmail.com>
      eaa345e4
  12. May 28, 2020
    • jkrvivian's avatar
      feat: Implement value web api & client library (#438) · 4a47fc7c
      jkrvivian authored
      * feat: Implement value api: Attachment
      
      * feat: Implement value api: UnspentOutputs
      
      * feat: Implement value api: transactionByID
      
      * feat: Implement client lib & value api: sendTransaction
      
      * fix: minor tweak
      
      * fix: minor fix
      
      * refactor: Refactor sendTransaction api
      
      * Refactor: Fix 🐶
      
      * refactor: Fix 🐶
      
      * refactor: Rename api route of testSendTxn to camel case
      4a47fc7c
  13. May 25, 2020
  14. May 14, 2020
    • Levente Pap's avatar
      Use TLV protocol for Analysis Plugin (#424) · 6026d479
      Levente Pap authored
      * Refactor heartbeat packet into message for TLV
      
      * Refactor Analysis-Server for TLV protocol
      
      * Adjust Heartbeat packet tests for TLV
      
      * Remove obsolete ping packet
      
      * Add comments
      
      * Add message registry for analysis packet types
      
      * Update hive.go
      
      * Refactor analysis message registry initialization
      
      * go mod tidy for integration tests
      
      * format files with gofmt
      
      * Linter warning fix
      
      * Small fix
      6026d479
    • jkrvivian's avatar
      feat: Add payload layouts to dashboard (#425) · 0a6095d0
      jkrvivian authored
      * fix: Rename SPA to dashboard and disable portcheck of peer_replica
      
      * feat: Add data & unknown type of payload to dashboard
      
      * refactor: Implement paylaod interface that allows different json structs
      
      * feat: Implement Drng paylaod
      
      * refactor: Use Listgroup for layout consistency
      
      * doc: Add description
      
      * feat: Implement Value payload handler
      
      * feat: Add Value payload layout
      
      * refactor: Refactor payload layouts
      
      * refactor: Remove debug print out
      
      * fix: Remove redundant assignment
      
      * refactor: Fix 🐶
      
      * refactor: Fix 🐶
      0a6095d0
  15. May 13, 2020
  16. May 08, 2020
  17. May 07, 2020
    • Levente Pap's avatar
      Refactor Gracefulshutdown Plugin (#404) · 186bd495
      Levente Pap authored
      
      * Refactor gracefulshutdown plugin
      
       * Remove reporting hanging workers
       * Add ShutdownWithError() func to trigger graceful shutdown
         from outside of the package with error message
      
      * Simplify code
      
      * Increase forcekill timeout to 60 seconds
      
      * Add back reporting of hanging workers
      
      * Upgrade hive.go
      
      * go mod tidy
      
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      186bd495
    • Levente Pap's avatar
      Terminate GoShimmer without config file (#395) · c8c2e7fd
      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: default avatarWolfgang Welz <welzwo@gmail.com>
      
      Co-authored-by: default avatarLuca Moser <moser.luca@gmail.com>
      Co-authored-by: default avatarjonastheis <mail@jonastheis.de>
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      c8c2e7fd
    • Luca Moser's avatar
      Refactors analysis plugins (#403) · 6d3b2a2c
      Luca Moser authored
      * normalize bind addresses prints
      
      * refactors analysis plugins
      
      * adds tests for parsing/serializing heartbeat packets
      
      * adds additional test case
      
      * normalize usage of word 'ids'
      
      * updates packr files
      
      * normalizes handler routes for static assets for the analysis web interface
      
      * normalize config key names
      
      * adjusts configs for new analysis config keys
      
      * fixes review comments
      6d3b2a2c
  18. Apr 30, 2020
  19. 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
      18dba17c
    • Wolfgang Welz's avatar
      Remove graph plugin (#388) · f04c22b2
      Wolfgang Welz authored
      * remove submodules
      
      * remove graph plugin
      
      * remove graph plugin from configs and texts
      f04c22b2
  20. Apr 28, 2020
  21. Apr 26, 2020
  22. Apr 24, 2020
Loading