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

[custom channels]: update to tagged version of lnd #1130

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

guggero
Copy link
Member

@guggero guggero commented Sep 19, 2024

This PR updates the lnd dependency to use the latest version of the master branch (once we're close to releasing v0.18.4-beta).

Depends on #1120.
Depends on lightningnetwork/lnd#8960.
Depends on lightninglabs/lndclient#192.

Full serialized dependency list can be seen here: lightninglabs/lightning-terminal#848

@guggero guggero changed the title [custom channels¨ [custom channels]: update to tagged version of lnd Sep 19, 2024
@coveralls
Copy link

coveralls commented Sep 19, 2024

Pull Request Test Coverage Report for Build 10958990422

Details

  • 21 of 377 (5.57%) changed or added relevant lines in 15 files are covered.
  • 57 unchanged lines in 10 files lost coverage.
  • Overall coverage decreased (-0.06%) to 40.301%

Changes Missing Coverage Covered Lines Changed/Added Lines %
tapcfg/config.go 0 1 0.0%
itest/utils.go 0 2 0.0%
tapchannel/aux_closer.go 0 2 0.0%
tapchannelmsg/records.go 2 4 50.0%
rfq/order.go 0 4 0.0%
tapchannel/aux_traffic_shaper.go 0 8 0.0%
tapchannel/aux_leaf_signer.go 2 19 10.53%
rfqmsg/records.go 0 18 0.0%
tapchannel/aux_funding_controller.go 0 31 0.0%
tapchannelmsg/custom_channel_data.go 0 33 0.0%
Files with Coverage Reduction New Missed Lines %
tapchannel/aux_closer.go 1 0.0%
asset/asset.go 2 81.8%
rfqmsg/buy_accept.go 3 0.0%
tapchannel/aux_leaf_signer.go 3 34.49%
tapchannel/aux_funding_controller.go 4 0.0%
tapgarden/caretaker.go 4 68.5%
commitment/tap.go 4 84.17%
tapchannel/aux_sweeper.go 7 0.0%
tapchannel/aux_leaf_creator.go 14 0.0%
universe/interface.go 15 47.09%
Totals Coverage Status
Change from base Build 10958136063: -0.06%
Covered Lines: 24217
Relevant Lines: 60090

💛 - Coveralls

@dstadulis dstadulis added this to the v0.4.2 milestone Sep 19, 2024
@dstadulis dstadulis added the dependencies Pull requests that update a dependency file label Sep 19, 2024
A recent change to the lnd SCID alias RPCs requires us to generate SCID
aliases in a certain range. Because we derive the alias from the
randomly generated RFQ ID, we need to do some shifting arithmetic to
arrive at an acceptable alias.
We now get custom_channel_data fields in the ListInvoices/LookupInvoice
as well as in the ListPayments RPC. We add those fields to our data
parser implementation.
This commit unifies the use of the lfn.Result return type as a
preparation for the next commit, where we change a bunch of
function/method signatures to use the Result type as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

3 participants