- Oct 12, 2020
-
-
Angelo Capossele authored
*
Add webapi basic-auth * Fix wallet * Update docker-network * Add basic-auth to cli-wallet * Fix default value * Refactor client lib options * Address review comments
-
- Oct 07, 2020
-
-
Angelo Capossele authored
-
- Sep 30, 2020
-
-
Ching-Hua (Vivian) Lin authored
* refactor: Flatten webapi plugin * fix: Remove settings for testing * refactor: Update disabled plugins in docker-network and intergration-tests * fix: Unexport log * fix: Upadate the imported package in consensus integration test * fix: Fix
* refactor: Make endpoints as subplugins * fix: Fix * refactor: Rename utils.go to common.go * refactor: Unexported api handlers * fix: Minor fix * refactor: Move drng/info api to drng/ * refactor: Move spammer from webapi to core plugins
-
- Sep 03, 2020
-
-
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
-
- Aug 25, 2020
-
-
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>
-
- 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
-
-
Levente Pap authored
* Get message requester queue size * New metric MessageRequestQueueSize * Add Prometheus exporter for MessageRequestQueueSize * Fix msgRequester metrics measurement * Update local_dashboard with msgRequestQueueSize panel * Add DBStats method to msg layer tangle * Measure DBStats in metrics plugin, report via Prometheus *
Add "Messages in DB" chart to local grafana dashboard * Fix DBStats method * Refactor DBStats metrics collection, update default params * print DBStats() func ints * Compare iterative and incremental DBStat data collection * Add messageCount and solidMessageCOunt to /info webapi endpoint * Cleanup metrics and prometheus plugin * Update /info webapi data collection * Fix too many relases in message tange * Small fixes * FIx avgSolidificationTime metrics * Fix avgSolidificationTime calc * "Add Average Solidificaiton Time" Chart to Grafana Dashboard * Restore metrics plugin parameters * Add synced status to node dashboard * Make scheduledRequestsMutex a RWMutex * Add client lib tool for past cone exist verification * Update local_dahboard for docker-network * Introduce tools endpoint for webapi - disabled by deafult - contains utility api-s, e.g., "tools/pastcone" that given a message ID, checks if all messages in the past cone are present in DB down to genesis - Add PastConeExist() client api method * Get rid of debug prints * Small fixes * Update grafana dashboards * Update client/tools.go Co-authored-by:Jonas Theis <mail@jonastheis.de> * PR review updates * Remove unused variable in metrics/message Co-authored-by:
Luca Moser <moser.luca@gmail.com> Co-authored-by:
Jonas Theis <mail@jonastheis.de>
-
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
-
- Jun 25, 2020
-
-
Thoralf-M authored
-
Ching-Hua (Vivian) Lin authored
* Feat: Integrate faucet page to SPA plugin * Feat: Add Link to get txn of issued address * Feat: Add faucet payload * Feat: Add faucet plugin and minor tweaks * Fix: Check payload type after the txn is solid * Fix: Update package name * Fix: Fix payload test * Test: Add faucet test * Refactor: Minor tweaks in plugin/faucet.go * Feat: Add faucet webapi * Feat: Apply faucet plugins * Feat: Apply messagefactory and update to latest develop * Fix: Fix import error * Fix: Fix tests in binary/faucet * Feat: Integrate faucet page to SPA plugin * Feat: Add Link to get txn of issued address * Feat: Add faucet payload * Feat: Add faucet plugin and minor tweaks * Fix: Check payload type after the txn is solid * Fix: Update package name * Fix: Fix payload test * Test: Add faucet test * Refactor: Minor tweaks in plugin/faucet.go * Feat: Add faucet webapi * Feat: Apply faucet plugins * Feat: Apply messagefactory and update to latest develop * Fix: Fix import error * Fix: Fix tests in binary/faucet * refactor: Update to latest usage * fix: Update go.mod, go.sum * refactor: Disable faucet plugin by default * fix: Update to latest changes * feat: Add faucet payload layout * refactor: Move faucet to dapps * feat: Enable the faucet to send funds
* Fix: fix tests * fix: Fix test * fix: Initiate LedgerState * Update packr on dashboard * refactor: refactor SendFunds in faucet dapp * feat: Add faucet integration test * feat: Add faucet integration test to script * doc: Add function descriptions * fix: fix wrong parameter in CheckBalances * fix: fix * fix some stuff * make the faucet configurable via CLI flags * make the faucet seed a parameter in the integration tests * activate the faucet on the peer master in docker-network * fixes wrong address route in faucet view * improves faucet processing log message * fix log messages in faucet dapp * improve error message further * fixes unit tests * adds tool to auto. gen. address * dog * wait for faucet funding tx to get booked before processing the next request * make the dog stay silent * decrease pow difficulty to 1 in int. tests * use 4 as the pow difficulty in integration tests * * fix integration tests * dec. pow diff to 1 * use 0 for the faucet integration test * use a worker pool to serve faucet funding requests Co-authored-by:Luca Moser <moser.luca@gmail.com>
-
- Jun 19, 2020
-
-
Levente Pap authored
*
Add sendPayload API * WIP * Fix webapi linter warnings * Fix after cherry-pick * Fix linter Co-authored-by: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
-
- Apr 26, 2020
-
-
Angelo Capossele authored
*
Fixes linter warnings * removes newline * WIP * restore folder * Fixes integration test
-
- Apr 17, 2020
- Apr 16, 2020
-
-
Jonas Theis authored
* Add docker compose for running integration tests. Runs entry_node and arbitrary number of peers in docker network * Fix permission denied in container if run without mounting a `rw` volume making it possible to run as throw-away container. Remove `VOLUME` from Dockerfile as this only pollutes host system with anonymous volumes. * Use named network for easier external use * Add test container that discovers peers and waits for autopeering to happen * Fix min waitForNeighbors * Add go.sum * Run integration tests with Github Actions * Added framework that abstracts the docker network and provides convenience functionality * Update directory in Github Actions * Add bash script for automated local test execution * Add getMessageByHash endpoint * Adjust to merge changes * Add methods to easily do HTTP POST requests * Added relay message test * Increase client timeout * Verbose output for tests makes it easier to follow the execution * Introduce small API wrapper for GoShimmer HTTP API * Adjust relay test to use new API wrapper * WIP: Docker logs * Fix issue with serving visualizer analysis server of entry node * Persist logs of containers after CI run * Fix test file * Fix uploading of artifacts * Save all containers' logs as artifacts * Create logs files also with local run * Add possibility to retrieve logs from a peer via Docker logs * Make tester part of the goshimmer module to make code sharing possible * Use client/lib to make HTTP requests in tester * Fix unit test directory * Add comments/doc to the code * Add readme * Move tester to own module and don't build container but use existing golang one instead * Address PR comments * Adjust to merge * Only use 1 config file for all containers * go mod tidy * Rename client lib base url
-
- Apr 09, 2020
-
-
Angelo Capossele authored
Co-Authored-By:
Luca Moser <moser.luca@gmail.com>
-
Angelo Capossele authored
Co-Authored-By:
Luca Moser <moser.luca@gmail.com>
-
Angelo Capossele authored
Co-Authored-By:
Luca Moser <moser.luca@gmail.com>
-
Angelo Capossele authored
Co-Authored-By:
Luca Moser <moser.luca@gmail.com>
-
- Apr 07, 2020
- Apr 02, 2020
- Jan 27, 2020
-
-
Luca Moser authored
-
- Jan 24, 2020
-
-
Luca Moser authored
-
- Jan 23, 2020
-
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
-
- Jan 20, 2020
-
-
Luca Moser authored
* refactors errors * fmt packages/model/error.go
-
- Jan 16, 2020
-
-
Wolfgang Welz authored
-
- Jan 15, 2020
-
-
Luca Moser authored
-
Luca Moser authored
-
Luca Moser authored
*
moves all webapi into one * adds public key log * changes txRequest to getTrytes * rename packages * adds comments * changes status to error * removes duration from API - getTrytes converts trits to trytes - set default spammer TPS to 1 Fix: Allow starting a node with gossip disabled (#97) * fix: remove selection flag and use gossip plugin * Upgrade hive.go feat: improve logging feat: improve analysis status chore: remove unused packages (#99) Fix: Use docker specific config (#100) * Use docker specific config * Format JSON removes status adds omitempty updates style import adds getNeighbors API adds getTransaction removes addEndpoint * ports glumb plugin from Hornet to GoShimmer * WIP * implements HTTP API wrapper client lib * removes empty lines * clean line in autopeering * normalize client lib imports Co-authored-by:Angelo Capossele <angelocapossele@gmail.com>
-