- Jul 23, 2020
-
-
Levente Pap authored
* Send networkID (AppVersion) with Autopeering Heartbeat * Refactor Analysis Server & Dashboard - redesign interaction between server and dashboard - introduce networkID to organize data in server - migrate autopeering data collection to server from dashboard * Continue refactor - autopeering events triggered and called with event structs - refactor autopeering feed in analyis dashboard to send network version to frontend - refactor autopeering events replay * Define networkversion for WS msg types in frontend * Small fix in fpc_livefeed_test.go * Autopeering Analyzer displays per network data * Updates to Autopeering Analyzer - Auto select which network to display when no user choice is made - Various usability improvements - Code formatting * Update frontend deps * Bugfix in analysis dashboard * Update packr for analysis dashboard *
Add version to FPC and metric heartbeats * Skip logging FPC and Metric heartbeats with wrong version * Add extra checks in ParseHeartbeat - "old" heartbeat packets should fail parsing - networkID is checked for size, and format - added new tests * Fix import formatting * Fix linter warning * Don't log empty network version heartbeat * Update network selection visuals * Rename Autopeering Visualizer to Pollen Visualizer * Clenup package.json and yarn.lock * Update packr Co-authored-by:capossele <angelocapossele@gmail.com>
-
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
-
- Jul 22, 2020
-
-
Angelo Capossele authored
-
Levente Pap authored
- measure number missing messages in DB at startup - listen to events of the messagelayer tangle to determine current number of missing messages - export missing message metrics through prometheus - add missing messages chart to grafana local dashboard
-
Angelo Capossele authored
-
- Jul 21, 2020
-
-
Jonas Theis authored
-
Martyn Janes authored
* Improved tooling for analysis and updated conflicts UI *
Update packr * Run packr2 * Refactor analysis-dashboard FPC * Fix linter warnings * Fix missing logo * Upgrade yarn dependencies Co-authored-by:capossele <angelocapossele@gmail.com>
-
Angelo Capossele authored
* Bump lodash from 4.17.15 to 4.17.19 in /plugins/dashboard/frontend Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 ) Signed-off-by:
dependabot[bot] <support@github.com> * Bump lodash in /plugins/analysis/dashboard/frontend Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 ) Signed-off-by:
dependabot[bot] <support@github.com> *
build packr * Update dashboard packr Co-authored-by:dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
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
-
- 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 -
Acha Bill authored
* adds a cli to override database dirty flag * gofmt
-
Ching-Hua (Vivian) Lin authored
-
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
-
Wolfgang Welz authored
unsolidifiable message are never removed
-
- Jul 13, 2020
-
-
Angelo Capossele authored
*
CORS: AllowOrigins from anywhere * Add default config to CORS configuration
-
- Jul 10, 2020
-
-
capossele authored
-
- Jul 09, 2020
-
-
Wolfgang Welz authored
* do not gossip old messages * improve tip broadcaster * remove log messages * make info consistent * delete id
-
Angelo Capossele authored
-
- Jul 01, 2020
-
-
Luca Moser authored
-
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
-
Luca Moser authored
This reverts commit 9aa3d1bb.
-
Luca Moser authored
This reverts commit 3e626eac.
-
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>
-
- Jun 30, 2020
-
-
Luca Moser authored
* adds default entry node * updates default cfg values
-
- Jun 29, 2020
-
-
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
-
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
-
-
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 -
Acha Bill authored
-