fix(xelis): restore wallet integration with XWF - #1450
Open
Ez3kiel-dev wants to merge 1 commit into
Open
Ez3kiel-dev wants to merge 1 commit into
Ez3kiel-dev wants to merge 1 commit into
Conversation
Replace the legacy Flutter FFI with XWF 0.4 and Xelis Dart SDK 0.36. Install the Rust toolchain required by XWF Native Assets in build and test images and CI. Preserve exact atomic values and prepared transactions through review and broadcast. Handle reconnects, shutdown, confirmations, recovery and deletion through the Stack adapter and retain their behavioral regression tests. Run native wallet and SWB restoration with the default tests. Keep devnet transfers and channel rotation as a documented release check.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Restore Xelis wallet support by replacing the legacy FFI package with
xelis_wallet_flutter0.4.0 and updatingxelis_dart_sdkto 0.36.0. Update build and CI prerequisites for Native Assets.Preserve exact amounts and reviewed transactions through broadcast, and handle reconnection, shutdown, recovery, and wallet deletion. Add regression coverage for wallet lifecycle, persistence, send confirmation, and encrypted SWB restoration.
Validation: