Skip to content
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

Closed
JeffreyDoyle opened this issue Oct 20, 2023 · 3 comments · Fixed by #1794
Closed

Support event streaming API #1791

JeffreyDoyle opened this issue Oct 20, 2023 · 3 comments · Fixed by #1794
Assignees
Labels

Comments

@JeffreyDoyle
Copy link
Member

JeffreyDoyle commented Oct 20, 2023

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's event subscription API ( fcl.events(type).subcribe(event => ...) ) must be updated to use the event streaming API on access node.
    • FCL's event subscription API must not be altered.
@gregsantos
Copy link
Member

@jribbink HTTP support now live on testnet AN's

@jribbink
Copy link
Contributor

jribbink commented Nov 1, 2023

Awesome, I'll prioritize this once I close out some of the VSCode stuff 👍

@thhachain
Copy link

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!

@jribbink jribbink linked a pull request Nov 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants