refactor(client): remove client-side backup functionality#3
Draft
joschisan wants to merge 2 commits intowallet_recoveryfrom
Draft
refactor(client): remove client-side backup functionality#3joschisan wants to merge 2 commits intowallet_recoveryfrom
joschisan wants to merge 2 commits intowallet_recoveryfrom
Conversation
d211bea to
a43dfd3
Compare
recover wallet without downloading full history
f3d4996 to
47cd623
Compare
Mark all backup-related types and methods as deprecated with TODO to remove in 0.13.0. Since both mint and wallet modules now use slice-based recovery and no longer need backup snapshots, the backup functionality is deprecated but kept for backwards compatibility. Deprecated items: - ClientBackup, Metadata, EncryptedClientBackup types - backup_to_federation(), create_backup(), upload_backup() methods - download_backup_from_federation() methods - ModuleBackup trait and associated types - IModuleBackup, DynModuleBackup, NoModuleBackup - EcashBackup, EcashBackupV0 types - WalletModuleBackup types and new_v1() method - ClientModule::Backup associated type - ClientModule::supports_backup() and backup() methods - Gateway backup endpoints and methods - CLI backup command (hidden) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
47cd623 to
47a0e6b
Compare
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.
Summary
ModuleBackuptrait infrastructure from client modulesDepends on fedimint#8113
🤖 Generated with Claude Code