Skip to content
Snippets Groups Projects
  1. Jun 12, 2020
  2. Jun 11, 2020
  3. Jun 10, 2020
    • Angelo Capossele's avatar
      38830fdd
    • 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
  4. Jun 09, 2020
  5. Jun 08, 2020
  6. Jun 02, 2020
    • Hans Moog's avatar
      Feat: Starting to implement the propagation of the confirmed flag (#440) · 9039716c
      Hans Moog authored
      * Fix: fixed marshal/unmarshal of branch regarding finalized flag
      
      * Feat: added confirmed propagation to branch dag
      
      * Feat: added rejected marshaling
      
      * Feat: added comment for SetBranchFinalized
      
      * Feat: finished confirmed propagation
      
      * Feat: private setters so one can not mess with the tangle
      
      * Refactor: refactored some code
      
      * Feat: linked branchmanager to tangle
      
      * Feat: refactored confirmed propagation
      
      * Feat: started to clean up the code / resort methods
      
      * Feat: cleaned up more code
      
      * Refactor: reordered methods
      9039716c
    • jkrvivian's avatar
      fix: Fix bugs while enabling value transfers dapp (#442) · 85e92abc
      jkrvivian authored
      * fix: Fix bugs while enabling value transfer
      
      * :heavy_minus_sign: 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 :dog:
      
      * refactor: Fix :dog:
      
      * 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
      
      * :bug: Fix FPC round initiator
      
      * :lipstick: Fix backgroundWorker name
      
      * :rotating_light: Adjust imports order
      
      * Wait for autopeering when node starts
      
      * Fix background worker name conflict with message tangle
      
      * :art: Use Voter()
      
      * :bug:
      
       Re-fix ValueTangle BackgroundWorker name
      
      Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
      Co-authored-by: default avatarjonastheis <mail@jonastheis.de>
      85e92abc
    • Luca Moser's avatar
      Vote-/UTXO-layer and branch unit tests (#430) · aa32ab70
      Luca Moser authored
      
      * Feat: initial commit
      
      * Feat: added setPreferred to TransactionMetadata
      
      * Feat: added a Conflicting() method to the transactionMetadata
      
      * Fix: fixed logic bug
      
      * Feat: refactored fcob
      
      * Refactor: refactored additional code
      
      * Fix: fixed a bug in ForeachConsumers
      
      * Refactor: cleaned up code
      
      * Feat: implemented FCOB consensus into the valuetransfer dapp
      
      * Refactor: refactored FCOB
      
      * Docs: added some additional comments
      
      * Docs: fixed comments
      
      * add branch manager conflict test
      
      * cleans failing test
      
      * Refactor: commit before branch change
      
      * Fix: fixed bug in AggregateBranches
      
      * assert aggr. branch IDs
      
      * expands branch conflict detection test
      
      * add visualisation of branch graph of test
      
      * Feat: added PayloadLiked Event
      
      * Refactor: fixed some missing comments + added liked to marshal
      
      * Feat: reworked the preferred and liked propagation
      
      * Refactor: cleaned up some logic
      
      * Refactor: simplified code
      
      * Refactor: cleaned up more stuff :P
      
      * Refactor: refactor
      
      * Feat: moved test + refactored fcob
      
      * adds more tests
      
      * fixes liked state not getting updated correctly of conflict members
      
      * adds additional liked/preferred propagation test
      
      * Fix: fixed missing preferred propagation to aggregated branches
      
      * Fix: fixed a few bugs in liked propagation
      
      * adapt to new hive.go version
      
      * upgrade hive.go
      
      * Feat: started implementing a wallet
      
      * Feat: extended wallet files
      
      * remove weird test
      
      * use mem db for tests
      
      * more tests
      
      * did someone say more tests?
      
      * Fix: fixed bug in findDeepestCommonDescendants
      
      * simply test
      
      * adds additional test
      
      * use store backed sequence
      
      * add option to use in-memory database
      
      * address review comments
      
      * Fix: fixed missing events in branchmanaer
      
      * Feat: propagate changes from branch to transaction
      
      * Feat: started implementing confirmed propagation
      
      * Fix: fixed unreachable code
      
      * Refactor: refactored some code according to wolfgangs review
      
      * Refactor: cleaned up the code according to DRY
      
      * Refactor: refactored according to wollac
      
      * Refactor: refactored according to wollac
      
      * Refactor: refactored according to wollac
      
      * Refactor: refactored the code to make it more readable
      
      * Refactor: added some doc comments + cleaned up some more code
      
      * fix weird duplicated code
      
      * fixes shadow dec.
      
      * check modified flags
      
      Co-authored-by: default avatarHans Moog <hm@mkjc.net>
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      aa32ab70
    • Angelo Capossele's avatar
      Add panic if backgroundWorker fails (#444) · 99a43562
      Angelo Capossele authored
      * :scream: Add panic if backgroundWorker fails
      
      * :art: Use log.Panicf instead of panic
      99a43562
  7. May 31, 2020
  8. May 30, 2020
    • Jonas Theis's avatar
      Parallel integration tests (#443) · fc739a8f
      Jonas Theis authored
      * Split tests in different packages so that they can run in parallel
      
      * Set name to env name
      
      * Add jobs for other integration tests
      
      * Adjust waiting times
      
      * Remove cleanup from workflow
      
      * Add timeout to wait for peers to start
      fc739a8f
  9. 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
  10. 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 :dog:
      
      * refactor: Fix :dog:
      
      * refactor: Rename api route of testSendTxn to camel case
      4a47fc7c
  11. May 26, 2020
    • Jonas Theis's avatar
      TipManager & ValueObject factory (#417) · 7db8e8e1
      Jonas Theis authored
      
      * Add TipManager with naive locking and some basic tests
      
      * Add ValueObjectFactory
      
      * Bones
      
      * Refactor TipManager to be able to handle tips in the context of branches
      
      * Add unit tests
      
      * Add more tests
      
      * Feat: initial commit
      
      * Feat: added setPreferred to TransactionMetadata
      
      * Feat: added a Conflicting() method to the transactionMetadata
      
      * Fix: fixed logic bug
      
      * Feat: refactored fcob
      
      * Refactor: refactored additional code
      
      * Fix: fixed a bug in ForeachConsumers
      
      * Refactor: cleaned up code
      
      * Feat: implemented FCOB consensus into the valuetransfer dapp
      
      * Refactor: refactored FCOB
      
      * Docs: added some additional comments
      
      * Docs: fixed comments
      
      * Refactor: commit before branch change
      
      * Feat: added PayloadLiked Event
      
      * Refactor: fixed some missing comments + added liked to marshal
      
      * Feat: reworked the preferred and liked propagation
      
      * Refactor: cleaned up some logic
      
      * Refactor: simplified code
      
      * Refactor: cleaned up more stuff :P
      
      * Refactor: refactor
      
      * Feat: moved test + refactored fcob
      
      * Fix: fixed a few bugs in liked propagation
      
      * Rewrite TipManager to maintain a simple flat map of tips. The value transfers plugin needs to call the corresponding functions AddTip and RemoveTip when a value object is liked or disliked, respectively.
      
      * adapt to new hive.go version
      
      * upgrade hive.go
      
      * Feat: started implementing a wallet
      
      * Feat: extended wallet files
      
      * Integrate tipmanager on tangle events
      
      * Rename TipCount to Size
      
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      Co-authored-by: default avatarHans Moog <hm@mkjc.net>
      7db8e8e1
    • Hans Moog's avatar
      Feat: Refactor Preferred / Liked logic (#428) · 0355aee5
      Hans Moog authored
      
      * Feat: initial commit
      
      * Feat: added setPreferred to TransactionMetadata
      
      * Feat: added a Conflicting() method to the transactionMetadata
      
      * Fix: fixed logic bug
      
      * Feat: refactored fcob
      
      * Refactor: refactored additional code
      
      * Fix: fixed a bug in ForeachConsumers
      
      * Refactor: cleaned up code
      
      * Feat: implemented FCOB consensus into the valuetransfer dapp
      
      * Refactor: refactored FCOB
      
      * Docs: added some additional comments
      
      * Docs: fixed comments
      
      * Refactor: commit before branch change
      
      * Feat: added PayloadLiked Event
      
      * Refactor: fixed some missing comments + added liked to marshal
      
      * Feat: reworked the preferred and liked propagation
      
      * Refactor: cleaned up some logic
      
      * Refactor: simplified code
      
      * Refactor: cleaned up more stuff :P
      
      * Refactor: refactor
      
      * Feat: moved test + refactored fcob
      
      * Fix: fixed a few bugs in liked propagation
      
      * adapt to new hive.go version
      
      * upgrade hive.go
      
      * Feat: started implementing a wallet
      
      * Feat: extended wallet files
      
      * use store backed sequence
      
      * add option to use in-memory database
      
      * address review comments
      
      * Fix: fixed missing events in branchmanaer
      
      * Feat: propagate changes from branch to transaction
      
      * Feat: started implementing confirmed propagation
      
      * Fix: fixed unreachable code
      
      * Refactor: refactored some code according to wolfgangs review
      
      * Refactor: cleaned up the code according to DRY
      
      * Refactor: refactored according to wollac
      
      * Refactor: refactored according to wollac
      
      * Refactor: refactored according to wollac
      
      * Refactor: refactored the code to make it more readable
      
      * Refactor: added some doc comments + cleaned up some more code
      
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      0355aee5
    • lunfardo314's avatar
      Merge pull request #435 from lunfardo314/develop · 3ab6f173
      lunfardo314 authored
      Misc improvements of value transaction and address packages.
      3ab6f173
  12. May 25, 2020
  13. May 22, 2020
  14. May 20, 2020
  15. May 19, 2020
  16. May 16, 2020
    • Hans Moog's avatar
      Feat: Adding the ability to book ValueObjects into their corresponding branch (#414) · 99da8900
      Hans Moog authored
      * Feat: added valueobjectbooking model
      
      * Docs: adjusted docs
      
      * Docs: updated another comment
      
      * Feat: added first function to book ValueObjects
      
      * Feat: intermediary commit so nothing gets lost
      
      * Feat: nearly done with the refactor
      
      * Feat: nearly finished the tangle refactor
      
      * Feat: finished refactor
      
      * Fix: fixed unreleased object
      
      * Refactor: removed comment
      
      * Feat: added LedgerState.Balances
      
      * Feat: first successful test for valuetransfer
      
      * Feat: refactor
      
      * Fix: fixed bug in BranchesConflicting
      
      * Fix: fixed annotations from cilint
      
      * Feat: commit so we can merge :D
      99da8900
  17. 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 :dog:
      
      * refactor: Fix :dog:
      0a6095d0
    • Angelo Capossele's avatar
      Fix entropy of prng (#422) · 21bbf9e6
      Angelo Capossele authored
      * :bug: fix entropy of prng
      
      * :recycle: simplify pseudoR
      21bbf9e6
  18. May 13, 2020
Loading