Commit graph

2886 commits

Author SHA1 Message Date
OmarHatem
729df419c0 Merge remote-tracking branch 'origin/mweb' into mweb 2024-09-09 23:24:17 +03:00
OmarHatem
577aec0f04 remove non-litecoin address types regex [skip ci] 2024-09-09 23:24:09 +03:00
Matthew Fosse
0f5ee476f1
Update cw_bitcoin/lib/litecoin_wallet.dart
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-09-09 12:49:22 -07:00
fossephate
56c505da59 review updates pt.1 2024-09-09 12:46:53 -07:00
Matthew Fosse
ec60fa9dc2 update go version and mwebd hash 2024-09-06 08:45:13 -07:00
Matthew Fosse
bae741acaf test old mweb version 2024-09-06 08:40:30 -07:00
Matthew Fosse
fbffda74dd Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb 2024-09-06 08:34:07 -07:00
Serhii
f279a222df
Cw 682 integrate stealth ex exchange provider (#1575)
* add stealthEx provider

* minor fix

* Update pr_test_build.yml

* Update dashboard_view_model.dart

* update api key

* add api key

* add secret to linux [skip ci]

* fix network param issue

* additional fee percent [skip ci]

* fix for poly network

* add StealthEx tracking link.

* minor fix

* update name [skip ci]

---------

Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-09-06 16:03:18 +03:00
Matthew Fosse
5dbc414e33 fix workflows + ios fix 2024-09-05 14:48:11 -07:00
Matthew Fosse
14891ec4f5 ios fixes 2024-09-05 14:40:13 -07:00
Matthew Fosse
20fa6a0bbd updates [skip ci] 2024-09-05 13:32:06 -07:00
Matthew Fosse
c8aa159f69 [skip ci] wip 2024-09-05 11:02:16 -07:00
tuxsudo
580bd01345
Remove node.moneroworld.com (#1667)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
* Remove node.moneroworld.com from default nodes and apply settings migration

* Small fix
2024-09-05 17:32:31 +03:00
David Adegoke
3869a71bd1
CW-695: Fix Zone Mismatch Error Triggered By Restoring Backup (#1651)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* Fix: Zone mismatch error triggered by restoring backup

* fix: Adjust check for reinitializing
2024-09-05 05:59:20 +03:00
cyan
0b06ad3a07
CW-702: fix mismatched amounts in multDest transactions (#1653)
* CW-702: fix mismatched amounts in multDest transactions

* separate txkeys in multdest transactions

* update monero_c dependency
2024-09-05 05:54:34 +03:00
Matthew Fosse
783f1a2349
Nano rep page + derivation fixes (#1655)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* minor nano derivation fixes

* rep page fixes

* ignore non-critical receive block errors

* really be sure the derivation type is set during wallet creation
2024-09-05 05:41:52 +03:00
Serhii
576dd49766
Update check_box_picker.dart (#1660) 2024-09-05 03:54:06 +03:00
Matthew Fosse
aa6cac897e wip 2024-09-04 17:48:56 -07:00
cyan
e29e5d9f3c
show pending status for outgoing transactions (#1669) 2024-09-05 03:15:54 +03:00
Matthew Fosse
7b5c36e5a7 wip 2024-09-04 15:50:56 -07:00
Matthew Fosse
5ec0e264ce [skip ci] wip adress generation 2024-09-04 11:06:52 -07:00
Matthew Fosse
0c1ca78d29
allow restoring electrum seeds (#1665)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
2024-09-04 06:34:26 +03:00
Matthew Fosse
d1c85651f2 improve mweb reliability 2024-09-03 11:05:55 -07:00
Matthew Fosse
b0272231fc [skip ci] Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb 2024-09-03 08:04:56 -07:00
Konstantin Ullrich
c17f167266
Fix windows build (#1658)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
2024-08-29 15:24:24 +03:00
Omar Hatem
82f64a4264
revert subaddress fix (#1656)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
add show/hide passphrase
2024-08-29 00:52:11 +03:00
Matthew Fosse
008963eede Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb 2024-08-28 14:55:17 -04:00
Omar Hatem
f072e79bb6
V4.19.5 v1.16.5 (#1654)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* some not enough enhancements for sync status

* update app versions

* minor fix
2024-08-27 20:49:12 +03:00
Matthew Fosse
e8eedf7967 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb 2024-08-27 12:10:25 -04:00
Matthew Fosse
dadae35c95 fix regression 2024-08-27 11:44:18 -04:00
cyan
4c795ea5c2
subaddress fix (#1620)
* subaddress fix

* fix subaddress generation

* rewrite usedAddresses for xmr and wow

* [skip ci] remove print statements
2024-08-27 02:40:20 +03:00
Omar Hatem
518bfbe40d
fetch accurate fee rates from Cake's mempool api (#1649)
* fetch accurate fee rates from mempool api

* remove duplicate exception handler onError call [skip ci]

* add the domain name
2024-08-26 20:07:25 +03:00
Konstantin Ullrich
ce21098e98
Cw 488 seed offset (#1631)
* CW-488 minor code cleanup

* Add Derivation Path selector for BTC and LTC

* CW-488 Initial Passphrase Impl

* CW-488 Final Passphrase Impl

* Quick Fix of language Service

* CW-488 Implement PR Suggestions

* CW-488 Implement PR Suggestions

* CW-488 Implement Passphrase for Bitcoin Cash

* CW-488 Implement Passphrase for Bitcoin Cash

* CW-488 Implement Passphrase for Bitcoin Cash

* remove monero and wownero support for passphrase until merged [skip ci]

* CW-488 Apply requested change

* CW-488 Add Passphrase to QR

* CW-488 Fix Seed generation

* CW-488 Implement Electrum Passphrases

* CW-488 Add Seed Length Selector to BIP39 Seeds

* CW-488 Minor fix [skip ci]

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-08-26 20:06:54 +03:00
Matthew Fosse
81b81f0c24 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb 2024-08-26 11:09:50 -04:00
Serhii
40f85d215b
Rbf fixes issues op return data plus ThorChain (#1648)
* total out amount issue

* fix empty inputs and outputs addresses for new tx

* fix sum value of utxo not spending

* Update configure.dart

* Update electrum_wallet.dart

* receiving address

* review fixes

* add op_return data

* fix rbf transaction with a memo

* add memo check for ThorChain trade

* code enhancement [skip ci]

* code enhancement [skip ci]

* directly use fromElectrumBundle function to update transaction info

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-08-24 16:30:01 +03:00
cyan
8524e238b0
make analyzer less red (#1628)
Some checks failed
Cache Dependencies / test (push) Has been cancelled
* remove cw_*.dart files from analyzer

* Run gen_framework.sh on iOS
2024-08-24 04:42:50 +03:00
Matthew Fosse
2552fb9552 ensure we don't initialize mweb until we really have to 2024-08-23 18:04:26 -04:00
Matthew Fosse
a0c315c4cf more fixes 2024-08-23 17:52:40 -04:00
Matthew Fosse
10c2353288 more fixes 2024-08-23 17:25:33 -04:00
Matthew Fosse
e7f7d20b19 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb 2024-08-23 15:17:40 -04:00
Matthew Fosse
527983af4f updates 2024-08-23 15:17:28 -04:00
Serhii
4c2d061363
rbf fixes issues sum utxo and fee calculation (#1625)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* total out amount issue

* fix empty inputs and outputs addresses for new tx

* fix sum value of utxo not spending

* Update configure.dart

* Update electrum_wallet.dart

* receiving address

* review fixes
2024-08-23 16:19:42 +03:00
tuxsudo
d01199bd04
Merge pull request #1618 from cake-tech/flags
Some checks are pending
Cache Dependencies / test (push) Waiting to run
Update flags
2024-08-22 15:37:39 -04:00
tuxsudo
0dc6e2656a
Merge branch 'main' into flags 2024-08-22 15:37:21 -04:00
Matthew Fosse
dc699af49c [skip ci] Merge branch 'main' of https://github.com/cake-tech/cake_wallet into mweb 2024-08-22 11:49:13 -04:00
Matthew Fosse
9cab9b9bc2 fix ios xcode project [skip ci] 2024-08-22 11:49:05 -04:00
OmarHatem
9c3f0b329b minor fix 2024-08-22 15:34:31 +03:00
OmarHatem
47ca649060 update translations
Some checks are pending
Cache Dependencies / test (push) Waiting to run
2024-08-22 03:55:23 +03:00
smgthbusr
92f87a5366
Add Armenian language (#1623)
* Add Armenian strings

* Add Armenian

* Add Armenian flag
2024-08-22 03:47:30 +03:00
Jorge
799ddcdc6f
Fix Spanish string (#1622) 2024-08-22 03:45:16 +03:00