onflow / flow-go-sdk

Tools for building Go applications on Flow :ocean:
https://onflow.org
Apache License 2.0
212 stars 87 forks source link

Unify streaming endpoints code #763

Open illia-malachyn opened 2 hours ago

illia-malachyn commented 2 hours ago

We need to do a small refactoring to get rid of code duplications caused by streaming endpoints introduced in #735 epic

Check out these PRs to understand the code similarities https://github.com/onflow/flow-go-sdk/pull/762 https://github.com/onflow/flow-go-sdk/pull/760 https://github.com/onflow/flow-go-sdk/pull/758

Note: it should be done after those PRs are merged in

illia-malachyn commented 2 hours ago

@peterargue cc