forked from hyperledger/besu
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Quorum ibft to besu qbft migration #2
Open
pullurib
wants to merge
152
commits into
main
Choose a base branch
from
quorum-qbft-sync
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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]>
matthew1001
reviewed
Jan 23, 2025
.../main/java/org/hyperledger/besu/tests/acceptance/dsl/node/configuration/BesuNodeFactory.java
Outdated
Show resolved
Hide resolved
matthew1001
reviewed
Jan 23, 2025
...c/test/java/org/hyperledger/besu/tests/acceptance/bft/BftAcceptanceTestParameterization.java
Outdated
Show resolved
Hide resolved
matthew1001
reviewed
Jan 23, 2025
matthew1001
reviewed
Jan 23, 2025
matthew1001
reviewed
Jan 23, 2025
besu/src/main/java/org/hyperledger/besu/controller/IbftLegacyBesuControllerBuilder.java
Outdated
Show resolved
Hide resolved
matthew1001
reviewed
Jan 24, 2025
config/src/main/java/org/hyperledger/besu/config/IbftLegacyConfigOptions.java
Show resolved
Hide resolved
...sus/ibftlegacy/src/main/java/org/hyperledger/besu/consensus/ibftlegacy/IbftBlockHashing.java
Show resolved
Hide resolved
...s/ibftlegacy/src/main/java/org/hyperledger/besu/consensus/ibftlegacy/IbftExtraDataCodec.java
Show resolved
Hide resolved
...legacy/src/main/java/org/hyperledger/besu/consensus/ibftlegacy/IbftLegacyBlockInterface.java
Outdated
Show resolved
Hide resolved
...acy/src/main/java/org/hyperledger/besu/consensus/ibftlegacy/protocol/Istanbul99Protocol.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/hyperledger/besu/consensus/qbft/QbftBlockHeaderValidationRulesetFactory.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]>
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]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
…y fixes Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
* Update EOFCREATE memory code Switch to longs so EOFCREATE can handle gigagas sized transactions. Signed-off-by: Danno Ferrin <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
…ger#8001) Signed-off-by: Gabriel-Trintinalia <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Jason Frame <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…s in the release checklist (hyperledger#8004) Signed-off-by: Jason Frame <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…d after the fork (hyperledger#8211) Signed-off-by: Gabriel-Trintinalia <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
change EXTCODE* operations to match spec for Pectra devnet-6 Signed-off-by: Daniel Lehrner <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…7838) * Fix incorrect duration for THREE_MINUTES from 1 minute to 3 minutes Signed-off-by: Bhanu Pulluri <[email protected]> * Round change upon f+1 RC messages (experimental option) Signed-off-by: Bhanu Pulluri <[email protected]> * Update besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java Co-authored-by: Matt Whitehead <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]> * revert an unrelated fix already merged to main Signed-off-by: Bhanu Pulluri <[email protected]> * update return value description Signed-off-by: Bhanu Pulluri <[email protected]> * fix logging level for couple of logs Signed-off-by: Bhanu Pulluri <[email protected]> * Review changes , added tests Signed-off-by: Bhanu Pulluri <[email protected]> * Merge and fix controller builder test context Signed-off-by: Bhanu Pulluri <[email protected]> * minor fix to import missing class after merging main Signed-off-by: Bhanu Pulluri <[email protected]> * Add missing function header comments 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: Sally MacFarlane <[email protected]> Co-authored-by: Jason Frame <[email protected]> Co-authored-by: Matt Whitehead <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
* add newline to beginning of PR template Signed-off-by: Sally MacFarlane <[email protected]> * fix initial typo Signed-off-by: Sally MacFarlane <[email protected]> * fix tx typos Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…yperledger#8166) Signed-off-by: Gabriel-Trintinalia <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…wal (hyperledger#7988) * 7582: Add naive RLP caching for BlockHeader, Transaction, and Withdrawal Signed-off-by: Matilda Clerke <[email protected]> * 7582: spotless Signed-off-by: Matilda Clerke <[email protected]> * 7582: Fix broken test after merge Signed-off-by: Matilda Clerke <[email protected]> * 7582: Back out withdrawal changes Signed-off-by: Matilda Clerke <[email protected]> * 7582: Fix up compile error after merge Signed-off-by: Matilda Clerke <[email protected]> * 7582: Apply naive RLP caching in transaction encoder/decoder classes Signed-off-by: Matilda Clerke <[email protected]> * 8053: Add RLPDecodingHelpers.Kind.EM and handle empty lists in AbstractRLPInput Signed-off-by: Matilda Clerke <[email protected]> * 7582: Add trace logging to AbstractRLPInput Signed-off-by: Matilda Clerke <[email protected]> * Revert previous change, implement new fix Signed-off-by: Matilda Clerke <[email protected]> * Revert previous change, implement new fix Signed-off-by: Matilda Clerke <[email protected]> * 7582: Finish applying naive RLP caching to transaction encoder/decoder classes Signed-off-by: Matilda Clerke <[email protected]> * Remove unused LOG Signed-off-by: Matilda Clerke <[email protected]> * 7582: Make explicit the expectation that RLP.validate does not throw an exception in test Signed-off-by: Matilda Clerke <[email protected]> * 7582: SPOTLESS Signed-off-by: Matilda Clerke <[email protected]> * 7582: Remove redundant curly braces Signed-off-by: Matilda Clerke <[email protected]> * 7582: Remove Optional from rawRlp in Transaction.Builder Signed-off-by: Matilda Clerke <[email protected]> * 7582: Make new BlockHeader constructor private Signed-off-by: Matilda Clerke <[email protected]> * Refactor tranaction encoder classes Signed-off-by: Matilda Clerke <[email protected]> * Remove logging changes from RLP module Signed-off-by: Matilda Clerke <[email protected]> * spotless Signed-off-by: Matilda Clerke <[email protected]> --------- Signed-off-by: Matilda Clerke <[email protected]> Signed-off-by: Matilda-Clerke <[email protected]> Co-authored-by: Stefan Pingel <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…r#8212) In CodeDelegation.authorizer(), return empty to skip code delegation processing if recId outside native lib's bounds --------- Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Daniel Lehrner <[email protected]> Co-authored-by: Daniel Lehrner <[email protected]> Co-authored-by: Karim Taam <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…ledger#8221) Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…t selected (hyperledger#8216) Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
* Stop all sub processes spawn by acceptance tests Signed-off-by: Fabio Di Fabio <[email protected]> * Split long running test in 3 parts Signed-off-by: Fabio Di Fabio <[email protected]> * Run ATs sequentially Signed-off-by: Fabio Di Fabio <[email protected]> --------- Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…r#8236) This reverts commit d691f45. Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Jason Frame <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…rledger#8223) Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Supports Pectra EIP-7691 Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…ledger#8231) Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…r#7963) (hyperledger#8140) Signed-off-by: philosup <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Karim Taam <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…8235) Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
* update rpc gas cap default to 50M Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…erledger#8243) Signed-off-by: Gabriel-Trintinalia <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
…er#8254) Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Jason Frame <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Bhanu Pulluri <[email protected]>
- Prague newPayload validation fixes - Testing the unsupported fork timestamp cases Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Bhanu Pulluri <[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
Code Changes
Initial Test Setup
Start a Quorum IBFT network with:
Allow the network to mine up to 100 blocks.
Start migration process on Test or Production Chains
Export and Import
Sync with Quorum Network
Fixed Issue(s)