- Jun 29, 2020
-
-
Luca Moser authored
* bumps network and db versions * make the network id simply a number * make the network id just a number
-
Angelo Capossele authored
-
Luca Moser authored
-
Luca Moser authored
-
Angelo Capossele authored
*
Make WaitToKillTimeInSeconds a parameter * Set default ParaWaitToKill to 60 seconds * Fix bug -
Angelo Capossele 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 28, 2020
-
-
Wolfgang Welz authored
-
Luca Moser authored
* fix incorrect usage of timer instead of ticker * only add anchor points with newer issuance times * adds before time boundary
-
- Jun 26, 2020
-
-
Luca Moser authored
-
Angelo Capossele authored
*
Add object name to the payload registry * Add comment * Make ObjectName exported * Update Grafana dashboard -
Angelo Capossele authored
*
Add time unit to spammer and bootstrap * Fix linter warning -
Angelo Capossele authored
*
Add address explorer * Add inclusion state as Status * Add conflicting and spent status * Fix linter warnings * Update packr dashboard * Fix missing 404 * Replace Trunk and Branch with Parents * Add Available balance and solidification time * Update packr * Fix typo -
Luca Moser authored
-
Acha Bill authored
-
Wolfgang Welz authored
-
Luca Moser authored
* adds tool to issue data msgs on a remote node * gofmt yourself
-
Luca Moser authored
* fixes typos * lets make the dog shut up
-
Wolfgang Welz authored
-
Luca Moser authored
-
Levente Pap authored
*
Run Prometheus + grafana with goshimmer docker image * Update docker-compose.yml * Add grafana dirs in mounted volumes * Update local grafana dashboard * Update config.default.json + docker compose
-
- Jun 25, 2020
-
-
Luca Moser authored
* adds missing port to default bind address * defer backgroundworker stop log * terminate bootstrapper first * fix weird background worker name * fix msg metadata not getting released, add msg timestamp to explorer msg * adds additional fields to the message view on the dashboard
-
Thoralf-M authored
-
Wolfgang Welz authored
* set pow difficulty in integrations tests to 4 * change test-network pow difficulty to 2
-
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>
-
Angelo Capossele authored
*
Reduce solidifier worker pool capacity * Use GOMAXPROCS * Change worker count to use GOMAXPROCS * Set DefaultRequestWorkerCount to GOMAXPROCS * Fix linter warnings * Update hive.go -
Acha Bill authored
* refactor plugins * fix fmt * fix compile err * fix errors * expose singletons via sync.once * re-disable remotelog and webauth plugins * re-enable autopeering plugin * Apply suggestions from code review * Apply suggestions from code review * add descriptive comments for getters Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
Wolfgang Welz authored
-
Angelo Capossele authored
-
- Jun 24, 2020
-
-
Wolfgang Welz authored
* improve gossip logging * fix naming
-
Levente Pap authored
*
Grafana datasource and dashboard provisioning - Datasource (Prometheus) definition for docker network - Local and global dashboard stored as JSON in repo Warning: If you make change to the datasources or dashboards in Grafana UI and save them (to grafana.db), these definitions will be overwritten upon start. Export dashboards as JSON and update their files! * Update grafana dashboard -
Wolfgang Welz authored
* add pow and nonce to the message * add pow plugin * fix pow tests * fix linter warnings * fix typo * fix panic when messagelayer is disabled * improve logging * fix typo * make the pow check a byte filter * decrease the test PoW difficulty even further * expose the pow filter and use it in the pow plugin * Apply suggestions from code review * make length of nonce a const Co-authored-by:
Luca Moser <moser.luca@gmail.com>
-
Angelo Capossele authored
-
- Jun 23, 2020
-
-
Angelo Capossele authored
*
Fix grpc server race condition * Fix graceful shutdown * Add nil check * Refactor FPC gRPC server * stop worker on server issues Co-authored-by:Wolfgang Welz <welzwo@gmail.com>
-
Wolfgang Welz authored
-
Wolfgang Welz authored
-
Luca Moser authored
* removes periodic badgerdb gc, adds dirty/health flag to db, do badgerdb gc at startup/shutdown * removes error shadowing * instruct the user to delete the db folder if the db can't be opened * addresses review comments
-
- Jun 22, 2020
-
-
Angelo Capossele authored
*
Add timestamp to MongoDB * Update code due to code review changes. -
Acha Bill authored
-
Angelo Capossele authored
-