- Nov 02, 2020
-
-
Angelo Capossele authored
*
Adds koanf support * Fix config order Co-authored-by:jkrvivian <jkrvivian@gmail.com>
-
- Oct 28, 2020
-
-
capossele authored
-
- Sep 21, 2020
-
-
Ching-Hua (Vivian) Lin authored
* refactor: Move messagelayer/message to tangle/ * refactor: Modify the method receiver and annotate the error messages * refactor: Move messagelayer/payload to tangle/ * refactor: Modify the method receiver and annotate err messages in payload * refactor: Move messagelayer/messagerequester to tangle/ * refactor: Modify the method receiver in requester * refactor: Move messageparser/builtinfilter to tangle/ * refactor: Move messageparser/ to tangle/ * fix: Import fmt and minor fixes * refactor: Move messagefactory/ to tangle/ * refactor: Move tipselector/ to tangle/ * refactor: Rename method receivers in tipselector * refactor: Move messagelayer/tangle to tangle/ * refactor: Rename method receivers and annotate error messages in tangle * refactor: Move messagelayer/test to tangle/ * fix: Update to the develop branch * refactor: Create data payload in testing message creation * refactor: Use tangle package in gossip * fix: Fix
* fix: Rename for consistency * fix: Move message related const from payload.go to message.go * refactor: Use single character for method receivers * fix: Fix the unit test by using the correct variable name * refactor: Use tangle package in spammer * refactor: Use tangle package in faucet * refactor: Use tangle package in networkdelay * refactor: Use tangle package in valuetransfer * refactor: Use tangle package in messagelayer plugin * refactor: Use tangle package in gossip plugin * refactor: Use tangle package in syncbeacon plugin * refactor: Use tangle package in syncbeaconfollower plugin * refactor: Use tangle package in webapi plugin * refactor: Use tangle package in issuer plugin * refactor: Use tangle package in pow plugin * refactor: Use tangle package in metrics plugin * refactor: Use tangle package in drng plugin * refactor: Use tangle package in prometheus plugin * refactor: Use tangle package in dashboard plugin * refactor: Use tangle package in integration tests * fix: Fix unit tests * refactor: Remove binary/messaglayer * Feat: merged marshal changes * Feat: removed superfluous test * Fix: fixed wrong comment * refactor: Annotate error messages in marshal functions * refactor: Import fmt package * refactor: Aggregate all filters into filter.go * refactor: Rename Factory to MessageFactory to clarify the functionality * refactor: Rename Parser to MessageParser to clarify the functionality * refactor: Rename Requester to MessageRequester to clarify the functionality * refactor: Rename Parse to FromMarshalUtil for naming consistency * refactor: Fix comments * refactor: Fix comments * fix: Use the correct function Co-authored-by:Hans Moog <hm@mkjc.net>
-
- Sep 07, 2020
-
-
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
-
- Jul 28, 2020
-
-
Acha Bill authored
-
- Jul 27, 2020
-
-
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
-
- 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
* 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
-
-
Acha Bill authored
* sync beacon * add integration tests * save point * use beacon as anchor point * review suggestion * check if monitor is already running before starting * debug: add logs * fix tests * separeate into sync beacon and sync beacon follower * review fixes * review changes
-