IntersectMBO / IntersectMBO/cardano-api
gRPC: Switch to `utxorpc` package
Open
- Dominant language
- Haskell
- Stars
- 40
- Forks
- 30
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 30
Description
Currently `cardano-rpc` uses proto files which are vendored in the repository. This makes local development iterations faster. This however introduces a risk of feature drift from `utxorpc` spec.
We should try to switch to https://hackage.haskell.org/package/utxorpc which should make CI infrastructure easier and to stay in sync with `utxorpc` spec.
Related PRs:
- https://github.com/IntersectMBO/cardano-api/pull/947
Contributor guide
Assessment
This issue has not been assessed yet.