Matthew Fosse
fbc10608b9
working
2024-07-26 16:47:00 -05:00
Matthew Fosse
5ee99b1a34
grasping at straws
2024-07-26 14:34:11 -05:00
Matthew Fosse
083810be99
Merge branch 'mweb' of https://github.com/cake-tech/cake_wallet into mweb-bg-sync
2024-07-26 10:46:36 -05:00
Matthew Fosse
d8309abb00
[skip ci] save
2024-07-26 10:45:10 -05:00
cyan
eb8158e996
fix invalid wallet pointer getting set even when we throw ( #1556 )
...
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
Czarek Nakamoto
13aeaf2c01
fix ios build issues [skip ci]
2024-07-26 10:24:24 +02:00
Matthew Fosse
d65b5a23aa
save [skip ci]
2024-07-25 12:12:36 -05:00
Matthew Fosse
978491e287
[skip ci] save
2024-07-25 11:58:55 -05:00
Matthew Fosse
2721a9ad5e
experimental testing [skip ci]
2024-07-25 11:38:12 -05:00
Matthew Fosse
3dbbffaf5c
electrum stream potential fix
2024-07-25 10:22:55 -05:00
Matthew Fosse
ce9e605b9e
remove print [skip ci]
2024-07-25 09:05:10 -05:00
Matthew Fosse
2a7a185f1e
potential mweb sync fix (ios)
2024-07-25 09:03:40 -05:00
cyan
d5fca1969e
add a script to download prebuilds of monero_c ( #1554 )
Cache Dependencies / test (push) Has been cancelled
2024-07-25 03:59:45 +03:00
Matthew Fosse
1b8218f970
bg-sync testing
2024-07-24 17:21:52 -05:00
Matthew Fosse
c78243f802
uncomment fix for state issues
2024-07-24 16:17:50 -05:00
Matthew Fosse
f3c976cf42
minor fix
2024-07-24 12:33:09 -05:00
Matthew Fosse
e05b06eefc
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb
2024-07-24 12:32:49 -05:00
Matthew Fosse
93f6dd4cee
fix for building monero.com
2024-07-24 12:02:04 -05:00
Matthew Fosse
9b33e682f4
fix ios mwebd build script
2024-07-24 11:52:26 -05:00
Omar Hatem
2347f922fe
update app version ( #1551 )
Cache Dependencies / test (push) Has been cancelled
2024-07-23 05:18:59 +03:00
Matthew Fosse
23199cd8b9
fix litecoin address book
2024-07-22 17:34:23 -07: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
Matthew Fosse
29a96a7a59
fix popup2
2024-07-22 16:28:27 -07:00
Matthew Fosse
70764c3dd8
fix popup
2024-07-22 16:27:52 -07:00
Matthew Fosse
14cb65b8c9
[skip ci] addressbook updates
2024-07-22 16:26:39 -07:00
Matthew Fosse
bdc55064c9
translation fixes
2024-07-22 15:11:21 -07:00
Matthew Fosse
8f7716fab5
ui updates
2024-07-22 14:56:59 -07:00
Matthew Fosse
eab8a87ddc
configure fix
2024-07-22 13:22:48 -07:00
Matthew Fosse
6946db6344
state fixes
2024-07-22 12:32:57 -07:00
Matthew Fosse
c127743a2d
[skip ci] update translations + minor fixes
2024-07-22 11:21:04 -07:00
Matthew Fosse
381830d5af
minor fix
2024-07-22 10:55:47 -07:00
Matthew Fosse
8e6901118a
updates
2024-07-22 10:08:19 -07:00
cyan
1b109ac702
make "Null check used on null value" errors when .so errors out more useful ( #1549 )
...
Cache Dependencies / test (push) Waiting to run
bump monero_c commit to fix enotes error
2024-07-22 18:42:13 +03:00
Matthew Fosse
a51e902e88
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb [skip ci]
2024-07-22 08:34:58 -07:00
cyan
649305acc3
CW-681 Add address and account list to Wownero ( #1538 )
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 )
...
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 )
...
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
Matthew Fosse
3103f3c893
update translations
2024-07-19 09:22:12 -07:00
Matthew Fosse
ea28698b2d
remove neutrino.db if no litecoin wallets left after deleting
2024-07-19 09:15:28 -07:00
Matthew Fosse
399d0cab8b
coin control edge cases
2024-07-19 00:06:23 -07:00
Matthew Fosse
964f66c74a
updates
2024-07-18 23:37:29 -07:00
tuxsudo
01d40c4dc3
Guides update ( #1542 )
...
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
Matthew Fosse
a2121ef73e
save
2024-07-17 14:59:25 -07:00
Matthew Fosse
adee6ffe53
more experiments
2024-07-17 14:58:35 -07:00