-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
ldk: upgrade to the last ldk master version #118
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vincenzopalazzo
force-pushed
the
macros/update-ldk
branch
from
October 2, 2023 05:07
bd3b4f8
to
5cd47e5
Compare
Missing the bdk upgrade |
This comment was marked as off-topic.
This comment was marked as off-topic.
Tested it on my machine and it works good! |
I found also why this PR was closed so many times :) Now it should be ok |
vincenzopalazzo
force-pushed
the
macros/update-ldk
branch
from
October 18, 2023 16:39
4fa4084
to
08de085
Compare
vincenzopalazzo
force-pushed
the
macros/update-ldk
branch
2 times, most recently
from
October 27, 2023 16:45
4eeb6e6
to
d52b3d0
Compare
Ok Rebased on master and fixed the bdk support |
In the process of making lampo compatible with ldk 117 version, there was the following breaking change that this commit addresses. - Add read_channel_monitors utility in lightningdevkit/rust-lightning@4305ee4 - Add FilesystemStore and remote the Add FilesystemPersister lightningdevkit/rust-lightning@f22d1b6 - Expose AChannelManager trait and use it in lightning-invoice in Expose AChannelManager trait and use it in lightning-invoice Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
vincenzopalazzo
force-pushed
the
macros/update-ldk
branch
from
October 27, 2023 17:51
d52b3d0
to
13b5f16
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the process of making lampo compatible with ldk 117 version, there was the following breaking change that this commit addresses.