litd v0.13.995-experimental includes the latest tapd
features an bug fixes as well as litd upgrades.
Release Notes
The Lightning Terminal (LiT) experimental release is the alpha-preview build that brings Taproot Assets to the Lightning Network, with support for Taproot Asset Channels.
Please note that Taproot Asset Channel functionality is only supported when litd
runs with both lnd
and tapd
in integrated mode (--lnd-mode=integrated
and --taproot-assets-mode=integrated
).
General installation and configuration instructions can be found in the README.
Key Updates
- Clarify Asset Balance Reporting:
ListBalances
now supports theinclude_leased
flag, which will include leased asset balances in balance queries. - Tap Channel Liquidity Fixes: Fixed issues with tap channel liquidity calculations, including sending very small or very big asset amounts.
- RFQ Price-acceptance Tolerances: Added AcceptPriceDeviationPpm configuration.
- RFQ Quote Accept Message Parsing: Improved RFQ quote accept message parsing by looking up the associated quote request message.
- Aux Signer Signal Handling: Improved aux signer signal handling to prevent quit signals from being missed.
- Coin Select Type: Added a new CoinSelectType enum to FundVirtualPsbt to specify script key type.
- Dust Checks for Allocations: Added dust checks for allocations in tap channels.
Performance and Stability Improvements
- Parallel Proof Delivery
- Error Handling in parallel processing
- Server Logging Cleanup: log calls moved from info to trace and merged log messages.
Important Notes
-
This release packages a staging/testing branch of LND, Taproot Assets Daemon, Loop, Pool, and Faraday.
-
⚠️**IMPORTANT NOTE: To avoid loss of funds, please read the Operational Safety Guidelines before using tapd on mainnet!⚠️
-
The Taproot Assets daemon is still in alpha state, which means there can still be bugs and not all desired data safety and backup mechanisms have been implemented yet. Releasing on mainnet mainly signals that there will be no breaking changes in the future and that assets minted with v0.3.0+ will be compatible with later versions.
What's Changed
- Updated to latest
tapd
version to v0.13.995. - Fixed bugs related to TAP channel liquidity..
- Added custom channels liquidity edge cases test.
- [custom channels]: plumb payinvoice CLI arg by @jharveyb in #838
New Contributors
- @jharveyb made their first contribution.
Full Changelog: v0.13.994-experimental...v0.13.995-experimental