Conversation
- Introduced `autoSettleSafetyMarginSecs` in the `GetArkInfoResponse` to manage VTXO expiry more accurately. - Updated `RestWalletApi` to handle the new safety margin parameter. - Enhanced `MpcService` to include periodic polling for VTXOs, ensuring off-chain receives are reflected without manual refresh. - Modified `PushService` to register FCM tokens based on user authentication state. - Improved transaction item display in `ArkScreen` to indicate delegated VTXOs and their refresh status. - Updated Firebase initialization to avoid dependency on the Google services Gradle plugin. - Refactored transaction handling in `ark-core` to accommodate new features and improve overall stability.
- Updated VTXO structure to include an optional delegator public key and exit delay kind. - Added methods for creating VTXOs with a delegator spending path, allowing for a 3-leaf Taproot tree structure. - Enhanced unilateral exit tree building to avoid exponential path enumeration and reject cycles. - Introduced asset management structures and methods for handling assets associated with VTXOs. - Updated tests to cover new functionalities, including delegator paths and asset handling. - Improved documentation and comments for clarity on new features and changes.
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.
No description provided.