Skip to content
Snippets Groups Projects
  1. Oct 08, 2020
  2. Oct 07, 2020
  3. Oct 06, 2020
  4. Oct 04, 2020
  5. Sep 30, 2020
    • Ching-Hua (Vivian) Lin's avatar
      refactor: Flatten webapi (#753) · 806ee367
      Ching-Hua (Vivian) Lin authored
      * refactor: Flatten webapi plugin
      
      * fix: Remove settings for testing
      
      * refactor: Update disabled plugins in docker-network and intergration-tests
      
      * fix: Unexport log
      
      * fix: Upadate the imported package in consensus integration test
      
      * fix: Fix :dog:
      
      * refactor: Make endpoints as subplugins
      
      * fix: Fix :dog:
      
      * refactor: Rename utils.go to common.go
      
      * refactor: Unexported api handlers
      
      * fix: Minor fix
      
      * refactor: Move drng/info api to drng/
      
      * refactor: Move spammer from webapi to core plugins
      Unverified
      806ee367
    • Jonas Theis's avatar
      Clock synchronization according to proposal (#748) · 1aaf9c57
      Jonas Theis authored
      * Add clock synchronization according to proposal
      
      * go mod tidy
      
      * Disable clock plugin in Docker network by default
      Unverified
      1aaf9c57
  6. Sep 28, 2020
  7. Sep 23, 2020
  8. Sep 22, 2020
  9. Sep 21, 2020
    • Ching-Hua (Vivian) Lin's avatar
      refactor: Remove binary/messagelayer and replace with tangle package (#740) · b8c3db3a
      Ching-Hua (Vivian) Lin authored
      * refactor: Move messagelayer/message to tangle/
      
      * refactor: Modify the method receiver and annotate the error messages
      
      * refactor: Move messagelayer/payload to tangle/
      
      * refactor: Modify the method receiver and annotate err messages in payload
      
      * refactor: Move messagelayer/messagerequester to tangle/
      
      * refactor: Modify the method receiver in requester
      
      * refactor: Move messageparser/builtinfilter to tangle/
      
      * refactor: Move messageparser/ to tangle/
      
      * fix: Import fmt and minor fixes
      
      * refactor: Move messagefactory/ to tangle/
      
      * refactor: Move tipselector/ to tangle/
      
      * refactor: Rename method receivers in tipselector
      
      * refactor: Move messagelayer/tangle to tangle/
      
      * refactor: Rename method receivers and annotate error messages in tangle
      
      * refactor: Move messagelayer/test to tangle/
      
      * fix: Update to the develop branch
      
      * refactor: Create data payload in testing message creation
      
      * refactor: Use tangle package in gossip
      
      * fix: Fix :dog:
      
      
      
      * fix: Rename for consistency
      
      * fix: Move message related const from payload.go to message.go
      
      * refactor: Use single character for method receivers
      
      * fix: Fix the unit test by using the correct variable name
      
      * refactor: Use tangle package in spammer
      
      * refactor: Use tangle package in faucet
      
      * refactor: Use tangle package in networkdelay
      
      * refactor: Use tangle package in valuetransfer
      
      * refactor: Use tangle package in messagelayer plugin
      
      * refactor: Use tangle package in gossip plugin
      
      * refactor: Use tangle package in syncbeacon plugin
      
      * refactor: Use tangle package in syncbeaconfollower plugin
      
      * refactor: Use tangle package in webapi plugin
      
      * refactor: Use tangle package in issuer plugin
      
      * refactor: Use tangle package in pow plugin
      
      * refactor: Use tangle package in metrics plugin
      
      * refactor: Use tangle package in drng plugin
      
      * refactor: Use tangle package in prometheus plugin
      
      * refactor: Use tangle package in dashboard plugin
      
      * refactor: Use tangle package in integration tests
      
      * fix: Fix unit tests
      
      * refactor: Remove binary/messaglayer
      
      * Feat: merged marshal changes
      
      * Feat: removed superfluous test
      
      * Fix: fixed wrong comment
      
      * refactor: Annotate error messages in marshal functions
      
      * refactor: Import fmt package
      
      * refactor: Aggregate all filters into filter.go
      
      * refactor: Rename Factory to MessageFactory to clarify the functionality
      
      * refactor: Rename Parser to MessageParser to clarify the functionality
      
      * refactor: Rename Requester to MessageRequester to clarify the functionality
      
      * refactor: Rename Parse to FromMarshalUtil for naming consistency
      
      * refactor: Fix comments
      
      * refactor: Fix comments
      
      * fix: Use the correct function
      
      Co-authored-by: default avatarHans Moog <hm@mkjc.net>
      Unverified
      b8c3db3a
  10. Sep 17, 2020
  11. Sep 16, 2020
    • Ching-Hua (Vivian) Lin's avatar
      refactor: Flatten messagelayer (#732) · 45a94bcd
      Ching-Hua (Vivian) Lin authored
      * refactor: Move messagelayer/message to tangle/
      
      * refactor: Modify the method receiver and annotate the error messages
      
      * refactor: Move messagelayer/payload to tangle/
      
      * refactor: Modify the method receiver and annotate err messages in payload
      
      * refactor: Move messagelayer/messagerequester to tangle/
      
      * refactor: Modify the method receiver in requester
      
      * refactor: Move messageparser/builtinfilter to tangle/
      
      * refactor: Move messageparser/ to tangle/
      
      * fix: Import fmt and minor fixes
      
      * refactor: Move messagefactory/ to tangle/
      
      * refactor: Move tipselector/ to tangle/
      
      * refactor: Rename method receivers in tipselector
      
      * refactor: Move messagelayer/tangle to tangle/
      
      * refactor: Rename method receivers and annotate error messages in tangle
      
      * refactor: Move messagelayer/test to tangle/
      
      * fix: Update to the develop branch
      
      * refactor: Create data payload in testing message creation
      
      * fix: Fix :dog:
      
      
      
      * fix: Rename for consistency
      
      * fix: Move message related const from payload.go to message.go
      
      * refactor: Use single character for method receivers
      
      * fix: Fix the unit test by using the correct variable name
      
      * Feat: merged marshal changes
      
      * Feat: removed superfluous test
      
      * Fix: fixed wrong comment
      
      * refactor: Annotate error messages in marshal functions
      
      * refactor: Import fmt package
      
      * refactor: Aggregate all filters into filter.go
      
      * refactor: Rename Factory to MessageFactory to clarify the functionality
      
      * refactor: Rename Parser to MessageParser to clarify the functionality
      
      * refactor: Rename Requester to MessageRequester to clarify the functionality
      
      * refactor: Rename Parse to FromMarshalUtil for naming consistency
      
      * refactor: Fix comments
      
      Co-authored-by: default avatarHans Moog <hm@mkjc.net>
      Unverified
      45a94bcd
  12. Sep 14, 2020
    • Jonas Theis's avatar
      Move datastructures to hive.go (#724) · 6518b46d
      Jonas Theis authored
      * Update to latest hive.go changes
      
      * Move datastructures from GoShimmer to hive.go
      Unverified
      6518b46d
    • Hans Moog's avatar
      Feat: updated hive.go (#729) · 14592f27
      Hans Moog authored
      * Feat: updated hive.go
      
      * Feat: started refactoring parsing of entities
      
      * Feat: first changes due to hive.go new marshaling logic
      
      * Feat: fixed MessageMetadata
      
      * Feat: fixed Approver
      
      * Feat: updated MissingMessage
      
      * Feat: started updating first branch models
      
      * Feat: ported ConflictSet
      
      * Fix: fixed bug with Conflict
      
      * Fix: fixed some issues
      
      * Fix: fixed branchmanager refactor
      
      * Feat: refactored payload marshaling
      
      * Feat: finished reworking PayloadMetadata
      
      * Feat: finished refactoring PayloadApprover
      
      * Fix: fixed some more models
      
      * Feat: fixed some more issues
      
      * Fix: one model left :P
      
      * Fix: fixed last model
      
      * Feat: fixed test
      
      * Fix: fixed unused var bug due to debug
      
      * Feat: fixed something in faucet payload
      
      * Fix: fixed some issues
      
      * Fix: fixed a bug in the refactor
      
      * Feat: added debug output if error in drng test
      
      * :arrow_up:
      
       Update drand docker image
      
      Co-authored-by: default avatarHans Moog <hm@mkjc.net>
      Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
      Unverified
      14592f27
  13. Sep 10, 2020
  14. Sep 09, 2020
  15. Sep 07, 2020
  16. Sep 03, 2020
  17. Aug 25, 2020
    • Angelo Capossele's avatar
      :sparkles: Add rand-seed tool (#710) · 2a3f56ba
      Angelo Capossele authored
      Unverified
      2a3f56ba
    • Hans Moog's avatar
      Fix: missing message race condition (#702) · 4032c81b
      Hans Moog authored
      * Fix: Fixes the race condition when marking messages as missing
      
      * Feat: added unit test for race condition
      
      * Feat: upgraded hive.go
      
      * Feat: changed missing message tracker to consider actual ids
      
      * Feat: updated to latest hive.go
      
      * :bug: Fix missing map initialization
      
      * :arrow_up:
      
       Update integration test dependencies
      
      * Feat: updated test to be more realistic
      
      * Feat: refactored test
      
      * Feat: upgraded to latest hive.go
      
      * Feat: go mod tidy
      
      * Fix: fixed some bugs
      
      * Feat: added debug log to tangle
      
      * Feat: changed location of log file
      
      * Feat: cleaned up message requester
      
      * Feat: upgraded to latest hive.go
      
      * Feat: updated hive
      
      * Fix: fixed call to wrong logger method
      
      * Feat: added logger through hive.go
      
      * Feat: updated hive.go
      
      * Feat: added new hive.go
      
      * Feat: update to latest hive.go
      
      * Fix: fix after changes in hive.go
      
      * Feat: refactored randomMap
      
      * Fix: fixed objectstorage leak
      
      * Refactor: reverted changes to dbstats
      
      * Fix: removed unused variable
      
      * Refactor: refactored MissingMessages function
      
      Co-authored-by: default avatarWolfgang Welz <welzwo@gmail.com>
      Co-authored-by: default avatarHans Moog <hm@mkjc.net>
      Co-authored-by: default avatarcapossele <angelocapossele@gmail.com>
      Unverified
      4032c81b
  18. Aug 24, 2020
  19. Aug 20, 2020
  20. Aug 12, 2020
  21. Aug 11, 2020
  22. Aug 10, 2020
Loading