Skip to content

[Node Operator Question] get latest TXs (fastest way(Mempool)) by running op-node #327

Closed Answered by Chomtana
ZigBalthazar asked this question in Node Operators
Discussion options

You must be logged in to vote

Optimism is featuring a private mempool. The fastest way is probably listening through P2P gossip that I have guided in the previous topic. But is probably hard to do.

#312 (reply in thread)

I have just come up with another method to modify the op-node gossip handler function to send the tx to your application which may be easier. Then you could run that modified op-node and transaction will be streamed to your application.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ZigBalthazar
Comment options

Answer selected by ZigBalthazar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node-operator Questions relating to running a rollup node on OP Mainnet/Testnet. discussion-metrics Used by Github Action to gather discussion metrics on the question and answer section.
2 participants