Summary
Contract events are not available over Horizon SSE. We poll the Soroban JSON-RPC
getEvents method on a configurable interval.
Acceptance criteria
Notes
Soroban RPC: https://developers.stellar.org/docs/data/rpc/api-reference/methods/getEvents
Default testnet RPC: https://soroban-testnet.stellar.org
Summary
Contract events are not available over Horizon SSE. We poll the Soroban JSON-RPC
getEventsmethod on a configurable interval.Acceptance criteria
StreamManager._streamContractEvents()pollsgetEventsusingfetchfilter.poll_interval_mscontrols interval (default 5000ms)filter.topicspassed through to the RPC filter arrayNotes
Soroban RPC: https://developers.stellar.org/docs/data/rpc/api-reference/methods/getEvents
Default testnet RPC: https://soroban-testnet.stellar.org