dstadulis
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...
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...
**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...
### 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...
**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...
**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...
# 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
**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...
Tracking issue for https://github.com/lightningnetwork/lnd/pull/8562