-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Tower] - Tower backlog, handle tower running over the limit #97
[Tower] - Tower backlog, handle tower running over the limit #97
Conversation
/// Submit a backlog of blocks that may have been mined while network is offline. | ||
/// Likely not more than 1. | ||
pub async fn process_backlog(config: &AppCfg) -> anyhow::Result<()> { | ||
pub async fn process_backlog(config: &AppCfg) -> anyhow::Result<BacklogResult> { |
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.
tower once
doesn't seem to invoke this method
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.
that's intentional
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 👍🏼
650cce2
into
0LNetworkCommunity:release-6.9.0-rc.8
Co-authored-by: 0o-de-lally <[email protected]>
Co-authored-by: 0o-de-lally <[email protected]>
Co-authored-by: 0o-de-lally <[email protected]>
…rkCommunity#97) Co-authored-by: 0o-de-lally <[email protected]>
…rkCommunity#97) Co-authored-by: 0o-de-lally <[email protected]>
…rkCommunity#97) Co-authored-by: 0o-de-lally <[email protected]>
…rkCommunity#97) Co-authored-by: 0o-de-lally <[email protected]>
…rkCommunity#97) Co-authored-by: 0o-de-lally <[email protected]>
…rkCommunity#97) Co-authored-by: 0o-de-lally <[email protected]>
…rkCommunity#97) Co-authored-by: 0o-de-lally <[email protected]>
…rkCommunity#97) Co-authored-by: 0o-de-lally <[email protected]>
No description provided.