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

Use of deprecated ListPeers to get the peer's channels #86

Closed
JssDWt opened this issue Jun 15, 2023 · 1 comment
Closed

Use of deprecated ListPeers to get the peer's channels #86

JssDWt opened this issue Jun 15, 2023 · 1 comment

Comments

@JssDWt
Copy link
Collaborator

JssDWt commented Jun 15, 2023

The ListPeers function will no longer return the peer's channels after cln v23.11. That will break this function call:

peer, err := c.client.GetPeer(pubkey)

Options:

  • Add ListPeerChannels to our fork glightning
  • Move to using the supported version of glightning https://github.com/elementsProject/glightning/
  • Move to using grpc instead (that's probably prone to more breaking changes than glightning.
@JssDWt JssDWt changed the title Use of deprecated field Use of deprecated ListPeers to get the peer's channels Jun 15, 2023
@JssDWt
Copy link
Collaborator Author

JssDWt commented Dec 12, 2023

Fixed in 6c938f3

@JssDWt JssDWt closed this as completed Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant