Skip to content

Conversation

HoOngEe
Copy link
Contributor

@HoOngEe HoOngEe commented Jun 27, 2019

This script sends a report when the balances of accounts are out of range.
And also sends daily report everyday.

It closes #48

@HoOngEe HoOngEe added the enhancement New feature or request label Jun 27, 2019
@HoOngEe HoOngEe requested a review from sgkim126 June 27, 2019 06:08
`;
}

async function getNextBlockNumber(current: number) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering the purpose of this script, you don't need to see the balances of all blocks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this to check all the blocks to report immediately when the balances become out of range.
Then is it better to check at a suitable time interval ?

@HoOngEe HoOngEe force-pushed the feature/report-balances branch 3 times, most recently from 9a75620 to ecd0783 Compare July 1, 2019 01:54
@HoOngEe HoOngEe force-pushed the feature/report-balances branch from ecd0783 to 9b1c012 Compare July 1, 2019 01:55
@majecty majecty self-requested a review July 1, 2019 04:37
Copy link
Contributor

@majecty majecty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Report the balance of validators
3 participants