- May 29, 2020
-
-
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:
Angelo Capossele <angelocapossele@gmail.com>
-
- May 28, 2020
-
-
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
* refactor: Fix * refactor: Rename api route of testSendTxn to camel case
-
- May 26, 2020
-
-
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:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Hans Moog <hm@mkjc.net>
-
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:
Wolfgang Welz <welzwo@gmail.com>
-
lunfardo314 authored
Misc improvements of value transaction and address packages.
-
- May 25, 2020
-
-
Wolfgang Welz authored
-
lunfardo314 authored
-
lunfardo314 authored
- unit tests cleanup
-
Wolfgang Welz authored
* adapt to new hive.go version * upgrade hive.go * use store backed sequence * add option to use in-memory database * address review comments
-
Jonas Theis authored
* Add caching volume to tester container to significantly speed up integration test development * Increase wait time for peer to sync * Enable the creation of a partitioned network with Pumba to block traffic between the partitions * Add autopeering test
-
- May 22, 2020
-
-
lunfardo314 authored
- added function to sort slice of addresses - minor edits
-
lunfardo314 authored
- added function to sort slice of addresses - minor edits
-
- May 20, 2020
-
-
lunfardo314 authored
- added function to sort slice of addresses - minor edits
-
- May 19, 2020
-
-
lunfardo314 authored
- addded Transaction.PutSignature
-
- May 16, 2020
-
-
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
-
- May 14, 2020
-
-
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
-
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
* refactor: Fix -
Angelo Capossele authored
*
fix entropy of prng * simplify pseudoR
-
- May 13, 2020
-
-
Jonas Theis authored
-
Jonas Theis authored
* Add status code check to network shutdown so that a test fails if a container stops caused by an error * Speed up Docker network through little caching trick
-
Luca Moser authored
-
- May 11, 2020
-
-
Jonas Theis authored
* Add common integration tests * Add message layer persistence test * Adjust bootstrap time
-
Wolfgang Welz authored
There seems to be an issue with the very recent v1.3 update
-
- May 08, 2020
-
-
dependabot[bot] authored
* Bump jquery from 3.4.1 to 3.5.0 in /plugins/dashboard/frontend Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0 ) Signed-off-by:
dependabot[bot] <support@github.com> *
upgrades frontend dependencies and re-packr2 Co-authored-by:dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
capossele <angelocapossele@gmail.com>
-
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>
-
Angelo Capossele authored
dRNG integration test
-
capossele authored
-
- May 07, 2020
-
-
Levente Pap authored
* Refactor gracefulshutdown plugin * Remove reporting hanging workers * Add ShutdownWithError() func to trigger graceful shutdown from outside of the package with error message * Simplify code * Increase forcekill timeout to 60 seconds * Add back reporting of hanging workers * Upgrade hive.go * go mod tidy Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
capossele authored
-
capossele authored
-
capossele authored
-
Levente Pap authored
* Fix #355 Terminate GoShimmer without config file - `skip-config` flag to bypass check and supply values from cli * Remove empty line * Add some comments * change termination comment * lower case beginning of comments * Don't mount config file into docker container by default * Integration tests skip config file check * Add flags for logger config * Log at debug level for integration tests * Update hive.go to latest version * upgrade hive.go Signed-off-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Luca Moser <moser.luca@gmail.com> Co-authored-by:
jonastheis <mail@jonastheis.de> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com>
-
Luca Moser authored
* normalize bind addresses prints * refactors analysis plugins * adds tests for parsing/serializing heartbeat packets * adds additional test case * normalize usage of word 'ids' * updates packr files * normalizes handler routes for static assets for the analysis web interface * normalize config key names * adjusts configs for new analysis config keys * fixes review comments
-
- May 06, 2020