- Nov 10, 2020
-
-
Angelo Capossele authored
-
- Nov 06, 2020
-
-
Hans Moog authored
Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Nov 02, 2020
-
-
Angelo Capossele authored
*
Adds koanf support * Fix config order Co-authored-by:jkrvivian <jkrvivian@gmail.com>
-
- Oct 30, 2020
-
-
Levente Pap authored
Naming of marhsalutil size variables changed.
-
- Oct 29, 2020
-
-
jonastheis authored
-
- Oct 28, 2020
-
-
capossele authored
-
- Oct 09, 2020
-
-
Levente Pap authored
* Flatten Faucet DApp * Fix references to faucet payload * Move Faucet dApp to plugins * Rename faucet payload to faucet request * Fix payload_handler in dashboard
-
Hans Moog authored
* Fix: refactored Payload to have its own package * Fix: fixed comment * Fix: fixed wrong comment * Fix: reverted some changes to keep the PR as small as possible * Refactor: refactored Data to GenericDataPayload * Fix: fixed last refactor issues Co-authored-by:
Hans Moog <hm@mkjc.net>
-
- Oct 06, 2020
-
-
Jonas Theis authored
* Move to plugins folder * Rename dapp.go to plugin.go
-
Jonas Theis authored
* Remove storageprefix package and merge with flattened database package * Bump up database version * Update packages/database/prefix.go Co-authored-by:
Ching-Hua (Vivian) Lin <jkrvivian@gmail.com> Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Ching-Hua (Vivian) Lin <jkrvivian@gmail.com>
-
- Sep 23, 2020
-
-
Ching-Hua (Vivian) Lin authored
* refactor: Move spammer and storageprefix to packages * refactor: Import spammer and storageprefix with new path
-
- 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 16, 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 * 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 * 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 Co-authored-by:Hans Moog <hm@mkjc.net>
-
- Sep 14, 2020
-
-
Jonas Theis authored
* Update to latest hive.go changes * Move datastructures from GoShimmer to hive.go
-
Hans Moog authored
* Feat: updated hive.go * Feat: started refactoring parsing of entities * Feat: first changes due to hive.go new marshaling logic * Feat: fixed MessageMetadata * Feat: fixed Approver * Feat: updated MissingMessage * Feat: started updating first branch models * Feat: ported ConflictSet * Fix: fixed bug with Conflict * Fix: fixed some issues * Fix: fixed branchmanager refactor * Feat: refactored payload marshaling * Feat: finished reworking PayloadMetadata * Feat: finished refactoring PayloadApprover * Fix: fixed some more models * Feat: fixed some more issues * Fix: one model left :P * Fix: fixed last model * Feat: fixed test * Fix: fixed unused var bug due to debug * Feat: fixed something in faucet payload * Fix: fixed some issues * Fix: fixed a bug in the refactor * Feat: added debug output if error in drng test *
Update drand docker image Co-authored-by:Hans Moog <hm@mkjc.net> Co-authored-by:
capossele <angelocapossele@gmail.com>
-
- 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
-
-
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
-
- Aug 24, 2020
-
-
Angelo Capossele authored
*
Add value tips debug API * Add transactionID * Update dRNG instance ID
-
- Jul 28, 2020
- 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 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>
-
- Jul 21, 2020
-
-
Angelo Capossele authored
*
Add sendTransactionByJson API * Add SendTransactionByJson to the client lib * Fix linter warnings * Make data field a slice of bytes * Add signatures getter * Fix typo
-
- Jul 20, 2020
-
-
Angelo Capossele authored
*
Add workerpools load on Prometheus * Fix bug * Change unlock order in MessageRequester StartRequest * Refactor gossip manager workerpools * Disable filter workerpools * Increase WorkerPools size * Increase docker shutdown timeout * Clean up code * Refactor * Remove filter shutdown * Increase messageRequestWorkerCount -
Jonas Theis authored
* Add check for allowed payload size to message factory * Fix factory usage in tests * Add test * Remove invalid payload size checks * Adjust maxPacketSize in gossip and buffconn to 65KB * Bones * Upgrade to latest hive.go version * Bones for the good boy!
-
- Jul 16, 2020
-
-
Wolfgang Welz authored
-
Acha Bill authored
* validate max transaction inputs count * add tests for tx.InputsCountValid * fix linting
-
- Jul 09, 2020
-
-
Acha Bill authored
* validate tx signature before issueing tx * Fix typo Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> * refactor Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com>
-
- Jul 01, 2020
-
-
Luca Moser authored
* Fix setup wiki article link in readme (#594) * add snapshot file to releaser archives (#592) * Double spend check (#606) * Fix: added a check for doublespends * Fix: added a check for double spends * Fix: fixed iport cycle * Feat: replaced error with error variable * Feat: store tangle in factory * Update dapps/faucet/packages/faucet.go Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> * makes send tx web API handler synced Co-authored-by:
Hans Moog <hm@mkjc.net> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Luca Moser <moser.luca@gmail.com> * Adds tips broadcaster to gossip plugin (#608) * adds tips broadcaster to gossip plugin * adds missing for loop * addresses review comments * bumps network and database versions (#610) * Revert "bumps network and database versions (#610)" This reverts commit 3e626eac. * Revert "Revert "bumps network and database versions (#610)"" This reverts commit 9aa3d1bb. * Adds blacklist and PoW requirement to the faucet (#609) * adds blacklist and PoW requirement to the faucet * fixes wrong condition to check pow * fix faucet payload marhsaling * don't test payload data if not payload data set * updates changelog for v0.2.1 (#611) Co-authored-by:
Rajiv Shah <rajivshah1@icloud.com> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Hans Moog <3293976+hmoog@users.noreply.github.com> Co-authored-by:
Hans Moog <hm@mkjc.net>
-
Luca Moser authored
* adds blacklist and PoW requirement to the faucet * fixes wrong condition to check pow * fix faucet payload marhsaling * don't test payload data if not payload data set
-
Hans Moog authored
* Fix: added a check for doublespends * Fix: added a check for double spends * Fix: fixed iport cycle * Feat: replaced error with error variable * Feat: store tangle in factory * Update dapps/faucet/packages/faucet.go Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> * makes send tx web API handler synced Co-authored-by:
Hans Moog <hm@mkjc.net> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
- Jun 30, 2020
-
-
Luca Moser authored
-
- Jun 29, 2020
-
-
Angelo Capossele authored
-
Luca Moser authored
-
Acha Bill authored
* Adjust inbox worker pool capacity to default * Adjust inbox worker pool capacity to default (#505) * validate api requests * release cachedInputs Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> * add payload size validation to sendPayload api * Apply suggestions from code review * validate transaction signatures * refactor: move validation to packages * update ValidateTransactionToAttach * define errors * Apply suggestions from code review * fixes from codereview Co-authored-by:
jonastheis <mail@jonastheis.de> Co-authored-by:
Wolfgang Welz <welzwo@gmail.com> Co-authored-by:
Angelo Capossele <angelocapossele@gmail.com> Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
- Jun 26, 2020
-
-
Angelo Capossele authored
*
Add object name to the payload registry * Add comment * Make ObjectName exported * Update Grafana dashboard -
Wolfgang Welz authored
-
Luca Moser authored
* fixes typos * lets make the dog shut up
-
Luca Moser authored
-