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

Build a tower client for LDK #133

Open
2 tasks
sr-gi opened this issue Oct 17, 2022 · 5 comments
Open
2 tasks

Build a tower client for LDK #133

sr-gi opened this issue Oct 17, 2022 · 5 comments

Comments

@sr-gi
Copy link
Member

sr-gi commented Oct 17, 2022

Let's build for LDK:

  • Add tower logic to LDK sample (or a fork ok it)
  • Create a simple code snippet that can be plugged into any project building on top of LDK
@sr-gi
Copy link
Member Author

sr-gi commented Sep 14, 2023

This should now be possible (lightningdevkit/rust-lightning#2337)

@moneyball
Copy link

Any takers? :)

@aruokhai
Copy link

aruokhai commented Mar 7, 2024

Taking it as part of Bitcoin FOSS Program

@sr-gi
Copy link
Member Author

sr-gi commented Mar 7, 2024

In case it is useful, this is a (really outdated) test of the PR adding tower support to LDK:
sr-gi/ldk-sample@4af2914
lightningdevkit/rust-lightning#2337 (comment)

@aruokhai
Copy link

aruokhai commented Apr 24, 2024

@sr-gi, i face lots of bitcoin and lightning libraries incompatibility issues while implementing Ldk-integeration. The incompatibility issue arises due to my need to use Locator, Appointment, UserId structures, among others which resides in teos-common module The needed changes in rust-lightning was added in v0.0.119 , which depends on rust-bitcoin ^0.30.2, while teos-common depends on lightning = "0.0.108" and bitcoin = "0.28.0". Currently i am working a new branch to update bitcoin and lightning libraries, what do you think ?

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

3 participants