Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

FIX: Do not go to CometBFT during end_block for the power table#426

Merged
aakoshh merged 1 commit intomainfrom
fix-end-block-power-table
Nov 14, 2023
Merged

FIX: Do not go to CometBFT during end_block for the power table#426
aakoshh merged 1 commit intomainfrom
fix-end-block-power-table

Conversation

@aakoshh
Copy link
Copy Markdown
Contributor

@aakoshh aakoshh commented Nov 14, 2023

Changes the end_block processing so that it doesn't try to fetch the power table from CometBFT, which may not respond to requests yet, for example (maybe) because it's trying to replay the last block it failed on.

The asynchronous broadcast_incomplete_signatures method still gets the power table from CometBFT because that's the only place where the history is preserved, but if that fails, at least it will be retried later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant