dstadulis

Results 59 issues of dstadulis

Duplicate words are identified with the regex: ^[\s\t]*//.*\b(\w+)\b \1\b ^[\s\t]*#.*\b(\w+)\b \1\b and removed

# Background In scenarios where taproot assets are contained within bitcoin lightning channels, LND has the requirement to push an above-dust amount of satoshis to the remote side of the...

enhancement
payment-channel
tap-channels
premature-exhaustion
P1

https://github.com/lightningnetwork/lnd/pull/8622 Adds AuxFundingController functionality to lnd and relies on a new MsgRouter to intercept messages passed over the wire for use in processing/arbitrating tap channel state. Editable deliverable list tapd...

enhancement
payment-channel
tap-channels
lnd

**Is your feature request related to a problem? Please describe.** As a `taproot-assets user` I want to `select user-defined UTXOs and GenesisAmtSats values` in order to * `be able to...

enhancement
payment-channel

### Background This issue relates to the cache performance of `universe_roots` with respect to interacting with the DB cache. Based on the logs from Lab's universe, the **hit-to-misses ratio for...

bug
universe
gRPC
performance
cache
P3

**Is your feature request related to a problem? Please describe.** As a `tapcli user` I want to `be able to refer to to the notional / nominal name of an...

enhancement
good first issue
cli
ux

**Is your feature request related to a problem? Please describe.** Current load test design was built out before PRs #853 #836 were merged. Given that many operations within the load...

enhancement
performance

# TODO - [ ] https://github.com/Roasbeef/blips/pull/4 # Merged #845 #683 #792 #778 Cover the RFQ implementations in which some slight updates @ffranr to enumerate those updates in this issue

enhancement
bips

**Is your feature request related to a problem? Please describe.** Discover the necessary RPCs required for payment channel functionality between lnd and tapd. Exploratory work is included in https://github.com/lightninglabs/taproot-assets/tree/tap-channels-itest Rough...

enhancement

Tracking issue for https://github.com/lightningnetwork/lnd/pull/8562

enhancement
payment-channel
tap-channels