You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are a startup working on a project that requires the sequencer to store some additional data off-chain. We are considering adding an RPC API within op-node to store these data in a PostgreSQL database. But we have two concerns:
This turns op-node into a stateful service. Is it architecturally sound to do so within an OP stack for its operation and scalability?
Furthermore, there will be another RPC for querying these data, so we desire to broadcast this non-block/transaction data to other op-nodes via the P2P network to keep the nodes in sync. Maybe I need to modify the protocol code in op-geth to support the broadcasting of custom messages, do you have any suggestions about this?
core-protocolQuestions relating to the core protocol and how the OP Stack works.discussion-metricsUsed by Github Action to gather discussion metrics on the question and answer section.
2 participants
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Did you check the documentation?
Did you read the specs?
Did you check for duplicate questions?
Issue Description
We are a startup working on a project that requires the sequencer to store some additional data off-chain. We are considering adding an RPC API within
op-node
to store these data in a PostgreSQL database. But we have two concerns:op-node
into a stateful service. Is it architecturally sound to do so within an OP stack for its operation and scalability?op-geth
to support the broadcasting of custom messages, do you have any suggestions about this?Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions