-
Notifications
You must be signed in to change notification settings - Fork 900
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
Enable Quorum/IBFT1 to Besu migration #8262
Merged
matthew1001
merged 25 commits into
hyperledger:main
from
pullurib:quorum-ibft1-migration
Mar 12, 2025
Merged
Enable Quorum/IBFT1 to Besu migration #8262
matthew1001
merged 25 commits into
hyperledger:main
from
pullurib:quorum-ibft1-migration
Mar 12, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
…t timing issues Signed-off-by: Bhanu Pulluri <[email protected]>
…o quorum-ibft1-migration
matthew1001
reviewed
Feb 12, 2025
besu/src/main/java/org/hyperledger/besu/controller/IbftLegacyBesuControllerBuilder.java
Outdated
Show resolved
Hide resolved
consensus/common/src/main/java/org/hyperledger/besu/consensus/common/EpochManager.java
Outdated
Show resolved
Hide resolved
...sus/ibftlegacy/src/main/java/org/hyperledger/besu/consensus/ibftlegacy/IbftBlockHashing.java
Show resolved
Hide resolved
besu/src/main/java/org/hyperledger/besu/controller/ConsensusScheduleBesuControllerBuilder.java
Outdated
Show resolved
Hide resolved
…esuControllerBuilder.java Co-authored-by: Matt Whitehead <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
…o quorum-ibft1-migration
…s in consensus schedule Signed-off-by: Bhanu Pulluri <[email protected]>
matthew1001
approved these changes
Feb 25, 2025
I've approved the PR @pullurib, couple of last comments:
|
…rollers in migration Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
haven't reviewed in detail but could use a changelog entry :) |
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
…o quorum-ibft1-migration
jframe
reviewed
Mar 6, 2025
acceptance-tests/tests/src/test/resources/qbft/migration-ibft1/qbft-migration.json
Outdated
Show resolved
Hide resolved
besu/src/main/java/org/hyperledger/besu/chainimport/RlpBlockImporter.java
Outdated
Show resolved
Hide resolved
consensus/common/src/main/java/org/hyperledger/besu/consensus/common/bft/BftExtraData.java
Outdated
Show resolved
Hide resolved
consensus/ibft/src/main/java/org/hyperledger/besu/consensus/ibft/IbftLegacyContext.java
Outdated
Show resolved
Hide resolved
...sus/ibftlegacy/src/main/java/org/hyperledger/besu/consensus/ibftlegacy/IbftBlockHashing.java
Outdated
Show resolved
Hide resolved
.../java/org/hyperledger/besu/consensus/ibftlegacy/IbftBlockHeaderValidationRulesetFactory.java
Outdated
Show resolved
Hide resolved
.../java/org/hyperledger/besu/consensus/ibftlegacy/IbftBlockHeaderValidationRulesetFactory.java
Outdated
Show resolved
Hide resolved
...s/ibftlegacy/src/main/java/org/hyperledger/besu/consensus/ibftlegacy/IbftExtraDataCodec.java
Outdated
Show resolved
Hide resolved
.../main/java/org/hyperledger/besu/consensus/common/bft/blockcreation/BftMiningCoordinator.java
Outdated
Show resolved
Hide resolved
...sts/tests/src/test/java/org/hyperledger/besu/tests/acceptance/bftsoak/BftMiningSoakTest.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]>
jframe
approved these changes
Mar 12, 2025
marcosio
pushed a commit
to IoBuilders/besu
that referenced
this pull request
Mar 12, 2025
* Enable Quorum/IBFT1 to Besu migration Signed-off-by: Bhanu Pulluri <[email protected]> * Fix BftMining acceptance test Signed-off-by: Bhanu Pulluri <[email protected]> * Introduce delay after London fork update in BFT mining test to prevent timing issues Signed-off-by: Bhanu Pulluri <[email protected]> * Update besu/src/main/java/org/hyperledger/besu/controller/IbftLegacyBesuControllerBuilder.java Co-authored-by: Matt Whitehead <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]> * Review changes Signed-off-by: Bhanu Pulluri <[email protected]> * update creating additional JSON RPC methods for all controllerbuidlers in consensus schedule Signed-off-by: Bhanu Pulluri <[email protected]> * Create ethprotocol manager and plugin factory for both consensus controllers in migration Signed-off-by: Bhanu Pulluri <[email protected]> * Refactor resource files Signed-off-by: Bhanu Pulluri <[email protected]> * fix verification metadata Signed-off-by: Bhanu Pulluri <[email protected]> * fix regression Signed-off-by: Bhanu Pulluri <[email protected]> * update changelog Signed-off-by: Bhanu Pulluri <[email protected]> * Fix controller selection at the transition block Signed-off-by: Bhanu Pulluri <[email protected]> * Review changes Signed-off-by: Bhanu Pulluri <[email protected]> * Revert BftExtraData changes Signed-off-by: Bhanu Pulluri <[email protected]> --------- Signed-off-by: Bhanu Pulluri <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]> Co-authored-by: Bhanu Pulluri <[email protected]> Co-authored-by: Matt Whitehead <[email protected]> Co-authored-by: Matt Whitehead <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Marcos Serradilla Diez <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR description