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

Merge main into verkle #8063

Draft
wants to merge 69 commits into
base: verkle
Choose a base branch
from

Conversation

lu-pinto
Copy link
Contributor

PR description

merge main@b3b33da540 into verkle@1412aefd8b

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

pullurib and others added 30 commits November 25, 2024 20:55
hyperledger#7875)

* QBFT: Fix validation of proposal based on older round's prepared block

* Add round numbers to new blocks and prepared based proposals

* QBFT fix around proposal validation by proposer and testcase updates

- Check the result of proposer's self proposal validation before sending prepare message
- Update roundchange testcases to include round numbers in blocks

* Update changelog with qbft fix

Signed-off-by: Bhanu Pulluri <[email protected]>

---------

Signed-off-by: Bhanu Pulluri <[email protected]>
Co-authored-by: Bhanu Pulluri <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
)

Signed-off-by: Bhanu Pulluri <[email protected]>
Co-authored-by: Bhanu Pulluri <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Karim Taam <[email protected]>
Signed-off-by: Gary Schulte <[email protected]>
* Upgrade to Promethus java client 1.x and adapt the code to the new version

Signed-off-by: Fabio Di Fabio <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Fabio Di Fabio <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
…erledger#7956)

* fix TransactionLocation in DefaultBlockchain unsafeImportBlock() and make some readability improvements

Signed-off-by: [email protected] <[email protected]>
* fast sync log warnings for deprecation

Signed-off-by: Sally MacFarlane <[email protected]>

* minor text change in changelog

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
Co-authored-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Co-authored-by: daniellehrner <[email protected]>
* 7311: Add EthProtocolManagerTestBuilder

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add EthProtocolManagerTestBuilder.builder method

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Replace EthProtocolManagerTestUtil.create() usages with builder

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Replace EthProtocolManagerTestUtil.create(TimeoutPolicy)

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Replace EthProtocolManagerTestUtil.create(Blockchain)

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Replace EthProtocolManagerTestUtil.create(EthScheduler)

Signed-off-by: Matilda Clerke <[email protected]>

* Replace EthProtocolManagerTestUtil.create(ProtocolSchedule, Blockchain, TimeoutPolicy, WorldStateArchive, TransactionPool, EthProtocolConfiguration)

Signed-off-by: Matilda Clerke <[email protected]>

* Replace EthProtocolManagerTestUtil.create(ProtocolSchedule, Blockchain, EthScheduler)

Signed-off-by: Matilda Clerke <[email protected]>

* Replace EthProtocolManagerTestUtil.create(ProtocolSchedule, Blockchain, EthScheduler)

Signed-off-by: Matilda Clerke <[email protected]>

* Replace EthProtocolManagerTestUtil.create(ProtocolSchedule, Blockchain, WorldStateArchive, TransactionPool, EthProtocolConfiguration)

Signed-off-by: Matilda Clerke <[email protected]>

* Replace EthProtocolManagerTestUtil.create(ProtocolSchedule, Blockchain, EthScheduler, WorldStateArchive, TransactionPool, EthProtocolConfiguration)

Signed-off-by: Matilda Clerke <[email protected]>

* Replace EthProtocolManagerTestUtil.create(ProtocolSchedule, Blockchain, EthScheduler, WorldStateArchive, TransactionPool, EthProtocolConfiguration)

Signed-off-by: Matilda Clerke <[email protected]>

* Remove remaining create methods and apply spotless

Signed-off-by: Matilda Clerke <[email protected]>

---------

Signed-off-by: Matilda Clerke <[email protected]>
* warm up to address at tx start if account is delegated, restrict auth nonce to 2**64-1

Signed-off-by: Daniel Lehrner <[email protected]>

* rename requestsRoot to requestsHash

Signed-off-by: Jason Frame <[email protected]>

* return no code if account has delegated code to precompile, treat precompile always as warm account when resolving code

Signed-off-by: Daniel Lehrner <[email protected]>

* make accessListWarmAddresses generic again

Signed-off-by: Daniel Lehrner <[email protected]>

* warm delegatee account if transaction destination has delegated code

Signed-off-by: Daniel Lehrner <[email protected]>

