Skip to content

[consensus] fix IsValidProposalHash function usage#663

Merged
olegrok merged 3 commits intomainfrom
consensus-fix-usage
Mar 26, 2025
Merged

[consensus] fix IsValidProposalHash function usage#663
olegrok merged 3 commits intomainfrom
consensus-fix-usage

Conversation

@olegrok
Copy link
Copy Markdown
Contributor

@olegrok olegrok commented Mar 26, 2025

This function is expected to be quite lightweight because it can be called several times during checking round change certificates. After this patch we will perform only fast checks of proposal.

Closes #666

@olegrok olegrok marked this pull request as ready for review March 26, 2025 10:18
@olegrok olegrok requested a review from knazarov March 26, 2025 10:18
@olegrok olegrok force-pushed the consensus-fix-usage branch from b663b5a to 1bdf9fe Compare March 26, 2025 10:19
@olegrok olegrok force-pushed the consensus-fix-usage branch from 6db1dd1 to e069275 Compare March 26, 2025 12:02
olegrok added 3 commits March 26, 2025 17:52
This function is expected to be quite lightweight because it can be called
several times during checking round change certificates.
After this patch we will perform only fast checks of proposal.
Some bugs were fixed
… for topic` errors in log

Connection manager should also implement Decay interface. Before it didn't. This patch truly
extends logic of basic connection manager.
@olegrok olegrok added this pull request to the merge queue Mar 26, 2025
Merged via the queue into main with commit 4c558a0 Mar 26, 2025
14 checks passed
@olegrok olegrok deleted the consensus-fix-usage branch March 26, 2025 14:45
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.

"error bumping delivery tag: no decaying tag registered for topic" errors after introducing custom connection manager

2 participants