-
Notifications
You must be signed in to change notification settings - Fork 877
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
Round change upon f+1 RC messages (experimental option) #7838
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
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.
Approved with some small comments
consensus/common/src/main/java/org/hyperledger/besu/consensus/common/bft/BftHelpers.java
Outdated
Show resolved
Hide resolved
...sts/tests/src/test/java/org/hyperledger/besu/tests/acceptance/bftsoak/BftMiningSoakTest.java
Outdated
Show resolved
Hide resolved
I forgot about this, just having a look now. Hopefully won't take me log to get through it. |
Co-authored-by: Matt Whitehead <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
083956e
to
468e194
Compare
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
consensus/common/src/main/java/org/hyperledger/besu/consensus/common/bft/BftHelpers.java
Outdated
Show resolved
Hide resolved
...t/src/main/java/org/hyperledger/besu/consensus/qbft/statemachine/QbftBlockHeightManager.java
Outdated
Show resolved
Hide resolved
...ain/java/org/hyperledger/besu/consensus/qbft/statemachine/QbftBlockHeightManagerFactory.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
@pullurib compile errors |
This pr is stale because it has been open for 30 days with no activity. |
@pullurib are you working on this PR yet? |
Yes, @Gabriel-Trintinalia , I'm back to working on it now. |
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
PR description
Plan going ahead
Next release
--Xqbft-enable-early-round-change = false
--Xqbft-enable-early-round-change = true
Besu 25.6.0
Remove --Xqbft-enable-early-round-change (NOT make it --qbft-enable-early-round-change)
Fixed Issue(s)
#1822