Merged
Conversation
mralj
approved these changes
Feb 21, 2026
Collaborator
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
0771c9a to
ddd4e48
Compare
This PR removes the old `getTxsByHash` call from `P2PClient` as it is no longer used.
ddd4e48 to
cff34a6
Compare
AztecBot
pushed a commit
that referenced
this pull request
Feb 23, 2026
This PR removes the old `getTxsByHash` call from `P2PClient` as it is no longer used.
Collaborator
|
✅ Successfully backported to backport-to-v4-staging #20752. |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 24, 2026
BEGIN_COMMIT_OVERRIDE feat: dynamically adjust peer set in batch tx requester (#20638) chore: fix worker wallet log level (#20754) chore: run spartan bench from next (#20758) fix: Deflake the gossip test (#20739) chore: Removed dead code (#20740) fix: pass log level to AVM simulator (#20762) refactor: Consolidate transaction validators (#20631) chore: double Node.js libuv thread count (#20709) chore: benchmark block building (#20767) refactor: redesign failed L1 tx store for full tx replay (#20568) chore: fix yaml encoding of consensus API keys (#20772) chore: deploy staging-public (#20774) fix: underflow in snapshot synch (#20780) chore: add alert on proof failures (#20778) fix: separate rejected and aborted proving jobs (#20777) chore: dedupe release notes (#20662) chore: monitor ELU in E2E tests (#20781) END_COMMIT_OVERRIDE
This file contains hidden or 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
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.
This PR removes the old
getTxsByHashcall fromP2PClientas it is no longer used.