[Miscellaneous] Providing Sequencer Feed Messages #623
Unanswered
gloomydumber
asked this question in
Miscellaneous
Replies: 2 comments
-
i don't know do optimism has that tool rightnow, but there's a third party website can help you decode the batch |
Beta Was this translation helpful? Give feedback.
0 replies
-
There shouldn't be a websocket version but you can implement yourself by developing a server to listening to libp2p gossipsub topic in the same way op-node does and expose the Websocket endpoint. The libp2p related code is in this folder https://github.com/ethereum-optimism/optimism/tree/develop/op-node/p2p |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check the documentation and specs?
Was there anything unclear or missing?
whether there are any plans to provide a WebSocket server that streams sequencer feed messages in real-time on Optimism.
Did you check for duplicate questions?
Similar Questions or Issues Found
No response
Please select the type of request
Steps to Reproduce
No response
Expected vs. Actual Behaviour
No response
Software Versions
No response
Operating System
No response
Hardware Resources
No response
Configuration Files, Startup Flags & Environment Variables
No response
Error Messages / Logs
No response
Feature Description
Provide a WebSocket server that streams sequencer feed messages in real-time on the Optimism network.
Purpose and Benefits
The main purpose of this feature is to enhance transparency and security within the Optimism network. By providing a WebSocket server that streams sequencer feed messages in real-time, it allows anyone to monitor the sequencer’s actions. This ensures that any attempt by the sequencer to manipulate transactions or alter their order can be detected immediately, increasing trust in the protocol. Real-time monitoring of sequencer feeds also strengthens the decentralized nature of the network by making it easier for third parties to verify the integrity of the transaction processing.
Relevant Context or Examples
Arbitrum provides real-time sequencer feeds via WebSocket,
Beta Was this translation helpful? Give feedback.
All reactions