-
Notifications
You must be signed in to change notification settings - Fork 203
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
32
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 <[email protected]> * 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 <[email protected]> * multi: hide decred rescan page if it's not ready - move hasRescan method to WalletBase and implement for decred Signed-off-by: Philemon Ukane <[email protected]> * cw_decred: fix bug where decred wallets are not loaded after app restart Signed-off-by: Philemon Ukane <[email protected]> * add buy and sell for decred via onramp Signed-off-by: Philemon Ukane <[email protected]> * bug-fix: account for other send outputs that are part of the same tx Signed-off-by: Philemon Ukane <[email protected]> * 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 <[email protected]> Co-authored-by: Wisdom Arerosuoghene <[email protected]> Co-authored-by: Philemon Ukane <[email protected]>
…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
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