- Sep 09, 2020
-
-
Hans Moog authored
* Feat: updated to latest hive.go * Fix: started fixing some issued due to the refactor * Fix: fixed some more issues Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Sep 07, 2020
-
-
Jonas Theis authored
Split MongoDB, Grafana and Prometheus into separate docker file and load it only when specified with run command (#721)
-
Ching-Hua (Vivian) Lin authored
* refactor: Refactor messagelayer events * refactor: Refactor drng events * fix: Fix messagelayer unit tests * refactor: Refactor value events * fix: Fix wrong parameter in TransactionBooked event * refactor: Fix
* refactor: Rename event parameter structure for consistency * refactor: Rename parameters * fix: Fix message tangle unit tests * refactor: Refactor messagerequester events * fix: Minor fix * refactor: Rename Txn to Transaction * refactor: Rename OutputIDs in ForkEvent to InputIDs * refactor: Use the pointer of events structure for consistency * refactor: Minor fix -
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>
-