recieved transaction stream in 'starknet_subscribeNewTransactions'#3059
Merged
recieved transaction stream in 'starknet_subscribeNewTransactions'#3059
Conversation
rodrodros
reviewed
Aug 15, 2025
Contributor
|
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. |
Contributor
|
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. |
3da1bc4 to
facd1be
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3059 +/- ##
==========================================
- Coverage 75.47% 75.43% -0.04%
==========================================
Files 384 384
Lines 34723 34805 +82
==========================================
+ Hits 26206 26255 +49
- Misses 6686 6698 +12
- Partials 1831 1852 +21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
facd1be to
53dfd98
Compare
53dfd98 to
a2f44ae
Compare
a2f44ae to
fdb0773
Compare
1958058 to
287670d
Compare
287670d to
5a75043
Compare
rodrodros
reviewed
Apr 4, 2026
rodrodros
approved these changes
Apr 4, 2026
5a75043 to
4f39921
Compare
Contributor
|
Rebasing to make them run with the latest CI (new RPC sdk tests) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When the RECEIVED status is included in the subscription filter of
starknet_subscribeNewTransactions, 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.