Skip to content
Snippets Groups Projects
  1. Jul 30, 2020
  2. Jul 29, 2020
  3. Jul 28, 2020
  4. Jul 27, 2020
  5. Jul 25, 2020
    • Angelo Capossele's avatar
      minor improvements (#672) · 97fd9862
      Angelo Capossele authored
      * :wrench: Add syncbeacon to config
      
      * :recycle: Refactor syncbeaconfollower
      
      * Fix syncbeacon integration test
      
      * :bug: Fix double-spend tool
      
      * :lipstick: Fix analysis dashboard title
      
      * :construction: Add Shutdown method to messageRequester
      
      * :poop: Dirty FCOB shutdown fix
      
      * :loud_sound: Add debug logs for message tangle shutdown
      
      * :pencil2: Fix typo
      
      * :bug:
      
       Fix message Tangle objects released
      
      * Load all missing messages into message requester on startup
      
      * Fix pointer issue for anonymous function
      
      * Fix consensus integration test
      
      Co-authored-by: default avatarjonastheis <mail@jonastheis.de>
      Unverified
      97fd9862
  6. Jul 24, 2020
    • Jonas Theis's avatar
      Fix missing message mystery (#669) · a1def20e
      Jonas Theis authored
      * Missing message investigation
      
      * Delete suddenly appeared messages
      
      * :construction: Add IsDeleted check
      
      * :construction: Undo deletion
      
      * Add metadata check to messageExists
      
      * :bug: Fix bug
      
      * :construction: Move sendRequest and ensure timer is stopped
      
      * :construction: Remove count check
      
      * :construction: Undo request deletion and only use StopRequest
      
      * :construction: Move MissingMessageAppeared to StopRequest
      
      * :construction: Force MissingMessageReceived triggering
      
      * :construction: Enable deadlock mutex for debug
      
      * :construction: refactor reRequest lock-unlock
      
      * :construction: re-enable messageExists check
      
      * :construction: Remove waiting for the timer to be stopped
      
      * :construction: Re-enable count
      
      * :construction: Move IO access out of the lock
      
      * :construction: Remove MissingMessageAppeared
      
      * :poop: Remove messageExistsFunc check
      
      * :poop::poop: Refactor reRequest
      
      * :art: Increase threshold and remove print
      
      * :rotating_light:
      
       Fix linter warnings
      
      Co-authored-by: default avatarLevente Pap <levente.pap@iota.org>
      Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
      Unverified
      a1def20e
    • Jonas Theis's avatar
      Integrate sync beacon (#670) · b1b78a60
      Jonas Theis authored
      * Use sync beacon follower plugin instead of sync plugin
      
      * Remove sync and bootstrap plugin
      
      * Refactor sync beacon stuff
      
      * Update Docker network to use sync beacon plugins
      
      * :lipstick: Add detailed sync status to dashboard
      
      * :sparkles: Add detailed sync status to info API
      
      * :rotating_light: Fix linter warning
      
      * :lipstick: Add Explorer support for sync beacon messages
      
      * Initial integration test support for sync beacon plugins
      
      * Fix consensus integration test
      
      * Disable sync beacon follower plugin according to config
      
      * :white_check_mark: Fix dRNG integration-test
      
      * Fix sync beacon test
      
      * :white_check_mark:
      
       Fix common integration test
      
      * Clean up and add some comments
      
      Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
      Unverified
      b1b78a60
  7. Jul 23, 2020
    • Hans Moog's avatar
      Feat/wallet (#533) · 7ba94158
      Hans Moog authored
      * Feat: started adding new logic to the wallet package
      
      * Feat: intermediary commit
      
      * Feat: added Outputs to wallet
      
      * Feat: started implementing SendFunds
      
      * Feat: added AddressManager + refactored code
      
      * Feat: tx gets constructed
      
      * Feat: txs get sent now
      
      * Feat: fixed bug after merge
      
      * Fix: fixed faucet
      
      * Fix: fix double spend tool
      
      * Fix: refactored broken tests
      
      * Fix: fixed additional tests
      
      * Fix: fixed some integration tests
      
      * Fix: fixed some issues
      
      * Fix: fixed further bugs in integration tests
      
      * Fix: fixed some bugs
      
      * :white_check_mark: Make WaitToKillTimeInSeconds a parameter
      
      * :wrench: Set default ParaWaitToKill to 60 seconds
      
      * :bug: Fix bug
      
      * Feat: added an output manager
      
      * Fix: fixed bug
      
      * Feat: added new features to the wallet
      
      * Feat: added missing comments
      
      * Feat: updated some stuff
      
      * Feat: started to implement a cli wallet
      
      * Feat: added new features to cli wallet
      
      * Feat: added more features to cli wallet
      
      * Feat: MOAR FEATURES
      
      * Feat: finished wallet
      
      * Fix: fixed bug due to refactor
      
      * Fix: fixed bugs
      
      * Refactor: removed comments from private methods
      
      * do not ignore client lib
      
      * move wallet inside of the client dir
      
      * do not ignore client in docker build
      
      * go fmt yourself
      
      * Feat: added config to wallet
      
      * Feat: exe creates default config upon first launch
      
      * Feat: updated gitignore
      
      * Feat: refactored some code
      
      * Feat: added ERROR to all "non-fatal" error messages
      
      * Feat: removed error prefix from call and moved to func
      
      * Feat: indented error message
      
      * Feat: make commands look like params in useage print
      
      * Feat: reordered commands and params
      
      * Feat: fixed bug with colored coins creation
      
      * Fix: fixed missing unit tests
      
      * Feat: added message to sendfunds
      
      * Feat: added message for faucet POW call
      
      * Feat: intermediary commit
      
      * Fix: Enable server-status to get server information
      
      * Fix: Fix dependency cycle
      
      * Fix: Fix unit test errors
      
      * Fix: Fix integration test
      
      * Fix: Fix consensus integration test
      
      * Fix: fix :dog:
      
      * Refactor: Reorganize the wallet files to make it cleaner
      
      * Fix: Fix :dog:
      
      * :package:
      
       Add script for building cli-wallet binaries
      
      Co-authored-by: default avatarHans Moog <hm@mkjc.net>
      Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      Co-authored-by: default avatarjkrvivian <jkrvivian@gmail.com>
      Unverified
      7ba94158
    • Angelo Capossele's avatar
      :bug: Fix sigsegv error (#653) · e6d227ee
      Angelo Capossele authored
      Unverified
      e6d227ee
    • Levente Pap's avatar
      Analysis Server and Dashboard Refactor (#657) · 86e7b468
      Levente Pap authored
      * Send networkID (AppVersion) with Autopeering Heartbeat
      
      * Refactor Analysis Server & Dashboard
      
      - redesign interaction between server and dashboard
      - introduce networkID to organize data in server
      - migrate autopeering data collection to server from dashboard
      
      * Continue refactor
      
       - autopeering events triggered and called with event structs
       - refactor autopeering feed in analyis dashboard to send
         network version to frontend
       - refactor autopeering events replay
      
      * Define networkversion for WS msg types in frontend
      
      * Small fix in fpc_livefeed_test.go
      
      * Autopeering Analyzer displays per network data
      
      * Updates to Autopeering Analyzer
      
      - Auto select which network to display when no user choice is made
      - Various usability improvements
      - Code formatting
      
      * Update frontend deps
      
      * Bugfix in analysis dashboard
      
      * Update packr for analysis dashboard
      
      * :sparkles: Add version to FPC and metric heartbeats
      
      * :mute:
      
       Skip logging FPC and Metric heartbeats with wrong version
      
      * Add extra checks in ParseHeartbeat
      
       - "old" heartbeat packets should fail parsing
       - networkID is checked for size, and format
       - added new tests
      
      * Fix import formatting
      
      * Fix linter warning
      
      * Don't log empty network version heartbeat
      
      * Update network selection visuals
      
      * Rename Autopeering Visualizer to Pollen Visualizer
      
      * Clenup package.json and yarn.lock
      
      * Update packr
      
      Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
      Unverified
      86e7b468
    • Acha Bill's avatar
      sync beacon plugin (#644) · 4fb473f2
      Acha Bill authored
      * sync beacon
      
      * add integration tests
      
      * save point
      
      * use beacon as anchor point
      
      * review suggestion
      
      * check if monitor is already running before starting
      
      * debug: add logs
      
      * fix tests
      
      * separeate into sync beacon and sync beacon follower
      
      * review fixes
      
      * review changes
      Unverified
      4fb473f2
  8. Jul 22, 2020
  9. Jul 21, 2020
  10. Jul 20, 2020
  11. Jul 17, 2020
  12. Jul 16, 2020
Loading