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

[Access] Event streaming endpoints #1441

Merged

Conversation

UlyanaAndrukhiv
Copy link
Contributor

@UlyanaAndrukhiv UlyanaAndrukhiv commented Mar 21, 2024

onflow/flow-go#5557

Description

This pull request introduces new rpc calls for execution data:

  • SubscribeEventsFromStartBlockID - streams events starting at the requested start block id.
  • SubscribeEventsFromStartHeight -streams events starting at the requested start block height.
  • SubscribeEventsFromLatest -streams events starting at the latest sealed block.

Copy link
Contributor

@peterargue peterargue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added one comment about the deprecation notice, but otherwise looks good

protobuf/flow/executiondata/executiondata.proto Outdated Show resolved Hide resolved
@peterargue peterargue merged commit 47e87fe into onflow:master Apr 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants