-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add decred #1938
Open
OmarHatem28
wants to merge
41
commits into
main
Choose a base branch
from
decred-updated-main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add decred #1938
Conversation
This file contains 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
* multi: Add initial decred screens. (#1165) Use a mock libwallet for now. * cw_decred: add libdcrwallet dependency and link library for android, ios and macos (#1240) * change cw_decred from package to plugin * add libdcrwallet dependency and link library for android, ios and macos * remove spvwallet, make some libdcrwallet fns async, light refactor * libdcrwallet: use json payload returns * use specific libwallet commit hash * decred: fix Rename wallet. --------- Co-authored-by: JoeGruff <joegruffins@gmail.com> * decred: Add sync. * decred: Add send transaction. * decred: Fix fee estimation. * decred: List transactions. * decred: Add rescan. * decred: Sign message. * decred: Add new addr and addrs. * decred: Add change wallet pass. * decred: Add restore from seed. * decred: Add watching only wallets. * decred: Enable mainnet. * decred: Allow using blank node address. This allows a persistent peer to be unset, falling back to decred seeders. * decred: Rescan from wallet birthday. * add and update macos build scripts, update build readme, gitignore macos project.pbxproj Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * multi: hide decred rescan page if it's not ready - move hasRescan method to WalletBase and implement for decred Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * cw_decred: fix bug where decred wallets are not loaded after app restart Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * add buy and sell for decred via onramp Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * bug-fix: account for other send outputs that are part of the same tx Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * decred: Return address with no peers. * decred: Update pubspec. * decred: Add verify message. * upgrade hive_generator dep in cw_decred * decred: Clean up code. --------- Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> Co-authored-by: Wisdom Arerosuoghene <wisdom.arerosuoghene@gmail.com> Co-authored-by: Philemon Ukane <ukanephilemon@gmail.com>
…decred-updated-main # Conflicts: # cw_core/lib/node.dart # lib/entities/default_settings_migration.dart
fix conflicts with main
fix switch cases
Fix send ALL (to be continued with the fees point)
Add missing file
…decred-updated-main # Conflicts: # lib/entities/default_settings_migration.dart
Change Wallet order Minor cleanup
…decred-updated-main # Conflicts: # .github/workflows/pr_test_build_android.yml # model_generator.sh
…decred-updated-main # Conflicts: # .github/workflows/pr_test_build_android.yml # .github/workflows/pr_test_build_linux.yml # .gitignore # cw_core/lib/currency_for_wallet_type.dart # cw_core/lib/node.dart # cw_core/lib/wallet_type.dart # lib/core/seed_validator.dart # lib/core/wallet_creation_service.dart # lib/di.dart # lib/entities/default_settings_migration.dart # lib/entities/node_list.dart # lib/entities/priority_for_wallet_type.dart # lib/reactions/bip39_wallet_utils.dart # lib/src/screens/dashboard/desktop_widgets/desktop_wallet_selection_dropdown.dart # lib/src/screens/dashboard/widgets/menu_widget.dart # lib/store/settings_store.dart # lib/view_model/advanced_privacy_settings_view_model.dart # lib/view_model/dashboard/balance_view_model.dart # lib/view_model/dashboard/dashboard_view_model.dart # lib/view_model/dashboard/transaction_list_item.dart # lib/view_model/exchange/exchange_view_model.dart # lib/view_model/node_list/node_create_or_edit_view_model.dart # lib/view_model/node_list/node_list_view_model.dart # lib/view_model/send/send_view_model.dart # lib/view_model/transaction_details_view_model.dart # lib/view_model/wallet_address_list/wallet_address_list_view_model.dart # lib/view_model/wallet_keys_view_model.dart # lib/view_model/wallet_new_vm.dart # lib/view_model/wallet_restore_view_model.dart # model_generator.sh # scripts/android/pubspec_gen.sh # scripts/ios/app_config.sh # tool/configure.dart
* decred: Update pubspec. * decred testnet * decred: Add used address history. * decred: Remove default node list. * populate transaction history before sync begins * decred: Add some awaits. * decred: Fix send all. * decred: Add clang export to build script. * decred: Update logo colors. * cleanup cw_decred.dart * make decred wallet addresses selectable in receive page * decred: Always set default addr when used. * decred: Add back default node list. * decred: Allow creating addresses manually. --------- Co-authored-by: Wisdom Arerosuoghene <wisdom.arerosuoghene@gmail.com> Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
…decred-updated-main # Conflicts: # lib/entities/default_settings_migration.dart # lib/view_model/wallet_keys_view_model.dart
- Fix Nodes - Add processing sync status
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.
Use a mock libwallet for now.
cw_decred: add libdcrwallet dependency and link library for android, ios and macos (cw_decred: add libdcrwallet dependency and link library for android, ios and macos #1240)
change cw_decred from package to plugin
add libdcrwallet dependency and link library for android, ios and macos
remove spvwallet, make some libdcrwallet fns async, light refactor
libdcrwallet: use json payload returns
use specific libwallet commit hash
decred: fix Rename wallet.
decred: Add sync.
decred: Add send transaction.
decred: Fix fee estimation.
decred: List transactions.
decred: Add rescan.
decred: Sign message.
decred: Add new addr and addrs.
decred: Add change wallet pass.
decred: Add restore from seed.
decred: Add watching only wallets.
decred: Enable mainnet.
decred: Allow using blank node address.
This allows a persistent peer to be unset, falling back to decred seeders.
decred: Rescan from wallet birthday.
add and update macos build scripts, update build readme, gitignore macos project.pbxproj
multi: hide decred rescan page if it's not ready
cw_decred: fix bug where decred wallets are not loaded after app restart
add buy and sell for decred via onramp
bug-fix: account for other send outputs that are part of the same tx
decred: Return address with no peers.
decred: Update pubspec.
decred: Add verify message.
upgrade hive_generator dep in cw_decred
decred: Clean up code.
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist