-
Notifications
You must be signed in to change notification settings - Fork 15
Implement CCCChange Checker #277
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
Conversation
2764262 to
4c0172b
Compare
4c0172b to
9a75372
Compare
9a75372 to
a238122
Compare
After supporting dynamic validator, Solo and PoW cases were not handled correctly.
a238122 to
6ef645d
Compare
| }); | ||
| context.worker.run(); | ||
|
|
||
| if (process.env.ENABLE_CCC_CHANGES_CHECK) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you add it to README?
joojis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise.
README.md
Outdated
|
|
||
| If you run the Indexer with the environment `ENABLE_CCC_CHANGES_CHECK` variable, | ||
| the Indexer checks to see if CCCChanges is well calculated. | ||
| If you want to receive an email when an error is found, please set `SENDGRID_API_KEY` and `SENDGRID_TO` variables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to receive an email when an error is found, please set the SENDGRID_API_KEY and SENDGRID_TO variables.
README.md
Outdated
| If you run the Indexer with the environment `ENABLE_CCC_CHANGES_CHECK` variable, | ||
| the Indexer checks to see if CCCChanges is well calculated. | ||
| If you want to receive an email when an error is found, please set `SENDGRID_API_KEY` and `SENDGRID_TO` variables. | ||
| If you want to receive a slack notification, please set `SLACK_WEBHOOK` variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to receive a slack notification, please set the SLACK_WEBHOOK variable.
22703e0 to
b574114
Compare
|
@ScarletBlue I fixed them. |
This PR depends on #279.
This PR closes #274