-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Make lnd go-gettable #3
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
Merged
Merged
Conversation
This file contains hidden or 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
Error messages: peer.go:12:2: cannot find package "li.lan/labs/plasma/lnwallet" peer.go:13:2: cannot find package "li.lan/labs/plasma/lnwire"
Error message: cmd/lncli/commands.go:27: undefined: shell
|
Thanks for this! Looks like a few things were still left from our internal git server. |
ghost
pushed a commit
that referenced
this pull request
Jan 18, 2016
Make lnd go-gettable, add install instructions to readme
Contributor
Author
|
Yup, NP 👍 |
andrewshvv
referenced
this pull request
in andrewshvv/lnd
May 4, 2017
Step #3 in making htlcManager (aka channelLink) testable: Apply the channel link config inside the channel link itself.
Roasbeef
added a commit
that referenced
this pull request
Jul 31, 2017
This commit adds a series of new functions that can be used to generate the second level HTLC transactions, and also to claim the output created by the transaction after a delay. The details of the scripts and transaction format can be found in BOLT #3.
Closed
Closed
Crypt-iQ
added a commit
to Crypt-iQ/lnd
that referenced
this pull request
Feb 20, 2019
motorina0
added a commit
to motorina0/lnd
that referenced
this pull request
Feb 9, 2021
motorina0
added a commit
to motorina0/lnd
that referenced
this pull request
Feb 9, 2021
motorina0
added a commit
to motorina0/lnd
that referenced
this pull request
Feb 10, 2021
motorina0
added a commit
to motorina0/lnd
that referenced
this pull request
Feb 11, 2021
motorina0
added a commit
to motorina0/lnd
that referenced
this pull request
Feb 12, 2021
bjarnemagnussen
added a commit
to LN-Zap/lnd
that referenced
this pull request
Jun 11, 2021
Add gRPC method IsOurAddress
Roasbeef
added a commit
to Roasbeef/lnd
that referenced
this pull request
Jan 21, 2025
# This is the 1st commit message: peer: add new composite chanCloserFsm type In this commit, we add a new composite chanCloserFsm type. This'll allow us to store a single value that might be a negotiator or and rbf-er. In a follow up commit, we'll use this to conditionally create the new rbf closer. # The commit message lightningnetwork#2 will be skipped: # fixup! peer: add new composite chanCloserFsm type # The commit message lightningnetwork#3 will be skipped: # fixup! peer: add new composite chanCloserFsm type
Roasbeef
added a commit
to Roasbeef/lnd
that referenced
this pull request
Feb 7, 2025
# This is the 1st commit message: peer: add new composite chanCloserFsm type In this commit, we add a new composite chanCloserFsm type. This'll allow us to store a single value that might be a negotiator or and rbf-er. In a follow up commit, we'll use this to conditionally create the new rbf closer. # The commit message lightningnetwork#2 will be skipped: # fixup! peer: add new composite chanCloserFsm type # The commit message lightningnetwork#3 will be skipped: # fixup! peer: add new composite chanCloserFsm type
Roasbeef
added a commit
to Roasbeef/lnd
that referenced
this pull request
Feb 8, 2025
# This is the 1st commit message: peer: add new composite chanCloserFsm type In this commit, we add a new composite chanCloserFsm type. This'll allow us to store a single value that might be a negotiator or and rbf-er. In a follow up commit, we'll use this to conditionally create the new rbf closer. # The commit message lightningnetwork#2 will be skipped: # fixup! peer: add new composite chanCloserFsm type # The commit message lightningnetwork#3 will be skipped: # fixup! peer: add new composite chanCloserFsm type
This pull request was closed.
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.
Fixes and documentation for installing via
go get.