Commit graph

1716 commits

Author SHA1 Message Date
fosse
bda4684f50 nodes pages fixes 2023-09-07 12:05:27 -04:00
fosse
bb397cd3ee pownode refactor 2023-09-07 11:34:22 -04:00
Matthew Fosse
bf0d871cf4
Merge branch 'CW-438-add-nano' into CW-459-12-words-btc 2023-09-06 17:15:20 -04:00
fosse
9697baa565 nano fixes pt.2 2023-09-06 10:12:36 -04:00
fosse
2c9bd6c5da nano fixes pt.1 2023-09-06 09:37:52 -04:00
fosse
0984dbc3d7 derivation fixes 2023-09-05 12:04:19 -04:00
fosse
1eca22fc5e Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-09-01 16:40:16 -04:00
fosse
df97c8d5f1 fix 2023-09-01 11:29:43 -04:00
fosse
cb76b22408 fixes 2023-09-01 11:24:24 -04:00
Omar Hatem
68a821cc0e
Fiat api fix (#1070)
* Cw 474 linux swapping wallets btc then xmr still shows btc receive qr code (#1068)

* feat: improve address page txt field

* fix: switching wallets from the desktop dropdown updates dashboard pages

* Revert "feat: improve address page txt field"

This reverts commit 0a30e6d9e1.

* refactor: rename to WalletChangeListener

* fix: _init also behaves on wallet change

* Fix Fiat conversion API parsing
Cherry pick fix for Desktop switching wallets not updating dashboard screens

* Minor indentations fix [skip ci]

---------

Co-authored-by: Rafael Saes <76502841+saltrafael@users.noreply.github.com>
2023-09-01 18:06:18 +03:00
Adegoke David
710fe82d7a
CW-471-Changing-nodes-bug (#1062)
* chore: Cleanup

* fix: Node selection not updating

* fix: Node selection not updating

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-09-01 17:05:45 +03:00
Adegoke David
e634562cf4
Cw-465-Remove CakePay Button on Mobile/Desktop (#1057)
* feat: Remove CakePayButton Mobile

* feat: Remove CakePayButton Desktop

* feat: Remove CakePay Mobile Button

* feat: Remove CakePay Mobile Button

* feat: Remove CakePay Mobile Button

* fix: Action breaking
2023-09-01 16:59:18 +03:00
fossephate
30c870b726 fixes 2023-09-01 09:22:55 -04:00
fosse
287f3e06f7 electrum restore fixes 2023-08-31 09:39:15 -04:00
fosse
60f2c3c450 remove outdated warning 2023-08-30 13:44:39 -04:00
fosse
2a998f8d88 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-30 11:51:51 -04:00
Omar Hatem
1cc2c645fa
Fix Wallet Loading issues (basic_string & input_stream) (#1059)
* Recover from wallet loading exceptions (basic_string & input_stream)
Recover from removed cached wallets

* Fix restoring as Monero wallets
Fix restoring wallets with invalid files

* Add coin control missing changes for macos monero files

* Add same key for cached dependencies [skip ci]
2023-08-30 18:11:56 +03:00
fosse
38242fbd65 small fix 2023-08-30 09:42:43 -04:00
fosse
a934249acb Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-30 09:31:58 -04:00
Godwin Asuquo
fff5a1c419
CW-228 Auto generate monero subaddress (#902)
* Add UI and setting logic for subaddresses

* Enable auto generate subaddresses

* Rename variable

* Add comment to unused code

* Fix issue with initial state change

* Fix observable for isAppSecure

* Filter sub account contacts

* Fix select account use unused address

* Use add address if last address is unused

* Fix auto generate wallet issues

* Fix button color

* Add translation and refactored naming

* Fix PR review

* Remove unused code

* Remove unused overrides in electrum

* Fix address info null check

* CW-228 Fix ContactListViewModel condition

* CW-228 Fix Account Tile; Rework updateAddressesInBox; Fix _getAllUnusedAddresses

* CW-228 Fix unintentional address_page.dart regression

* CW-228 Fix Merge Conflicts

* CW-228 Add more translation Tools

* CW-228 More merge conflict fixes

* CW-228 Fix Merge Conflicts

* CW-228 Auto Translation improvements

* CW-228 Resolve requested Changes

---------

Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2023-08-29 19:11:51 +03:00
fosse
5b0ac29fe0 fix 2023-08-29 09:35:30 -04:00
fosse
0389ac40b0 remove deprecated alert 2023-08-29 09:18:18 -04:00
fosse
3053ea4d10 fixes 2023-08-25 11:59:24 -04:00
fosse
e72f196c23 restore fix 2023-08-25 11:12:07 -04:00
fosse
35e7e98e22 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-438-add-nano 2023-08-24 18:09:20 -04:00
fosse
47bf8cc7c1 updates 2023-08-24 18:06:58 -04:00
Justin Ehrenhofer
9999816850
Improve ChangeNOW and Trocador network mapping (#1058)
* Improve ChangeNOW network mapping

Follows Trocador code to use the title instead of the const name, and to allow normalizing across the tag level instead of needing to map the `legacyTicker`

I will test

* Missing `}`

* Remove `:`

* Add normalizeTitle for zec

* Missing `;`

* Make functions private and fix zec for Trocador

* Add supported assets [skip ci]

* Change name [skip ci]
2023-08-25 00:30:53 +03:00
fosse
ee062148a3 Merge branch 'CW-438-add-nano' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-24 11:20:41 -04:00
fosse
bbb196dba8 save 2023-08-24 11:20:04 -04:00
Godwin Asuquo
f6670c0236
CW-415 add coin control for xmr (#985)
* Added CoinsInfo to monero_api_cpp

* Add struct on dart

* Add struct on dart

* Set coins value

* CW-415 Use add-coin-to-monero branch

* CW-415 Add get Coin and build Monero Deps using Docker

* CW-415 Fix Typo

* CW-415 add debug log info

* CW-415 Add preferred key Images for coin control to Monero

* CW-415 Fix generation

* CW-415 Skip GA Cache Externals

* CW-415 Skip GA Cache Externals

* CW-415 Coin Control: remove Block Explorer for Monero, Add Tx hash, save note on field exit

* CW-415 Coin Control: Throw Exception when all outputs are deselected

* CW-415 Coin Control: Show Frozen Balance on Dashboard

* CW-415 Coin Control: Show Frozen Balance on Dashboard

* CW-415 Ignore cached Monero deps in Workflow

* CW-415 Fix displaying frozen Balance

* Use own Translator with http 1.1.0

* CW-415 Resolve requested Changes

* CW-415 Resolve requested Changes

* CW-415 Resolve requested Changes

* CW-415 Apply requested Changes

* CW-415 Apply requested Changes

* CW-415 Ensure opening of UnspentCoinsInfo Box, even for Monero.com

---------

Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2023-08-24 16:54:05 +03:00
fosse
9502b7ef0f save 2023-08-23 23:02:33 -04:00
fosse
998582c1c0 resolve conflicts 2023-08-23 09:33:59 -04:00
fosse
5aa8fd401d save 2023-08-23 08:37:36 -04:00
Omar Hatem
3577730de8
Add restore from private key to Ethereum (#1055)
* Add restore from private key to Ethereum
Add restore from QR code for Ethereum in both seeds/keys

* Add node network issue to ignored errors [skip ci]
2023-08-23 15:33:20 +03:00
Matthew Fosse
8e9c485b2b
Merge branch 'main' into CW-438-add-nano 2023-08-22 19:28:57 -04:00
Adegoke David
43cf8a896e
fix: Rotate TOTP Secret (#1056) 2023-08-23 02:05:48 +03:00
Rafael Saes
ee586ab514
Cw 470 additional theming fixes (#1052)
* fix: revert theme order (bright-purple as default)

* fix: missing card borders

* fix: high contrast gradients (send/exchange)

* fix: contact list page

* feat: add picker search border and change high contrast search fill

* fix: balance page txts

* fix: accounts_subaddresses button

* fix: exchange page buttons

* Revert "fix: revert theme order (bright-purple as default)"

This reverts commit 8e13b2241c.

* fix: themetype enum

* feat: add localized strings to backup dialog

* fix: onramper flow
2023-08-22 21:49:37 +03:00
fosse
beafd2d37f Merge branch 'CW-438-add-nano' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-21 16:13:23 -04:00
fosse
53a1ffe40f fiat fixes 2023-08-21 16:10:22 -04:00
fosse
ad3ff94bcc fix contact bug 2023-08-21 15:01:33 -04:00
fosse
c5af031354 fix manage pow nodes setting appearing on other wallets 2023-08-21 14:42:53 -04:00
fosse
598e511407 save 2023-08-21 13:33:11 -04:00
fosse
d2c50afe8f Merge branch 'CW-438-add-nano' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-21 11:03:28 -04:00
fosse
9ab4ece4ee fix 2023-08-21 10:43:17 -04:00
fosse
9ac3ae9ae0 fixes 2023-08-21 09:26:45 -04:00
fosse
ea2b6dbdb1 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-438-add-nano 2023-08-21 08:49:58 -04:00
Omar Hatem
5556d9ef96
Fix Ethereum network for anonpay invoice (#1051) 2023-08-19 00:55:18 +03:00
fosse
1e9001114e Merge branch 'CW-438-add-nano' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-18 12:16:59 -04:00
fosse
611f346ea8 more merge fixes 2023-08-18 12:15:14 -04:00
fosse
d2e08573c4 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-18 11:58:22 -04:00