-
Notifications
You must be signed in to change notification settings - Fork 152
Ws custom subscriptions #1172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ws custom subscriptions #1172
Conversation
Development
Merge development into main
Development
Development -> Main
Development
Development -> Main (SC preparations for Supernova, time types, new block info API)
Development to main
WS Subscriptions Error Handling
Development
bogdan-rosianu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very good documentation on how to use the new features. my biggest recommendation is the renaming of Latest -> Pulse Stream and Fresh -> Filtered Stream (applicable in the entire pr)
|
|
||
| ### Custom Transfers (Filtered) | ||
|
|
||
| Subscribes to value transfers (EGLD, ESDT, NFT) matching specific criteria. This stream is optimized for tracking movement of assets and supports flexible filtering like generic address matching and token identifiers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the description is not right. transfers aren't just about tokens transfers, but rather refer to all actions that are done by an address (including smart contract results, rewards, etc)
Description of the pull request (what is new / what has changed)
Did you test the changes locally ?
Which category (categories) does this pull request belong to?