recieved transaction stream in 'starknet_subscribeNewTransactions'
The RPCv9 WebSocket method starknet_subscribeNewTransactions enables users to subscribe to incoming transactions with filtering options based on their status. In addition to streaming transactions from newly finalized blocks, including those in pre_confirmed and candidate, this update introduces support for the RECEIVED status. When the RECEIVED status is included in the subscription filter, the node will also stream transactions that it has forwarded to the sequencer. This PR implements the functionality to stream transactions received directly by the node.
Has failing test that needs to be fixed
This pull request is stale because it has been open 35 days with no activity. Remove stale label or comment or this will be closed in 14 days.
This pull request is stale because it has been open 35 days with no activity. Remove stale label or comment or this will be closed in 14 days.