* * verify auth nonce less than 2**64-1 during auth processing
* auth to zero address deletes delegation
* auth to precompile returns empty code
* auth nonce < 2**8
* increase auth base cost to 12500

Signed-off-by: Daniel Lehrner <[email protected]>

* generalised requests flat encoding and engine api changes

Signed-off-by: Jason Frame <[email protected]>

* javadoc

Signed-off-by: Jason Frame <[email protected]>

* get tests passing

Signed-off-by: Jason Frame <[email protected]>

* get tests passing

Signed-off-by: Jason Frame <[email protected]>

* clean code

Signed-off-by: Jason Frame <[email protected]>

* change requests to single requestData for each requestType

Signed-off-by: Jason Frame <[email protected]>

* fix PoWBlockCreatorTest after requests data type change

Signed-off-by: Jason Frame <[email protected]>

* don't return request type in getPayload result

Signed-off-by: Jason Frame <[email protected]>

don't return request type in getPayload result

Signed-off-by: Jason Frame <[email protected]>

* include requests in t8n response

Signed-off-by: Jason Frame <[email protected]>

* update contract addresses for consolidation requests and withdrawal requests

Signed-off-by: Jason Frame <[email protected]>

* fix requestHash calculation

Signed-off-by: Jason Frame <[email protected]>

* Ensure that execution requests always return a response

Signed-off-by: Jason Frame <[email protected]>

* added and fixed bound checks, fixed some compilation errors after the rebase

Signed-off-by: Daniel Lehrner <[email protected]>

* revert changes to evm tool spec tests

Signed-off-by: Jason Frame <[email protected]>

* clean up

Signed-off-by: Jason Frame <[email protected]>

* replace AbstractSystemCallRequestProcessor to concrete class and remove specific processors

Signed-off-by: Jason Frame <[email protected]>

* spotless

Signed-off-by: Jason Frame <[email protected]>

* update evmtool tests for 7685 changes

Signed-off-by: Jason Frame <[email protected]>

* use empty requests hash prague fork at genesis

Signed-off-by: Jason Frame <[email protected]>

* review suggestions

Signed-off-by: Jason Frame <[email protected]>

* temporarily comment out osakaTime from Prague

Signed-off-by: Daniel Lehrner <[email protected]>

* engine API validation

Signed-off-by: Jason Frame <[email protected]>

* update plugin API hash

Signed-off-by: Jason Frame <[email protected]>

* fix GenesisStateTest

Signed-off-by: Jason Frame <[email protected]>

* comment out unused evmWorldUpdater.parentUpdater() check

Signed-off-by: Daniel Lehrner <[email protected]>

* added CodeDelegationProcessorTest

Signed-off-by: Daniel Lehrner <[email protected]>

* code clean up

Signed-off-by: Daniel Lehrner <[email protected]>

* spotless

Signed-off-by: Daniel Lehrner <[email protected]>

---------

Signed-off-by: Daniel Lehrner <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
Co-authored-by: Jason Frame <[email protected]>
)" (hyperledger#7977)

This reverts commit f08147a.

# Conflicts:
#	plugin-api/build.gradle

