- Jul 01, 2020
-
-
Luca Moser authored
-
Luca Moser authored
* adds tips broadcaster to gossip plugin * adds missing for loop * addresses review comments
-
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>
-
Wolfgang Welz authored
-
Rajiv Shah authored
-
- Jun 30, 2020
-
-
Wolfgang Welz authored
-
Luca Moser authored
* adds default entry node * updates default cfg values
-
Angelo Capossele authored
*
Initial commit * Update design * Update README * Update About section * Remove installation link * Updates links * Update README -
Luca Moser authored
* adds changelog entry for 0.2.0 * update changelog date * updates changelog
-
Wolfgang Welz authored
-
Luca Moser authored
-
- Jun 29, 2020
-
-
Wolfgang Welz authored
* publish docker image on release * switch to iotaledger/goshimmer * copy snapshot file into docker image * copy config file to docker image * use fixed docker/build-push-action
-
Ching-Hua (Vivian) Lin authored
* Update config.default.json * fix: Remove parameters with default values * Update config.default.json * Update config.default.json *
Remove unused CfgOutboundUpdateIntervalMs param Co-authored-by:Angelo Capossele <angelocapossele@gmail.com>
-
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>
-