Update: app to support latest RGB LN Node (commit 358d2d2) #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the Iris Wallet Desktop App to support the latest RGB LN Node, introduces schema and model changes, improves channel reliability, enhances UI structure, updates Docker dependencies, and significantly improves unit and E2E test coverage and diagnostics.
Core Updates
Updated the Iris Wallet Desktop App to support the latest RGB LN Node
(Commit ID:
358d2d266aca22cf8e3ae142370ce5befd58ce7c)Added support for the testnet4 network
Renamed asset schemas:
RGB20→NIARGB25→CFAImproved open-channel error handling for better stability and reliability
Model Changes
Replaced
amountfield withassignmentin:ListUnspentResponseModelListTransferResponseModelSendAssetRequestModelDecodeRgbInvoiceResponseModelRenamed
asset_iface→asset_schemainDecodeRgbInvoiceResponseModelTransfer & Invoice Models
Updated
TransferAssetModel:amountwithassignmentrequested_assignmentAdded
witness(boolean) toRgbInvoiceRequestModelRemoved
asset_ifacefromIssueAssetResponseModelNode Info Model
Updated
NodeInfoResponseModel:account_xpub_vanillaaccount_xpub_coloredon_chain_pubkeyUI & Codebase Improvements
Added helper methods to reduce file size constraints and improve maintainability:
ui_rgb_asset_detail.pyui_settings.pyFixed incorrect amount display during receive operations
Improved overall UI structure for better readability and long-term maintainability
Unit and E2E Tests
QTimerin unit tests for the network checker to ensure deterministic and stable test executionInfrastructure & Tooling Updates
Version Update
0.3.0Important Note
This PR contains breaking changes and is not backward compatible.
Due to asset schema renaming, model updates, and internal data structure changes, wallets created with earlier versions not work with this release. Back up existing wallets before upgrading.