Skip to content

Conversation

fab-10
Copy link
Contributor

@fab-10 fab-10 commented Nov 5, 2024

PR description

PR #7755 was missing one fundamental step, the registration of PeerTransactionTracker to dropped tx notifications, and without that the evicted valid txs are not correctly removed from the already seen tracker.
This PR just add that missing registration.

Fixed Issue(s)

fixes #7081

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

…fications

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 enabled auto-merge (squash) November 8, 2024 10:20
@fab-10 fab-10 merged commit 62b2c50 into hyperledger:main Nov 8, 2024
43 checks passed
@fab-10 fab-10 deleted the fix-peer-tx-tracker-missing-registration branch November 8, 2024 11:26
JanetMo pushed a commit to JanetMo/besu that referenced this pull request Nov 17, 2024
…fications (hyperledger#7858)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Marlene Marz <m.marz@kabelmail.de>
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.

Transaction that is added to a node's pool may not be propagated to the pools of its peer nodes
2 participants