-
Notifications
You must be signed in to change notification settings - Fork 47
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
REST API streaming support #496
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #496 +/- ##
==========================================
- Coverage 54.12% 51.83% -2.30%
==========================================
Files 29 30 +1
Lines 3706 3870 +164
==========================================
Hits 2006 2006
- Misses 1539 1702 +163
- Partials 161 162 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@peterargue can you have a look at this? I am not sure if we need execution streaming here or just events are enough |
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/onflow/flow-go/crypto](https://github.com/onflow/flow-go) from 0.24.9 to 0.24.10. - [Release notes](https://github.com/onflow/flow-go/releases) - [Commits](onflow/flow-go@v0.24.9...v0.24.10) --- updated-dependencies: - dependency-name: github.com/onflow/flow-go/crypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](gorilla/mux@v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
@bluesign good to merge? |
Should be good, just this ID I will investigate a bit later but we can merge |
yeah doesn't matter as much for now |
Closes #495
Description
Currently trie updates are not implemented but as-is it is enough to provide events, currently REST API does not allow state streaming AFAIK, so I marked as ready for review. ( as it is a blocker for FCL work )
For contributor use:
master
branchFiles changed
in the GitHub PR explorer