-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use batch p2p reqresp for requesting txs in prover node (#11741)
Adds a `getTxsByHash` (plural) method to the prover-coordination interface, implemented by node and p2pclient. In p2p client, uses the batch reqresp protocol to request txs. Since that already handles retries and timeouts, the retry mechanism is removed from the prover node itself. Once we review node interfaces, we should probably remove `getTxByHash` (singular) altogether in favor of the plural, and make aztec-node no longer extend prover-coordination since we are no longer using it for that purpose.
- Loading branch information
1 parent
e8cfed7
commit df9e4ec
Showing
9 changed files
with
222 additions
and
214 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.