dstadulis
dstadulis
Tracking issue for https://github.com/lightningnetwork/lnd/pull/8556
Tracking issue for https://github.com/lightningnetwork/lnd/pull/8546
Tracking issue for https://github.com/Roasbeef/bips/pull/47
Wrapper issue to track https://github.com/lightningnetwork/lnd/issues/8199 Fixed by https://github.com/lightningnetwork/lnd/pull/8509
**Is your feature request related to a problem? Please describe.** Currently the hashmail server removes stashed proofs when _any_ client retrieves the stashed proof. This can lead to premature removal...
### Background The demon use the testnet network by default https://github.com/lightninglabs/taproot-assets/blob/34f3283ac2cfecadce9a43f4de203a327be53fbd/tapcfg/config.go#L51 Due to https://github.com/lightninglabs/taproot-assets/pull/567/commits/d78e93b40acd093b3a3fa69f6ac4c719300b0aa1 in #567 We can either change the default to mainnet now, to reflect that the alpha...
### Background --- To prevent previous dysfunction, write locks were added in https://github.com/lightninglabs/taproot-assets/commit/b190d32087a3d579fbfca4cd06548d59d0b46694#diff-34ab0b3a4593407088a7516e921f22607e4237f236325db502804e33433327b2R303 which ultimately won't be necessary once #261 is fixed. After which, **DB writes can be optimized with...
When assets move into a transitory state (e.g. burning an asset), the daemon stops listing assets because it intends to remove them from the wallet's ownership. There's then an apparent...
# Background / Motivation Currently daemons using btcutil (litd, loop, pool, tapd, lnd) have operating-system specific configuration directory paths. 1) Anytime guides are written or the conf file needs to...
Fixes https://github.com/lightninglabs/docs.lightning.engineering/issues/365 Pull Request Checklist - [ ] The documents updated are not in the `docs/` directory. These files are synced from upstream repositories ([lnd](https://github.com/lightningnetwork/lnd), [lit](https://github.com/lightninglabs/lightning-terminal), [loop](https://github.com/lightninglabs/loop), [pool](https://github.com/lightninglabs/pool) and [faraday](https://github.com/lightninglabs/faraday)),...