Skip to content

Commit b8f36ac

Browse files
committed
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into Integrate-Seed-Verification-Flow-To-Integration-Tests
2 parents fe8ede6 + 234c3c0 commit b8f36ac

File tree

156 files changed

+5555
-3301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+5555
-3301
lines changed
Lines changed: 75 additions & 0 deletions
Loading

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<div align="center">
22

3-
![logo](.github/assets/Logo_CakeWallet.png)
3+
![logo](.github/assets/cake-wallet-gh-header-2.svg)
44

55
</div>
66

7-
![devices](.github/assets/devices.png)
8-
97
<div align="center">
108

119
[<img height="42" src=".github/assets/app-store-badge.svg">](https://apps.apple.com/us/app/cake-wallet/id1334702542?platform=iphone)

assets/images/collect_interest.png

1.87 KB
Loading

assets/images/deuro_hero.png

304 KB
Loading
70.6 KB
Loading

assets/images/envelope.png

353 Bytes
Loading
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Add built-in Tor support (experimental)
2-
Ledger improvements
3-
UI/UX improvements
4-
Bug fixes
1+
New Cake Pay mobile UI
2+
Monero enhancements
3+
Integrated exchange bug fixes

assets/text/Release_Notes.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
Add built-in Tor support (experimental)
2-
Add dEuro investments
3-
Solana fixes/enhancements
4-
Polygon fixes/enhancements
5-
WalletConnect improvements
6-
Ledger improvements
7-
Payjoin improvements
8-
UI/UX improvements
9-
Bug fixes
1+
Silent Payment sync bug fixes
2+
New Cake Pay mobile UI
3+
Monero enhancements
4+
dEURO savings module improvements
5+
Integrated exchange bug fixes

assets/text/disclaimer_deuro.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Last Modified: July 10, 2025
2+
3+
Third-Party Protocol Disclaimer
4+
==============================
5+
6+
You are now accessing a third-party protocol for savings and earnings in dEURO.
7+
8+
This protocol is not developed, maintained, or controlled by Cake Wallet. Cake Wallet is not responsible for any third-party protocols or associated third party content accessed through the Services.
9+
10+
Third party protocols are not investigated, monitored or managed by us. If you decide to access a third-party protocol or to access or use any associated third party content, you do so at your own risk and you should be aware that our terms and policies no longer govern. You should review the applicable third party's terms and policies, including privacy and data gathering practices.
11+
12+
By proceeding, you acknowledge and agree that:
13+
14+
- You are using this third-party service at your own risk.
15+
- Cake Wallet does not provide any guarantees, warranties, or support for the use of this protocol.
16+
- Cake Wallet is not responsible for any loss of funds, technical issues, or changes to the third-party protocol.
17+
18+
Please do your own research and exercise caution accordingly.

cw_bitcoin/lib/bitcoin_wallet.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ abstract class BitcoinWalletBase extends ElectrumWallet with Store {
168168
required Box<PayjoinSession> payjoinBox,
169169
required String password,
170170
required EncryptionFileUtils encryptionFileUtils,
171-
required bool alwaysScan,
172171
}) async {
173172
final network = walletInfo.network != null
174173
? BasedUtxoNetwork.fromName(walletInfo.network!)
@@ -252,7 +251,7 @@ abstract class BitcoinWalletBase extends ElectrumWallet with Store {
252251
initialChangeAddressIndex: snp?.changeAddressIndex,
253252
addressPageType: snp?.addressPageType,
254253
networkParam: network,
255-
alwaysScan: alwaysScan,
254+
alwaysScan: snp?.alwaysScan,
256255
payjoinBox: payjoinBox);
257256
}
258257

0 commit comments

Comments
 (0)