onflow / flowkit

Apache License 2.0
6 stars 10 forks source link

[BUG] flowkit v1 uses old flow-go with outdated grpc-middleware #59

Open bjartek opened 2 months ago

bjartek commented 2 months ago

Current Behavior

Latest tag of flowkit v1 contains a commit dependency of flow-go that does not contain this https://github.com/onflow/flow-go/pull/5740. In this PR i fix grpc-middleware so that it uses released version and not an RC

Expected Behavior

flow-go is updated to a more recent version. Not Sure what the appropriate version to use, if I did i would send a PR

Steps To Reproduce

not relevant

Environment

not relevant

What are you currently working on that this is blocking?

updating find indexer to new flowkit v1 but it uses an incompatible version of grpc-middleware.