-
Notifications
You must be signed in to change notification settings - Fork 116
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
Support event streaming API #1791
Labels
Comments
@jribbink HTTP support now live on testnet AN's |
Awesome, I'll prioritize this once I close out some of the VSCode stuff 👍 |
This is awesome! Thank you very much for this feature! Is there a timeline for this to be resolved? Our team is currently depending on this feature for one of our interchain project for event relaying. Thank you again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue to be solved
REST Access Nodes will soon support the event streaming API https://github.com/onflow/flips/blob/main/protocol/20230309-accessnode-event-streaming-api.md
FCL needs to be updated to support this new event streaming API.
Solution
fcl.events(type).subcribe(event => ...)
) must be updated to use the event streaming API on access node.The text was updated successfully, but these errors were encountered: