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

rpc: the grpc proto file where the API are generated need to be last tagged version #17

Open
vincenzopalazzo opened this issue Jun 26, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vincenzopalazzo
Copy link
Member

The actual grpc API are generated in the current version of master, and the listtransaction want an additional filed, on my node I receive the following error

Another exception was thrown: Exception: gRPC Error (code: 2, codeName: UNKNOWN, message: Error calling method ListTransactions: RpcError { code: None, message: "Malformed response from lightningd: missing field `amount_msat`" },
details: [], rawResponse: null, trailers: {date: Sun, 26 Jun 2022 17:00:06 GMT})

We need to generate the GRPC file from the last release https://github.com/ElementsProject/lightning/releases

P.S: You need to check out the git tag!

@vincenzopalazzo vincenzopalazzo added the bug Something isn't working label Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants