-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Setup mirror node monitor pinger service #893
feat: Setup mirror node monitor pinger service #893
Conversation
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #893 +/- ##
==========================================
+ Coverage 83.82% 83.83% +0.01%
==========================================
Files 49 49
Lines 14934 14962 +28
Branches 1076 1468 +392
==========================================
+ Hits 12518 12544 +26
+ Misses 2379 2274 -105
- Partials 37 144 +107
|
Description
pinger
boolean flag tosolo mirror-node deploy
that when set totrue
will setup a pinger service in the monitor. It will start generating CRYPTO_TRANSFER transactions from0.0.2
to0.0.55
and thus forcing a constant flow of record files. This fixes an issue where the latest transaction gets "stuck" and the mirror node does not import it until a newer one is created.solo mirror-node deploy --namespace {namespace} --pinger true
chart_manager.ts -> upgrade
to make it consistent with theinstall
methodRelated Issues