Real-time events in JSON-RPC Relay #695
Replies: 3 comments
-
I'd be curious if the real-time events will become available outside of JSON-RPC? And if so, is there a HIP or a Git issue I can track? Thanks |
Beta Was this translation helpful? Give feedback.
-
@iron4548 The network produces a record stream. If you look at the mirror node importer code you'll see how that record stream is fetched, parsed, and inserted into the mirror node database. Anyone can pull the record stream files from the AWS S3 or GCP bucket themselves. |
Beta Was this translation helpful? Give feedback.
-
A question, would be it be possible to omit the address when subscribing to events using an array of topic0 ids only? For example, DEX pair contracts have events that share the same topic0 id signature, and there are more than one pair contracts (in the hundreds, if not thousands). |
Beta Was this translation helpful? Give feedback.
-
The HIP proposes adding the
eth_subscribe
andeth_unsubscribe
methods to the JSON-RPC RelayBeta Was this translation helpful? Give feedback.
All reactions