Skip to content
Snippets Groups Projects
  1. May 13, 2020
  2. May 08, 2020
    • Hans Moog's avatar
      Refactor / Cleanup Branchmanager (#380) · 3f27e3aa
      Hans Moog authored
      
      * Feat: started adding conflict checls
      
      * Feat: finished BranchConflicting function
      
      * Fix: fixed bugs in BranchesConflicting
      
      * Feat: InheritBranches now checks conflicts
      
      * Feat: completed AddBranch method
      
      * Feat: refactored InheritBranches
      
      * Refactor: refactored AddBranch
      
      * Feat: started implementing objectstorage in branchmanager
      
      * Refactor: refactored Parse functions
      
      * Feat: added KeyPartitions to branchmanager objectstorage
      
      * Refactor: refactored some code
      
      * Feat: added events to Branch
      
      * Refactor: refactored event logic
      
      * Refactor: removed unnecessary code
      
      * Refactor: replaced events with manager based implementation
      
      * Refactor: refactored branchmanager to update branches
      
      * Feat: removed unused property
      
      * Refactor: removed unused method (fork does everything)
      
      * Refactor: commit before branch change
      
      * Feat: added a method to update the parent branch
      
      * Feat: added SetModified in models
      
      * Feat: completed different logics
      
      * Feat: added ability to uncolor coins
      
      * Refactor: refactored some code + comments
      
      * Refactor: renamed ancestor to descendant :P
      
      * adds comments from meeting (#411)
      
      * Refactor: refactored some last stuff before merge
      
      * Feat: updated to latest hive.go
      
      * Feat: updated hive.go in tester
      
      Co-authored-by: default avatarLuca Moser <moser.luca@gmail.com>
      Unverified
      3f27e3aa
  3. May 06, 2020
  4. May 04, 2020
  5. Apr 30, 2020
    • Wolfgang Welz's avatar
      upgrade drand version · 0fff31a8
      Wolfgang Welz authored
      0fff31a8
    • Luca Moser's avatar
      Adds bootstrap/sync/issuer plugin (#390) · e8b6b9e5
      Luca Moser authored
      * adds bootstrap plugin
      
      * check sync state in sync-integration test
      
      * adds synced and bootstrapping plugin to integration test networks
      
      * fix :dog:comments
      
      * re-introduce go.mod into integration test dir
      
      * adds desynchronization monitor
      
      * adds shutdown priority for bootstrap plugin bk. worker
      
      * give the dog some pedigree
      
      * adds anchor point cleanup interval
      
      * fix review dog comments
      
      * go mod tidy powered by Marie Kondo
      Unverified
      e8b6b9e5
  6. 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
      Unverified
      18dba17c
  7. Apr 27, 2020
    • Hans Moog's avatar
      Refactor value transfer logic (#330) · ec373339
      Hans Moog authored
      * Feat: value transfers are working
      
      * Feat: tangle now detects invalid transactions
      
      * Refactor: refactored some code
      
      * Feat: finished unit test for value transaction
      
      * Feat: added ledger state (reads information from value tangle)
      
      * Refactor: refactored some code
      
      * Feat: finished refactoring isTransactionSolid method
      
      * Feat: added RealityId model for parallel reality based ledger
      
      * Refactor: moved Output to tangle and introduced branches
      
      * Refactor: refactored some code
      
      * Refactor: renamed "NEW" color
      
      * Feat: started adding branches
      
      * Feat: nothing works anymore :p Started to refactor
      
      * Feat: cleaned up tangle in valuetransfers
      
      * Fix: fixed most refactor related bugs
      
      * Feat: introduced branchmanager and utxodag
      
      * Refactor: cleaned up some code
      
      * Feat: introduced ledgerstate
      
      * Feat: balances get booked into branches
      
      * Feat: started implementing fork logic
      
      * Feat: added some more logic :P
      
      * Feat: commit before develop rebase
      
      * Fix: fixed comments from golangci-lint
      
      * Refactor: refactored moveTransaction logic
      
      * Refactor: refactor
      
      * Refactor: refactored valuetransfers to be a selfcontained app
      
      * Fix: fixed errors due to merge
      
      * Fix: fixed bug
      
      * Feat: added preferred/liked to branch
      
      * Feat: added a lot of branchmanager logic
      
      * Feat: implemented FPC in the valuetransfers DAPP
      
      * Refactor: refactored according to golint
      Unverified
      ec373339
  8. Apr 23, 2020
  9. 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
      Unverified
      08b51ce5
  10. Apr 20, 2020
  11. Apr 17, 2020
  12. Apr 16, 2020
    • Hans Moog's avatar
      Feat: Started implementing branch based leder state (#324) · 738e6717
      Hans Moog authored
      * Feat: value transfers are working
      
      * Feat: tangle now detects invalid transactions
      
      * Refactor: refactored some code
      
      * Feat: finished unit test for value transaction
      
      * Feat: added ledger state (reads information from value tangle)
      
      * Refactor: refactored some code
      
      * Feat: finished refactoring isTransactionSolid method
      
      * Feat: added RealityId model for parallel reality based ledger
      
      * Refactor: moved Output to tangle and introduced branches
      
      * Refactor: refactored some code
      
      * Refactor: renamed "NEW" color
      
      * Feat: started adding branches
      Unverified
      738e6717
  13. Apr 09, 2020
  14. Apr 08, 2020
  15. Apr 06, 2020
    • lunfardo314's avatar
      BLS signatures: fixes and improvements (#315) · f6b6cf58
      lunfardo314 authored
      * minor bug fix
      
      * BLS signatures: bug fix in test, removed unnecessary function, added new test
      
      * BLS signatures: bug fix in test, removed unnecessary function, added new test
      
      * BLS signatures: bug fix in test, removed unnecessary function, added new test
      
      * BLS signatures: bug fix in test, removed unnecessary function, added new test
      
      * BLS signatures: bug fix in test, removed unnecessary function, added new test
      Unverified
      f6b6cf58
  16. 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
      Unverified
      aae4b1ec
  17. Apr 03, 2020
    • Hans Moog's avatar
      ValueTangle implementation (#320) · 24fbbae4
      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
      Unverified
      24fbbae4
  18. Mar 30, 2020
  19. Mar 29, 2020
  20. 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>
      Unverified
      6b3723fa
Loading