基础建设的推进又有新的进展,我做一下简单的解读:
开发团队想传达的核心观点是:
RGB 不是 Lightning 的独立层,而是 Lightning 本身的智能合约层
在RGB和LN的兼容性集成实践中,他们提出以下原则:
▪️零退化:RGB 节点你不能影响LDK节点,要完全兼容原生的LN各种操作
▪️与上游同步:上游的lightning rust-lightning / ldk-node 版本更新了,就必须立即跟进,不能一直用老版本
▪️引入LN特性到RGB世界:把 splice、async-payments 等最新 LN 功能扩展到 RGB 资产通道,这个对于RLN swap有很大的作用
实际的开发中,有以下的技术动作:
▪️在从 rust-lightning 0.1.4 升级到 0.2.2、ldk-node 0.6.1 升级到 0.7.0;
▪️完整吸收 16 个 MEDIUM+ 资金安全修复(含 3 个 SECURITY 级),以及 splice、async-payments、LSPS2 等 4 大主流协议特性;
▪️通过全部 1,019 个 LDK 状态机测试,与 CLN v23.08 和 LND v0.18.5-beta 互操作 100% 通过;
▪️正式向 Lightning BLIPs 仓库提交 bLIP-0070,将 RGB 兼容设计标准化(这个如果通过了,那么对于RGB协议来说是具有极高价值的)
看到这的你不需要太懂具体的技术细节,只需要知道“在稳健、高效、安全”地推进RLN主网的落地就可以了
最后说一句:在BTC生态这个大家庭里面,大家可以开始关注 #
RGB# 协议了!记住这句话!
#
RGB# #
BTC#
RGB super-compatibility is not a promise but an engineering discipline enforced with zero tolerance for regression.
RGB on Lightning: Walking with Upstream
While the previous release proved that RGB could connect to Lightning through full LDK state machine compliance, 1,019 tests, and CLN/LND interoperability, the latest release now answers the harder question of whether RGB can evolve at Lightning's pace without friction — and it does.
We synced our upstream dependencies with the Lightning mainline, absorbing 16 medium-or-higher security fixes, including critical vulnerabilities that were never backported.
We’ve formalised this approach as bLIP-0070, encoding super-compatibility at the protocol layer via feature bits 826 (mandatory) and 827 (optional), along with TLV type 827167.
Compatibility only earns the right to the real work of making Lightning’s most advanced primitives asset-native: Splice support, already live in BTC channels, will extend to RGB channels for adjusting capacity without closing, while Async Payments and offline receipt of value will carry over to RGB assets, and JIT liquidity will follow—all without bridges, custodial wrappers, or separate networks, leaving simply the Lightning Network with RGB as its invisible programmable layer.
Compatibility is not pitched as a feature; it is shipped as infrastructure, making Bitcoin smart.
显示更多