Commit graph

2800 commits

Author SHA1 Message Date
Blazebrain
1169b416d9 test: Restore wallets integration automated tests 2024-08-09 13:42:29 +01:00
Blazebrain
6aa87504b3 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-659-Automated-Integrated-Tests 2024-08-09 08:13:02 +01:00
Matthew Fosse
ba433ef6f3
Request timeout fix (#1584)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
* always handle RequestFailedTimeoutException

* undo change that was for testing
2024-08-08 13:27:04 +03:00
Konstantin Ullrich
15d88e0f8d
Add Ledger Flex Support (#1576) 2024-08-08 13:17:17 +03:00
cyan
96e4a4eb6c
monero fixes (#1581)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* correct comparision while syncing

* fix issue from report 25916.txt

* return proper address even if numSubaddresses returned 0
2024-08-07 19:12:49 +03:00
cyan
e58d87e94c
add card for when monero wallet is in broken state (#1578)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
2024-08-07 14:40:31 +03:00
Omar Hatem
5e944a8bf7
Try to show seeds if wallet files gets corrupted (#1567)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* add litecoin nodes
minor ui fix

* Try to open the wallet or fetch the seeds and show them to the user

* make sure the seeds are only displayed after authentication
2024-08-06 17:59:44 +03:00
cyan
9da9bee384
make the error more readable when node fails to respond (#1570)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
2024-08-06 14:01:38 +03:00
Blazebrain
f41e604304 ci: Pause CI for now 2024-08-01 13:59:03 +01:00
Blazebrain
5a9091585e ci: Pause CI for now 2024-08-01 13:54:56 +01:00
Blazebrain
0f91cec0c0 ci: Pause CI for now 2024-08-01 13:52:18 +01:00
Blazebrain
14735d3d47 chore: cleanup 2024-07-31 14:32:16 +01:00
Blazebrain
698dc40060 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-659-Automated-Integrated-Tests 2024-07-31 14:18:56 +01:00
Blazebrain
989ecbb2de test: Test for Send flow scenario and minor restructuring for test folders and files 2024-07-31 14:13:23 +01:00
David Adegoke
a2549b42b0
CW-680: Fix Wakelock Issue (#1557)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
* chore: Bump up wakelock_plus dependency version

* Fix: try fixing ci failure by bumping jdk version
2024-07-31 05:26:56 +04:00
cyan
eb8158e996
fix invalid wallet pointer getting set even when we throw (#1556)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
* fix invalid wallet pointer getting set even when we throw

* Hide "wallet seeds" field if there is no seeds (cases of restore from keys)

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-07-26 18:36:18 +03:00
cyan
d5fca1969e
add a script to download prebuilds of monero_c (#1554)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
2024-07-25 03:59:45 +03:00
Omar Hatem
2347f922fe
update app version (#1551)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
2024-07-23 05:18:59 +03:00
David Adegoke
a4282cb704
CW-672: Enhance ETH Wallet Fee Calculation - Fix ERC20 Transaction Fee (#1548)
* fix: Eth transaction fees WIP

* Revert "fix: Eth transaction fees WIP"

This reverts commit b9a469bc7e.

* fix: Modifying fee WIP

* fix: Enhance ETH Wallet fee calculation WIP

* feat: Enhance Transaction fees for ETH Transactions, Native transactions done, left with ERC20 transactions

* fix: Pre PR cleanups

* fix: ETH transaction fees for ERC20 transactions

* fix: ETH transaction fees for ERC20 transactions

* chore: Clarify comment in getEstimatedGas

* fix: Switch call to estimate gas units to a more cleaner approach
2024-07-23 03:21:03 +03:00
David Adegoke
5c9f176d18
CW-674: Enhance Exchange Flow - Add estimated receive amount and amount currency to Confirm Sending Details Page (#1547)
* fix: Improve exchange flow by adding a timeout to the call to fetch rate from providers

* fix: Adjust time limit for fetching rate to 7 seconds and add timelimit to fetching limits

* fix: Make fetch limits a Future.wait

* feat: Add currency for amount and estimated receive amount to confirm sending page for exchange

* fix: Remove unneeded code

* fix: Modify receive amount to reflect value coming from the individual exchange providers if available and ensure receiveAmount is calculated based on selected exchange provider's rate
2024-07-23 03:20:55 +03:00
cyan
1b109ac702
make "Null check used on null value" errors when .so errors out more useful (#1549)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
bump monero_c commit to fix enotes error
2024-07-22 18:42:13 +03:00
cyan
649305acc3
CW-681 Add address and account list to Wownero (#1538)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
2024-07-21 03:58:17 +03:00
Omar Hatem
311fff2c44
Generic fixes (#1528)
* update target sdk for android

* make welcome page scrollable
fix moonpay url params

* fix null exception when restoring from backup

* fix ui issues

* hopefully fix the timeout exception error report [skip ci]

* validate electrum addresses

* disable silent payments for hardware wallets

* fixes and enhancements
2024-07-21 03:46:43 +03:00
cyan
7514d851ce
store() on bad network (#1543)
* fix: for storing on bad network connection.

* feat from standup

* fix missing declaration

* remove forcing trusted daemon flag [skip ci]

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-07-21 03:43:09 +03:00
Adegoke David
341e06196d
CW-674: Improve Exchange Flow With Timeout For Rates (#1536)
* fix: Improve exchange flow by adding a timeout to the call to fetch rate from providers

* fix: Adjust time limit for fetching rate to 7 seconds and add timelimit to fetching limits

* Improve loadlimits function [skip ci]

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-07-21 02:26:05 +03:00
Adegoke David
415d2a3573
CW-672: Enhance ETH Transaction Fee Calculation (#1545)
* fix: Eth transaction fees WIP

* Revert "fix: Eth transaction fees WIP"

This reverts commit b9a469bc7e.

* fix: Modifying fee WIP

* fix: Enhance ETH Wallet fee calculation WIP

* feat: Enhance Transaction fees for ETH Transactions, Native transactions done, left with ERC20 transactions

* fix: Pre PR cleanups

* minor things [skip ci]

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-07-21 02:04:22 +03:00
Serhii
4410101672
add popup for cake pay transaction sent alert (#1533)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* add popup for cake pay transaction sent alert

* Revert "add popup for cake pay transaction sent alert"

This reverts commit 1df1bf0f00.

* fix localisation
2024-07-19 23:55:01 +03:00
cyan
c0cd68a823
update monero_c to fix unreachable wownero git hosting (#1534)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* update monero_c commit

* fix: no element in getAllUnusedSubAddresses

* fix: Wallet created with empty seed and 0 as private key

The error that was there is caused when
wallet is being created, but it errors out, so better handling of errors should be all that's needed, as it is not an error on it's
own, but rather lack of handling.

* fix: create transaction multi dest function is missing

* update monero_c hash

* fix: receiving on 2 different addresses shows as 1
2024-07-19 22:26:15 +03:00
Konstantin Ullrich
d6c5b84188
Fix Bitcoin not sending on Ledger (#1539) 2024-07-19 20:31:11 +03:00
tuxsudo
01d40c4dc3
Guides update (#1542)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* Rename build-guide-win.md to howto-build-windows.md

* Update howto-build-windows.md

* Update howto-build-windows.md

* Update howto-build-windows.md

* Update howto-build-windows.md

* Update howto-build-android.md

* Update howto-build-android.md

* Update howto-build-macos.md

* Update howto-build-macos.md

* Update howto-build-ios.md

* Update howto-build-android.md

* Update howto-build-windows.md
2024-07-19 05:37:20 +03:00
Blazebrain
9dc96d7d22 ci: Split ci to funds and non funds related tests 2024-07-12 13:55:12 +01:00
Blazebrain
01cd3b0240 ci: Set write response on failure to true 2024-07-12 06:55:41 +01:00
Blazebrain
35eb07b780 ci: Adjust amounts and currencies for exchange flow 2024-07-12 06:53:13 +01:00
Blazebrain
89c16519eb ci: Check for solana in list 2024-07-11 16:43:42 +01:00
Blazebrain
8ec2097886 ci: Remove haven from test 2024-07-11 16:39:53 +01:00
Blazebrain
b41113412c ci: Reduce options 2024-07-11 16:07:03 +01:00
Blazebrain
83d6efcf53 ci: Switch to flutter drive 2024-07-11 10:54:54 +01:00
Blazebrain
a4b30ec737 ci: One more trial 2024-07-11 10:46:03 +01:00
Blazebrain
a930369289 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-659-Automated-Integrated-Tests 2024-07-11 10:33:00 +01:00
Konstantin Ullrich
ba44949244
support ledger stax (#1524)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
2024-07-10 22:19:00 +03:00
tuxsudo
080f4ce53f
Repo changes (#1526)
* Update config.yml

* Remove feature template
2024-07-10 20:21:21 +03:00
Blazebrain
065e0aecb5 ci: Streamline api levels to 28 and 29 2024-07-09 11:12:29 +01:00
Blazebrain
a1dfc2436f ci: Modify flow 2024-07-09 10:01:38 +01:00
Blazebrain
27ba3f1a7f ci: Add more target options 2024-07-09 09:22:50 +01:00
Blazebrain
3e06eb7b67 ci: Settled on stable emulator matrix options 2024-07-09 08:53:47 +01:00
Blazebrain
fee1335b17 ci: Add more target options 2024-07-09 08:22:36 +01:00
Blazebrain
d7c307fb85 ci: Add more api levels 2024-07-09 08:19:48 +01:00
Blazebrain
a5f4475243 ci: Revert ubuntu version 2024-07-09 07:46:06 +01:00
Blazebrain
59407375bd ci: Temporarily switch CI 2024-07-09 07:31:41 +01:00
Blazebrain
034c575824 ci: Switch to 11.x jdk 2024-07-09 07:20:06 +01:00