-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[anchor] pluggable anchor commitments #3821
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
Roasbeef
merged 31 commits into
lightningnetwork:master
from
halseth:pluggable-anchors-lnwallet
Mar 10, 2020
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
02dd8d2
input/size: remove unused constants
halseth 865776c
lnwallet/channel: use genHtlcScript to create scripts
halseth b56c7e3
input/script_utils_test: extract script execution into assert method
halseth b228681
input/script_utils_test: refactor TestHTLCSenderSpendValidation
halseth 6ecb379
lnwallet: thread chanType down into genHtlcScript, gen[..]SigJobs,
halseth b25f2fa
channeldb: define AnchorOutputsBit channel type
halseth 8c0deb8
input+lnwallet: Add scripts for CSV delayed HTLC outputs
halseth dc271a8
input/script_utils test: add test cases for delayed HTLC sender script
halseth a309132
input/script_utils test: add test cases for delayed HTLC receiver scrpts
halseth 990992c
input/script_utils: add delayed to_remote script + tests
halseth 6deb913
input: add CommitmentToRemoteConfirmed witness type
halseth 50199ae
input/script_utils: add anchor scripts + tests
halseth af68ff1
lnwallet: add anchor commitmenttype
halseth 1f28bd8
contractcourt/commit_sweep_resolver: set sweep witness type based on …
halseth ea94dbb
input+lnwallet: use individual commit weight calculations for channel…
halseth 21c5a95
lnwallet/channel: add feerate sanity check
halseth 6810912
lnwallet: choose HTLC scripts based on channel type
halseth d1089fb
input/test_utils: make mockSigner use SigHashType from sign descriptor
halseth bddd3e1
lnwallet: make second level sigs using sighash single|anyonecanpay
halseth c5d58b4
lnwallet: set 2nd level sequence according to channel type
halseth 92af234
lnwallet+nursery+input: set sequence=1 for direct HTLC spends
halseth ad8e9f3
lnwallet+breacharbiter: record local csv delay
halseth 8741b93
lnwallet/reservation: add non-initiator balance check
halseth f95a82b
lnwallet+funding: create CommitmentType enum
halseth 51c5352
itest: make commit type enum
halseth 44756b5
cfg: rename legacyprotocol to protocol
halseth 21126ab
multi: optionally enable and signal anchor support
halseth fd93c56
config+link: disable watchtower for anchors
halseth 7adb1bc
chanbackup: disable channel backup for anchor types
halseth ea2a58e
fundingmanager+lnwallet: enable anchor commitments
halseth b7885db
lnwallet+size: select HTLC fees based on channel type
halseth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.