Signed-off-by: Fabio Di Fabio <[email protected]>
Co-authored-by: Justin Florentine <[email protected]>
…re (hyperledger#7970)

* Add RPC WS options to specify password file for keystore and truststore

Signed-off-by: Bhanu Pulluri <[email protected]>

* update changelog

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: Fabio Di Fabio <[email protected]>
* Change the output log on newPayload and FCU executions

Signed-off-by: Ameziane H. <[email protected]>
Co-authored-by: Fabio Di Fabio <[email protected]>
Co-authored-by: Simon Dudley <[email protected]>
Wetitpig and others added 30 commits December 10, 2024 21:28
* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix broken BesuCommandTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: add class

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move PeerTaskFeatureToggle to more appropriate location

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: add X prefix to peertask-system-enabled

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move --Xpeertask-system-enabled out of BesuCommand and make hidden

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add GetReceiptsFromPeerTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move isPeerTaskSystemEnabled to SynchronizerOptions

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix javadoc issue

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix javadoc issue

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move PeerTaskFeatureToggleTestHelper to TestUtil and fix RunnerTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove PeerTaskFeatureToggle in favor of including isPeerTaskSystemEnabled in SynchronizerConfiguration

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Adjust to the removal of PeerTaskFeatureToggle and use SynchronizerConfiguration to get the toggle instead

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Reduce timeout in PeerTaskRequestSender to 5s

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Refactor PeerManager to be an interface

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix up compile errors after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix MetricsAcceptanceTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix MetricsAcceptanceTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix DownloadReceiptsStep when using peer task system

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Rename PeerManager to PeerSelector

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Reword PeerSelector javadoc to avoid implementation details

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use ConcurrentHashMap in DefaultPeerSelector

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Reword trace log in DefaultPeerSelector

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove unused imports

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use a 1 second delay between retries in PeerTaskExecutor to match old implementation

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add testGetPeerButNoPeerMatchesFilter to DefaultPeerSelectorTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add testGetPeerButNoPeerMatchesFilter to DefaultPeerSelectorTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix MetricsAcceptanceTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix MetricsAcceptanceTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Modify PeerTaskExecutor metric to include response time from peer

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use SubProtocol instead of subprotocol name string in PeerTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: rename timing context to ignored to prevent intellij warnings

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use constants for number of retries

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Convert PeerTaskExecutorResult to a record

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Rename PeerTaskBehavior to PeerTaskRetryBehavior

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move peer selection logic to PeerSelector

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix up everything broken after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Attempt to improve performance of peer task system in pipeline

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: fix compile check

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix broken workflow

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Reduce logging in JsonRpcExecutor to trace level

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: More changes in DownloadReceiptsStep

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Rework DownloadReceiptsStep

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Make changes as discussed in walkthrough meeting

Remove DefaultPeerSelector, make EthPeers implement PeerSelector interface, and add PeerTask.getPeerRequirementFilter

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update after merge and make discussed changes from walkthrough discussion

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Change to regular HashMap

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove runtime exception again

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Rename getPeerTaskBehavior to getPeerTaskRetryBehavior

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Rename getPeerTaskBehavior to getPeerTaskRetryBehavior

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Rework PeerTaskExecutor retry system to be 0-based

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix up compile errors after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix broken DownloadReceiptsStepTest test

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move GetReceipts to services worker for parallelism

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Refactor peer task system usage in DownloadReceiptsStep to better match old system

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove unused async methods in PeerTaskExecutor

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Return Optional<EthPeer> in PeerSelector.getPeer and utilise existing peer selection behavior in EthPeers

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Redo getPeer again to include hasAvailableRequestCapacity check

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add protocol spec supplier to GetReceiptsFromPeerTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Rework getPeer again to use LEAST_TO_MOST_BUSY comparator

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Import PeerNotConnected class instead of using fully qualified class name

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Change to specifying retry counts in PeerTask instead of behavior enums

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: clean up after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: clean up after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix up javadoc

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add additional metrics to PeerTaskExecutor

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add Predicate to PeerTask to check for partial success

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix incorrect name on isPartialSuccessTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Implement isPartialSuccess and add unit tests

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add partialSuccessCounter and inflightRequestGauge in PeerTaskExecutor

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Also filter by whether a peer is fully validated

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove unneeded throws in RunnerTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix up inflight requests gauge in PeerTaskExecutor

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update plugin api hash

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update plugin api hash

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add javadoc to LabelledGauge.isLabelsObserved

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update plugin-api hash

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update changelog

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Implement GetHeadersFromPeerTask and use in DetermineCommonAncestorTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Handle headers with no receipts as a special case in DownloadReceiptsStep

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Complete merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Get DetermineCommonAncestorTask working with peer task system

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use taskName instead of className for labelNames

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use snake_case for metric names

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use _total metric name suffix

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: rework partial success handling

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update GetReceiptsFromPeerTask with partialSuccess changes

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update GetHeadersFromPeerTask with partialSuccess changes

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add default implementation to LabelledGauge.isLabelsObserved

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use Peer task systems GetHeadersFromPeerTask in GetBlockFromPeerTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix broken unit test

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove unused constructor from AbstractPeerBlockValidator

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use GetHeadersFromPeerTask in AbstractPeerBlockValidator

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use peer task executor in SyncTargetManager

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix javadoc on BesuControllerBuilder

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove logs used to confirm operation

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Implement GetHeadersFromPeerTask in FastSyncActions and PivotBlockConfirmer

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Rename parseResponse to processResponse

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Wrap peer task system usage in ethScheduler call to match other usages

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: apply spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move check for empty trie hash into GetReceiptsFromPeerTask and update unit test to test for this functionality

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix compile issue after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix compile issue after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove BodyValidator and update code and test to match

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Implement GetHeadersForPeerTask usage in DownloadHeadersStep

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: remove unneeded logs

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix up pre-fill and add test to test failure scenario

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use ProtocolSchedule.anyMatch to find if any ProtocolSpecs are PoS, remove new usages of currentProtocolSpecSupplier

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Only attempt to remove headers on successful requests

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: clean up after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: clean up after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use peer task system in RangeHeadersFetcher

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use peer task system in DownloadHeaderSequenceTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix GetHeadersFromPeerTask mocking in CheckPointSyncChainDownloaderTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Extract peer task executor answer for getHeaders to separate class for reuse in tests

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Implement peer task system usage in BackwardSyncStep

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Implement peer task system usage in ChainHeadTracker

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Implement peer task system usage in PivotSelectorFromSafeBlock and improve logging

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Implement unit test for GetHeadersFromPeerTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix up merge compile error

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Ensure FastSyncActions and PivotSelectorFromSafeBlock retry getting headers for all peers, matching RetryingGetHeaderFromPeerByHashTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Change PeerTaskExecutorResult.ethPeer to an Optional

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use CancellationException instead of InterruptedException in PivotBlockConfirmer

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use PivotBlockRetriever.MAX_QUERY_RETRIES_PER_PEER to set retries for GetHeadersFromPeerTask

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Add PeerTask.shouldDisconnectPeer and ensure functionality matches old code

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove old info logs

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix broken test by correctly including peer in PeerTaskExecutorResults in test classes

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix incorrect equality tests

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix broken test

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move PeerTaskExecutor into EthContext to reduce plumbing changes

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Remove protocol check from GetHeadersFromPeerTask.getPeerRequirementFilter

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix broken test

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix broken integration test

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Refactor peer task validation

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Refactor peer task validation

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Use peer count for retry count when getting headers in BackwardSyncStep, FastSyncActions, and PivotSelectorFromSafeBlock

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Move chainstate update into GetHeadersFromPeerTask.postProcessResult

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Fix compile errors

Signed-off-by: Matilda Clerke <[email protected]>

* 7311: Update after merge

Signed-off-by: Matilda Clerke <[email protected]>

---------

Signed-off-by: Matilda Clerke <[email protected]>
Signed-off-by: Matilda-Clerke <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
* Improve equals performance operation on Address
* Use toArrayUnsafe instead of toArray to reduce GC overhead

Signed-off-by: Ameziane H. <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
* rename file to match convention
* allow comments
* updated withdrawal request contract address

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
* Chore:Removed Deprecated --host-whitelist option
* chore: Update everything_config.toml and Updated upcoming Breaking Change in  CHANGELOG.md file

Signed-off-by: Preeti <[email protected]>

---------

Signed-off-by: Preeti <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
* Estimate the memory size of EIP-7702 transactions

Signed-off-by: Fabio Di Fabio <[email protected]>

* Apply suggestions from code review

Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Fabio Di Fabio <[email protected]>
* remove evm dep on matter-labs bls12 lib

Signed-off-by: garyschulte <[email protected]>
…#8024)

* add ignore unknown prop to builder

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
Add jfrog check
Make homebrew check clearer

Signed-off-by: Simon Dudley <[email protected]>
* Precompute authorities when importing blocks

Signed-off-by: Fabio Di Fabio <[email protected]>

* Using Supplier to make the authorizer thread safe

Signed-off-by: Fabio Di Fabio <[email protected]>

* Process code delegation in parallel if there are more that one

Signed-off-by: Fabio Di Fabio <[email protected]>

---------

Signed-off-by: Fabio Di Fabio <[email protected]>
…#8025)

* add hotfix to changelog

Signed-off-by: Sally MacFarlane <[email protected]>

* add 24.12.2 notes

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
…ledger#7978)

* Add RPC HTTP options to specify custom truststore and it's password

* Update error logs to indicate options to use

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: Sally MacFarlane <[email protected]>
…yperledger#8037)

* Create a RocksDB opener that display a warning if it takes too much time to open the database
* Change the strategy levelCompactionDynamicLevelBytes is set

Signed-off-by: Ameziane H. <[email protected]>
* update 7251 address, update 7251 & 7702 code

Signed-off-by: Daniel Lehrner <[email protected]>

* spotless

Signed-off-by: Daniel Lehrner <[email protected]>

* Update EIP-7251: Set MAX_CONSOLIDATIONS=2

Signed-off-by: Daniel Lehrner <[email protected]>

---------

Signed-off-by: Daniel Lehrner <[email protected]>
* 7582: Add waitForPeer method to PeerSelector and EthPeers

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Replace all usages of WaitForPeer[s]Task with new EthPeers.waitForPeer method

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix PivotBlockConfirmerTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix broken PivotBlockRetrieverTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix broken FastSyncActionsTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix issues after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Put AbstractSyncTargetManager.waitForPeerAndThenSetSyncTarget code back separate thread to avoid infinite loop waiting for peers during acceptance tests

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Remove pivot block checks when waiting for peer in FastSyncActions

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Remove estimated chain height check from PivotBlockConfirmer when waiting for peers

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix broken PivotBlockRetrieverTest

Signed-off-by: Matilda Clerke <[email protected]>

* Use isSuitablePeer as peer selection criteria when waiting for a peer in AbstractRetryingPeerTask

Signed-off-by: Matilda Clerke <[email protected]>

* Remove MetricsSystem from PivotSelectorFromPeers

Signed-off-by: Matilda Clerke <[email protected]>

---------

Signed-off-by: Matilda Clerke <[email protected]>
* clarify breaking changes in changelog

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
* 7582: Add waitForPeer method to PeerSelector and EthPeers

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Replace all usages of WaitForPeer[s]Task with new EthPeers.waitForPeer method

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix PivotBlockConfirmerTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix broken PivotBlockRetrieverTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix broken FastSyncActionsTest

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: spotless

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Simplify PivotSelectorFromPeers.selectNewPivotBlock and add unit tests

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix issues after merge

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Put AbstractSyncTargetManager.waitForPeerAndThenSetSyncTarget code back separate thread to avoid infinite loop waiting for peers during acceptance tests

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Remove pivot block checks when waiting for peer in FastSyncActions

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Remove estimated chain height check from PivotBlockConfirmer when waiting for peers

Signed-off-by: Matilda Clerke <[email protected]>

* 7582: Fix broken PivotBlockRetrieverTest

Signed-off-by: Matilda Clerke <[email protected]>

* Fix compile errors

Signed-off-by: Matilda Clerke <[email protected]>

* spotless

Signed-off-by: Matilda Clerke <[email protected]>

* Refactor mockito usage

Signed-off-by: Matilda Clerke <[email protected]>

---------

Signed-off-by: Matilda Clerke <[email protected]>
Drive Cancun, Prague and Osaka target and max blobs per block from genesis config.
If blobSchedule is missing, use the mainnet default values.
Target is wired into appropriate *GasCalculator implementations.
Max is wired into appropriate *TargetingGasLimitCalculator implementations.

---------

Signed-off-by: Simon Dudley <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Move the core of QBFT into a qbft core module so it can be reused outside Besu

Signed-off-by: Jason Frame <[email protected]>
* don't throw if all the gasprice params are specified

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
…ledger#7971)

* eip-7709 implement BLOCKHASH opcode from system contract state

Signed-off-by: Luis Pinto <[email protected]>

* fixup! eip-7709 implement BLOCKHASH opcode from system contract state

 reimplement blockhashlookup with MessageFrame instead of WorldUpdater

Signed-off-by: Luis Pinto <[email protected]>

* fixup! eip-7709 implement BLOCKHASH opcode from system contract state

 address review comments

Signed-off-by: Luis Pinto <[email protected]>

* fixup! eip-7709 implement BLOCKHASH opcode from system contract state

 add comment about unused BlockHashProcessor

Signed-off-by: Luis Pinto <[email protected]>

---------

Signed-off-by: Luis Pinto <[email protected]>
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.