dstadulis

Results 59 issues of dstadulis

**Is your feature request related to a problem? Please describe.** Developers must manually verify that the digest values generated produced during a local build match the manifest other developers have...

enhancement
docker

Ex post tracking issue for #2219 ## Background [BIP324](https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki) implementation necessitates `btcd` implement ElligatorSwift elliptic-curve points encoding and decoding functions. During BIP324's [Handshake-key-exchange phase](https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki#user-content-Handshake_key_exchange_and_version_negotiation:~:text=The%20Key%20exchange-,phase,-%2C%20where%20nodes%20exchange) [ellswift is called by the initiator...

Given https://github.com/lightningnetwork/lnd/issues/8769 has been merged, this issue can be started. As discussed in https://github.com/lightninglabs/taproot-assets/issues/1091, litd should update integration tests to - [x] Assert the lnd changes to persist payment+invoice HTLC...

tests
taproot-assets

https://github.com/lightninglabs/lightning-terminal/pull/865 corrects the fundchannel functionality to allow a channel to be created of an amount that is less than the cumulative available asset amounts. ## MVP TODO - [ ]...

tests
taproot-assets

Gijs and Roas can enumerate additional test cases from [their conversation](https://github.com/lightninglabs/taproot-assets/issues/1106#issuecomment-2392021373): [`testCustomChannels`](https://github.com/lightninglabs/lightning-terminal/blob/648648410b9ea91b65c3a3c6de5b23654c90e2a5/itest/litd_custom_channels_test.go#L264) can have additiona assertions added to increase test coverage ## Preliminary testing ideas to inspire ideas: - Assert...

tests
taproot-assets

# Background Digest entries in the manifest file are produced here: https://github.com/lightninglabs/lightning-terminal/blob/43ac9fac94cd158e1b7c560555f2a7b565c307f9/release.sh#L91 Assigned from here: https://github.com/lightninglabs/lightning-terminal/blob/43ac9fac94cd158e1b7c560555f2a7b565c307f9/release.sh#L33 Called from here https://github.com/lightninglabs/lightning-terminal/blob/43ac9fac94cd158e1b7c560555f2a7b565c307f9/Makefile#L164C30-L164C45 Defined here: https://github.com/lightninglabs/lightning-terminal/blob/43ac9fac94cd158e1b7c560555f2a7b565c307f9/make/release_flags.mk#L1C23-L1C42 # Issue @ViktorTigerstrom produced a build **with**...

build

Current, the [nightly build process](https://github.com/lightninglabs/lightning-terminal/pull/813/files#top) is set up to build from an [experimental branch](https://github.com/lightninglabs/lightning-terminal/blob/2c6075328f89094ba03437ed6cae197ad7d5365b/.github/workflows/docker.yml#L23), which will eventually be merged into master. To ensure the CD process remains up-to-date, the on-going...

bug

In line with developing universal-group-key support, channel funding will need to be augmented the channel-funding sequence This work will entail: - [ ] Upgrading tapd's custom-channel channel funding processes -...

enhancement
tap-channels
P0

**Is your feature request related to a problem? Please describe.** Given preliminary taproot channel support in lnd https://github.com/lightningnetwork/lnd/pull/7733 enhancements will be necessary to perform and test watchtower support for Taproot...

enhancement
tap-channels
lnd