- Sep 07, 2020
-
-
Ching-Hua (Vivian) Lin authored
* refactor: Rename trunk and branch to parent1 and parent2 * refactor: Minor fixes * refactor: Update packr file * refactor: Rename trunk/branch in tools api handlers
-
- Sep 03, 2020
-
-
Wolfgang Welz authored
-
Wolfgang Welz authored
* bump network and database version * v0.2.4
-
Ching-Hua (Vivian) Lin authored
* feat: Add scrollbar to explorer livefeed * Update packr Co-authored-by:
Levente Pap <levente.pap@iota.org>
-
Angelo Capossele authored
*
Add value tips debug API * Add transactionID * Update dRNG instance ID * Add value/debug API endpoint * Fix typo * Refactor tools API * Remove value tips API * Refactor API * Rename debug to objects -
dependabot[bot] authored
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Aug 25, 2020
-
-
Angelo Capossele authored
-
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 *
Fix missing map initialization * 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:Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Hans Moog <hm@mkjc.net> Co-authored-by:
capossele <angelocapossele@gmail.com>
-
- Aug 24, 2020
-
-
Angelo Capossele authored
*
Add value tips debug API * Add transactionID * Update dRNG instance ID
-
- Aug 20, 2020
-
-
Angelo Capossele authored
-
- Aug 12, 2020
-
-
Angelo Capossele authored
*
Make autopeering.NetworkVersion configurable * Fix typos * Define NetworkVersion() as a function * Add NetworkVersion on info API endpoint * Add missing comment -
Angelo Capossele authored
*
Upgrade drand dependencies * Enable dRNG beacon livefeed * Refactor dRNG API * Update dRNG integration test
-
- Aug 11, 2020
-
-
Wolfgang Welz authored
Merge v0.2.3 changes into master
-
Wolfgang Welz authored
-
Wolfgang Welz authored
-
- Aug 10, 2020
-
-
Wolfgang Welz authored
-
Levente Pap authored
* Fix MPS Per Payload Graph on Grafana Dashboard - typo in networkdelay payload typr - add syncbeacon payload type * Enable prometheus process metrics by default * Export nodeID via prometheus * Update Grafana with nodeID and Uptime * Disable process metrics for peer_master in docker-network
-
Wolfgang Welz authored
-
Angelo Capossele authored
-
- Aug 05, 2020
-
-
Levente Pap authored
-
Jonas Theis authored
-
- Aug 03, 2020
-
-
Acha Bill authored
Fix all linter issues
-
- Jul 30, 2020
-
-
Acha Bill authored
-
Acha Bill authored
Co-authored-by:
Ching-Hua (Vivian) Lin <jkrvivian@gmail.com>
-
Acha Bill authored
Co-authored-by:
Ching-Hua (Vivian) Lin <jkrvivian@gmail.com>
-
Acha Bill authored
Co-authored-by:
Ching-Hua (Vivian) Lin <jkrvivian@gmail.com>
-
- Jul 29, 2020
-
-
Acha Bill authored
-
- Jul 28, 2020
- Jul 27, 2020
-
-
Luca Moser authored
Merges v0.2.2 changes to master
-
Wolfgang Welz authored
-
Jonas Theis authored
* Bump up versions * Add changelog * Remove waiting on startup for sync beacon node with `syncbeacon.startSynced=true` * Update CHANGELOG.md Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com>
-
Levente Pap authored
* Make syncPercentage configurable - Use `syncbeaconfollower.syncPercentage` in config.json to specify the desired percentage of nodes (being followed) that we need to be synced compared to in order to consider the node synced. - syncPercentage has to be in [0.5, 1.0] interval. - Use default value of 0.5 in case of invalid config. * Add syncPercentage to config.default.json * Fix syncbeaconfollower configure order
-
Wolfgang Welz authored
* build cli-wallet with goreleaser * remove cli-wallet build script * use plain goreleaser as cgo is not required
-
Angelo Capossele authored
*
Add RetrieveAllTips from the Tangle * Fix: Fix Co-authored-by:jkrvivian <jkrvivian@gmail.com>
-
- Jul 25, 2020
-
-
Angelo Capossele authored
*
Add syncbeacon to config * Refactor syncbeaconfollower * Fix syncbeacon integration test * Fix double-spend tool * Fix analysis dashboard title * Add Shutdown method to messageRequester * Dirty FCOB shutdown fix * Add debug logs for message tangle shutdown * Fix typo * Fix message Tangle objects released * Load all missing messages into message requester on startup * Fix pointer issue for anonymous function * Fix consensus integration test Co-authored-by:jonastheis <mail@jonastheis.de>
-
- Jul 24, 2020
-
-
Jonas Theis authored
* Missing message investigation * Delete suddenly appeared messages *
Add IsDeleted check * Undo deletion * Add metadata check to messageExists * Fix bug * Move sendRequest and ensure timer is stopped * Remove count check * Undo request deletion and only use StopRequest * Move MissingMessageAppeared to StopRequest * Force MissingMessageReceived triggering * Enable deadlock mutex for debug * refactor reRequest lock-unlock * re-enable messageExists check * Remove waiting for the timer to be stopped * Re-enable count * Move IO access out of the lock * Remove MissingMessageAppeared * Remove messageExistsFunc check * Refactor reRequest * Increase threshold and remove print * Fix linter warnings Co-authored-by:Levente Pap <levente.pap@iota.org> Co-authored-by:
capossele <angelocapossele@gmail.com>
-
Jonas Theis authored
* Use sync beacon follower plugin instead of sync plugin * Remove sync and bootstrap plugin * Refactor sync beacon stuff * Update Docker network to use sync beacon plugins *
Add detailed sync status to dashboard * Add detailed sync status to info API * Fix linter warning * Add Explorer support for sync beacon messages * Initial integration test support for sync beacon plugins * Fix consensus integration test * Disable sync beacon follower plugin according to config * Fix dRNG integration-test * Fix sync beacon test * Fix common integration test * Clean up and add some comments Co-authored-by:capossele <angelocapossele@gmail.com>
-
- Jul 23, 2020
-
-
Hans Moog authored
* Feat: started adding new logic to the wallet package * Feat: intermediary commit * Feat: added Outputs to wallet * Feat: started implementing SendFunds * Feat: added AddressManager + refactored code * Feat: tx gets constructed * Feat: txs get sent now * Feat: fixed bug after merge * Fix: fixed faucet * Fix: fix double spend tool * Fix: refactored broken tests * Fix: fixed additional tests * Fix: fixed some integration tests * Fix: fixed some issues * Fix: fixed further bugs in integration tests * Fix: fixed some bugs *
Make WaitToKillTimeInSeconds a parameter * Set default ParaWaitToKill to 60 seconds * Fix bug * Feat: added an output manager * Fix: fixed bug * Feat: added new features to the wallet * Feat: added missing comments * Feat: updated some stuff * Feat: started to implement a cli wallet * Feat: added new features to cli wallet * Feat: added more features to cli wallet * Feat: MOAR FEATURES * Feat: finished wallet * Fix: fixed bug due to refactor * Fix: fixed bugs * Refactor: removed comments from private methods * do not ignore client lib * move wallet inside of the client dir * do not ignore client in docker build * go fmt yourself * Feat: added config to wallet * Feat: exe creates default config upon first launch * Feat: updated gitignore * Feat: refactored some code * Feat: added ERROR to all "non-fatal" error messages * Feat: removed error prefix from call and moved to func * Feat: indented error message * Feat: make commands look like params in useage print * Feat: reordered commands and params * Feat: fixed bug with colored coins creation * Fix: fixed missing unit tests * Feat: added message to sendfunds * Feat: added message for faucet POW call * Feat: intermediary commit * Fix: Enable server-status to get server information * Fix: Fix dependency cycle * Fix: Fix unit test errors * Fix: Fix integration test * Fix: Fix consensus integration test * Fix: fix * Refactor: Reorganize the wallet files to make it cleaner * Fix: Fix * Add script for building cli-wallet binaries Co-authored-by:Hans Moog <hm@mkjc.net> Co-authored-by:
capossele <angelocapossele@gmail.com> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
jkrvivian <jkrvivian@gmail.com>
-