Skip to content
Snippets Groups Projects
  1. Apr 22, 2020
    • Luca Moser's avatar
      Refactor message layer packages (#331) · 08b51ce5
      Luca Moser authored
      * replace 'transaction' with 'message' in message layer pkg
      
      * remove more occurrences of 'transaction'
      
      * fixes ReferencedMessageId() returning approverMessageId
      
      * renames ApprovingMessageId to ApproverMessageId
      
      * use ApproverMessageId in deleteFureCone()
      
      * refactors message pkg
      
      * renames payloadId in Message to contentId
      
      * finalize comment on what a Message is
      
      * refactors additional message sub pkgs
      
      * renames 'transaction' to 'message' in gossip plugin
      
      * removes occurrences of 'transaction' in graph plugin
      
      * removes occurrences of 'transaction' in metrics plugin
      
      * refactors dashboard plugin for messages
      
      * removes further occurrences where tx is used instead of msg
      
      * fixes TestMessageRequest in manager_test.go
      
      * go fmt explorer_routes.go
      
      * fix review comments
      
      * fix Errorf order
      
      * throw around bones
      08b51ce5
    • Levente Pap's avatar
      Analysis Client/Server Refactor (#317) · eeafca86
      Levente Pap authored
      * Update analysis/client with Heartbeat message type
      
      * Refactor analysis/server for heartbeat messages
      
      * Bug fix in analysis server
      
      * Fix heartbeat packet marshaling
      
      * Fix `nodes` and `links` maps handling
      
      * Fix in cleanup in recordedevents
      
      * Fix typos
      
      * Fix event log and heartbeat handling
      
      * Refactor analysis server
      
       * Remove obsolete packet types
       * Run Analysis Server Record Manager in background
       * Refactor Analysis Client with ticker
      
      * Define max amount of neighbors to report
      
      * Small fixes
      
      * New visualization for analysis server
      
      * PR review fixes
      
      * Remove `nodeOnline` and `nodeOffline` events from analysis server
      
      * Refactor analysis frontend
      
      * Fix bug in websocket, remove obsolete triggers
      
      * Remove debug vars, re-enable websocket ping
      
      * Stop ws pings when closed
      
      * Color settings for visualizer
      
      * Update graph colors
      
      * Fix no neighbor bug
      
      * Dynamically change springLength based on nodes
      
      * Small color fix
      
      * Rename ShutdownPriorityAnalysis
      
      * Formatting, linter suggestions
      
      * Update packr file for visualizer
      
      * Websocket Write() instead of TryWrite()
      eeafca86
  2. Apr 21, 2020
  3. Apr 17, 2020
  4. Apr 16, 2020
    • Jonas Theis's avatar
      Integration tests (#312) · 14948393
      Jonas Theis authored
      * Add docker compose for running integration tests.
      Runs entry_node and arbitrary number of peers in docker network
      
      * Fix permission denied in container if run without mounting a `rw` volume making it possible to run as throw-away container.
      Remove `VOLUME` from Dockerfile as this only pollutes host system with anonymous volumes.
      
      * Use named network for easier external use
      
      * Add test container that discovers peers and waits for autopeering to happen
      
      * Fix min waitForNeighbors
      
      * Add go.sum
      
      * Run integration tests with Github Actions
      
      * Added framework that abstracts the docker network and provides convenience functionality
      
      * Update directory in Github Actions
      
      * Add bash script for automated local test execution
      
      * Add getMessageByHash endpoint
      
      * Adjust to merge changes
      
      * Add methods to easily do HTTP POST requests
      
      * Added relay message test
      
      * Increase client timeout
      
      * Verbose output for tests makes it easier to follow the execution
      
      * Introduce small API wrapper for GoShimmer HTTP API
      
      * Adjust relay test to use new API wrapper
      
      * WIP: Docker logs
      
      * Fix issue with serving visualizer analysis server of entry node
      
      * Persist logs of containers after CI run
      
      * Fix test file
      
      * Fix uploading of artifacts
      
      * Save all containers' logs as artifacts
      
      * Create logs files also with local run
      
      * Add possibility to retrieve logs from a peer via Docker logs
      
      * Make tester part of the goshimmer module to make code sharing possible
      
      * Use client/lib to make HTTP requests in tester
      
      * Fix unit test directory
      
      * Add comments/doc to the code
      
      * Add readme
      
      * Move tester to own module and don't build container but use existing golang one instead
      
      * Address PR comments
      
      * Adjust to merge
      
      * Only use 1 config file for all containers
      
      * go mod tidy
      
      * Rename client lib base url
      14948393
    • jkrvivian's avatar
      Feat: Add tips chart in SPA plugin (#327) · 7eaae004
      jkrvivian authored
      * Feat: Add tips chart to dashboard
      
      * Feat: Pack tips chart
      
      * Fix: Fix wrong type in function parameter
      
      * Fix: Use GetTipCount() in TipSelector
      7eaae004
  5. Apr 15, 2020
  6. Apr 14, 2020
  7. Apr 09, 2020
  8. Apr 08, 2020
  9. Apr 07, 2020
  10. Apr 05, 2020
    • Hans Moog's avatar
      Message refactor (#322) · aae4b1ec
      Hans Moog authored
      * Feat: refactored message + started to add tests
      
      * Refactor: go mod tidy
      
      * Refactor: continued to refactor message
      
      * Feat: updated to last hive.go + added Signature() methid
      
      * Feat: go mod tidy
      
      * Feat: added mutex to the signature write in Bytes()
      
      * Fix: fixed Signature method
      
      * Feat: refactored message methods
      
      * Feat: refactored output
      
      * Fix: fixed signature mismatch in tangle factory methods
      
      * Refactor: go mod tidy
      
      * Feat: added solditification logic to value tangle
      
      * Feat: fixed some code related to objectstorage factories
      
      * Feat: model refactor
      
      * Fix: fixed a bug in the models of the valuetangle
      
      * Feat: refactored storageprefix framework
      
      * Feat: refactored some code
      
      * Refactor: additional refactor in OS logic
      
      * Refactor: refactored MissingPayload model
      
      * Refactor: refactored further models
      aae4b1ec
  11. Apr 03, 2020
  12. Apr 02, 2020
  13. Mar 30, 2020
    • capossele's avatar
      :recycle: fix dRNG plugin · 9d7a41b3
      capossele authored
      9d7a41b3
    • capossele's avatar
      :construction: WIP · 6a6bf42f
      capossele authored
      6a6bf42f
    • Hans Moog's avatar
      Feat: refactored message + started to add tests (#316) · c31c2e5d
      Hans Moog authored
      * Feat: refactored message + started to add tests
      
      * Refactor: go mod tidy
      
      * Refactor: continued to refactor message
      
      * Feat: updated to last hive.go + added Signature() methid
      
      * Feat: go mod tidy
      
      * Feat: added mutex to the signature write in Bytes()
      
      * Fix: fixed Signature method
      
      * Feat: refactored message methods
      c31c2e5d
  14. Mar 28, 2020
    • Hans Moog's avatar
    • Jonas Theis's avatar
      Message factory (#286) · 6b3723fa
      Jonas Theis authored
      
      * Added plugin structure and DB sequence number. WIP
      
      * First version of transaction factory and builders for payloads #275
      
      * Move marshalutil to hive.go
      
      * Refactor existing code (before binary) to use new hive.go/identity #282
      
      * Adjust binary code to use hive.go/identity and remove signature/ed25519 #282
      
      * Adjust moved files from merge to use hive.go/marshalutil
      
      * Adjust moved files from merge to use hive.go/identity and hive.go/crypto
      
      * Adjust to merged changes
      
      * Rename to MessageFactory
      
      * Use local identity and tip selector
      
      * Rename package
      
      * Add tests
      
      * Changed BuildMessage to receive an interface value instead of pointer
      
      * Refactoring and comments
      
      * Fix: fixed issues due to refactor
      
      * Refactor: refactored the code
      
      * Refactor: removed unnecessary messagefactory plugin
      
      * Refactor: cleaned up code
      
      * Feat: made spammer use messagefactory
      
      * Refactor: refactored method name and docs
      
      * Refactor: additional refactor
      
      * Refactor: go mod tidy
      
      Co-authored-by: default avatarHans Moog <hm@mkjc.net>
      6b3723fa
Loading