Skip to content
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

fix(consensus): made attestation controller non-critical #3180

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

pompon0
Copy link
Contributor

@pompon0 pompon0 commented Oct 28, 2024

The attestation logic in consensus component is experimental, while p2p synchronization is critical. I've made the attestation controller non-critical, i.e. if attestation controller fails, an error is logged, but the consensus component keeps working (on both main node and external node). This should prevent situations like in https://www.notion.so/matterlabs/mainnet2-p2p-synchronization-downtime-12aa48363f2380e6b8e0c8e1c3728201?pvs=4

@pompon0 pompon0 changed the title made attestation controller non-critical fix(consensus): made attestation controller non-critical Oct 28, 2024
@pompon0 pompon0 disabled auto-merge October 28, 2024 11:47
@pompon0 pompon0 added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit 6ee9f1f Oct 28, 2024
33 checks passed
@pompon0 pompon0 deleted the gprusak-optional-attestation branch October 28, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants