dstadulis
dstadulis
Working on: https://github.com/lightninglabs/taproot-assets/pull/557
### Background [incomplete background] 1) In the scenario where one nodes hangs during of path finding, 2) The data which lnd `CommitSig` handles ?results in a deficient state 3) Which...
These changes introduce a new feature to the `tag` command-line tool: the ability to find files that *do not* contain any of the specified tags. This is achieved through the...
## Background Strict, asset-amount conservation checks exists in the tapd VM to prevent undue inflation of asset quantities. However, there may be instances where the daemon reports asset amounts that...
The tapd daemon's logic for constructiong routes and clearing HTLC state needs to be tailored tighter to expectations when generating invoices. This lack of specificity leads to several issues related...
## Motivation Many users encounter errors when running CLI commands, which try to access universes with chain networks different than what the node is configured / running on. User copies...
In a recent user report, litd dysfunction was shown because the universe RPC call ran before the universe sub service was online. See TODO summary here: https://github.com/lightninglabs/taproot-assets/issues/1122#issuecomment-2345928938
Adding a "transmission unit" concept to tapd: Dictates the minimum and maximum amounts, a payment channel, can receive. Goal: Ensure that invoiced amounts are created with values which can be...
## Description: Create a new branch off of `lnd` v0.18.3 and cherry pick desired commits for the v0.18.4 release. To facilitate this process, use the script: https://gist.github.com/Roasbeef/b76730b6e5548a4eb2813da0bcf4d82c. Note: occasional rebase...
## Change Description This PR adds integrity pinning to Docker build images. Referencing the Docker environment by a specified SHA hash reduces the need to trust, the on-going integrity of...