ffranr
ffranr
Currently, the `AddAssetBuyOrder` and `AddAssetSellOrder` RPC endpoints initiates the RFQ communication process with a specified target peer. This issue proposes a modification to the endpoint to include a pre-condition check....
Currently, the tap address (produced by the receiver during the asset send process) is sub-optimally compressed. As an upside, parts of the address in its current format can be trivially...
It is important to include the default (defined in code) universe federation server in the `ListFederationServers` RPC endpoint return values. Otherwise, a user will be mislead into believing that their...
Feed fixed-point type through price oracle RPC interface and RFQ wire messages. Part of the work towards closing: https://github.com/lightninglabs/taproot-assets/issues/871
This PR aligns the RFQ reject wire message with the BLIP changes found here https://github.com/Roasbeef/blips/pull/4 This PR is related to https://github.com/lightninglabs/taproot-assets/issues/871 These changes require a quote reject wire message version...
A bug has been encountered when closing a Tap Asset Lightning Channel using the Hashmail proof courier. The issue arises in the process of delivering the channel close proof to...
This PR introduces a new RPC endpoint, SetPendingTransferProofCourierAddr, which allows overriding the proof courier address for a pending asset transfer output. This enhancement directly addresses the issue of correcting erroneous...
We would like to enhance our log messages by including the git commit hash (first 5 characters, 1,048,576 combinations) in each log entry. This will help us accurately track the...
The proof courier service encoded in a tap address may become permanently offline or its address may be misspent. In such cases, if a user has already initiated an asset...
This issue stems from this comment by @jharveyb : https://github.com/lightninglabs/taproot-assets/pull/1068#issuecomment-2286482522 It would be beneficial to add an integration test that simulates multiple transfers running concurrently. This can be achieved by...