- Jul 23, 2020
-
-
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
-
-
Levente Pap authored
-
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
*
Update double-spend tool * Fix linter warnings * Fix review comments -
Angelo Capossele authored
-
- Jul 21, 2020
-
-
Jonas Theis authored
-
Angelo Capossele 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 17, 2020
-
-
Angelo Capossele authored
*
Make gossip mutex RW * Make getNeighborsByID to use mutex in read mode
-
- Jul 16, 2020
-
-
Wolfgang Welz authored
Improve syncing
-
Wolfgang Welz authored
-
capossele authored
-
Wolfgang Welz authored
-
Wolfgang Welz authored
-
Wolfgang Welz authored
unsolidifiable message are never removed
-
Wolfgang Welz authored
-
Wolfgang Welz authored
-
Wolfgang Welz authored
-
Wolfgang Welz authored
-
Acha Bill authored
* validate max transaction inputs count * add tests for tx.InputsCountValid * fix linting
-
- Jul 13, 2020
-
-
Wolfgang Welz authored
Remove old API documentation
-
Angelo Capossele authored
*
CORS: AllowOrigins from anywhere * Add default config to CORS configuration
-
- Jul 10, 2020
-
-
capossele authored
-
- Jul 09, 2020
-
-
Acha Bill authored
-
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>
-
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
-
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.
-