- May 13, 2020
-
-
Luca Moser authored
-
- May 08, 2020
-
-
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:
Luca Moser <moser.luca@gmail.com>
-
- May 06, 2020
-
-
capossele authored
-
- May 04, 2020
-
-
Wolfgang Welz authored
* upgrade drand version * enable drng tests * fix go.sum *
✅ fix drng tests *🦴 fix watchdog warnings Co-authored-by:capossele <angelocapossele@gmail.com>
-
capossele authored
-
capossele authored
-
- Apr 30, 2020
-
-
Wolfgang Welz authored
-
Luca Moser authored
* adds bootstrap plugin * check sync state in sync-integration test * adds synced and bootstrapping plugin to integration test networks * fix
🐶 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
-
- Apr 29, 2020
-
-
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
-
- Apr 28, 2020
-
-
Wolfgang Welz authored
* assure that DropNeighbor is not leaking * bind events to gossip plugin * make the gossip manager a singleton * add comment * fix manager instantiation
-
- Apr 27, 2020
-
-
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
-
- Apr 24, 2020
-
-
Wolfgang Welz authored
-
- Apr 23, 2020
-
-
Hans Moog authored
-
Hans Moog authored
Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com> Co-Authored-By:
Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
-
lunfardo314 authored
-
lunfardo314 authored
-
- Apr 22, 2020
-
-
jkrvivian authored
-
Wolfgang Welz authored
* trigger event while locked * add dropNeighbor test * Fix name Co-Authored-By:
Luca Moser <moser.luca@gmail.com> * Rename AllNeighbors * fix linter warnings Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
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
-
- Apr 21, 2020
-
-
Luca Moser authored
-
- Apr 20, 2020
-
-
lunfardo314 authored
Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com>
-
lunfardo314 authored
Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com>
-
lunfardo314 authored
Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com>
-
lunfardo314 authored
Co-Authored-By:
Wolfgang Welz <welzwo@gmail.com>
-
lunfardo314 authored
- wrote tests for value transactions
-
- Apr 17, 2020
-
-
lunfardo314 authored
Co-Authored-By:
Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
-
lunfardo314 authored
- wrote tests for value transactions
-
lunfardo314 authored
- wrote tests for value transactions
-
- Apr 16, 2020
-
-
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
-
- Apr 15, 2020
-
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
- Apr 14, 2020
-
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-