84 Commits (135ede6a78f8d293ce97ad0ac7591ce7349375b1)

Author SHA1 Message Date
clear 135ede6a78
Cw-58: Show subaddress label on the transaction details page (#333)
2 years ago
mkyq 01150ef2a7
Hv (#295)
2 years ago
M 28cf8163ff Fixes for tx key for monero wallet
2 years ago
M bd2e2ce258 Fixes for validation of monero seed. Add French and Italian seeds validation.
2 years ago
M 4c4c30bd5d Fix monero transaction history. Remove morph and xmr.to from filters. Fixe generation monero blockchain height by date.
2 years ago
M 4535a1aaa8 Move bitcoin and monero parts into self modules.
2 years ago
M e6b1da376d Configure wallet types for the app
2 years ago
M c9482caa19 Merge remote-tracking branch 'origin/main' into CAKE-360-yat
3 years ago
OleksandrSobol 3b649ef682 CAKE-359 | added text field for extracted (from Yat, Unstoppable Domains, OpenAlias) address to send_card.dart; added extractedAddress and isParsedAddress parameters to output.dart; applied extractedAddress to monero_wallet.dart and electrum_wallet.dart; added TextValidator to send_view_model.dart
3 years ago
M 2a0556720c Add reset cache for monero wallet if wallets files are not correspond.
3 years ago
M ad95ae3232 Changed way for saving of monero wallet.
3 years ago
OleksandrSobol 3967cc8d40 CAKE-345 | fixed conditions in electrum_wallet.dart and monero_wallet.dart
3 years ago
OleksandrSobol a8375321bc CAKE-345 | applied "any" method instead "where" and made single conditions in the createTransaction method (electrum and monero wallets); renamed credentialAmount on totalAmount and made it final in the monero_wallet.dart; made optional paymentId in createTransaction and createTransactionMultDest methods in the transaction_history.dart
3 years ago
OleksandrSobol 1e3ec8da1c CAKE-345 | added monero_output.dart to the app; fixed transaction_history.dart; renamed SendItem on Output; calculated formattedCryptoAmount in the output.dart; used outputs list instead sendItemList; fixed bitcoin_transaction_credentials.dart, electrum_wallet.dart, monero_transaction_creation_credentials.dart, monero_wallet.dart, exchange and send pages, view models
3 years ago
OleksandrSobol d4c0fb6fec CAKE-345 | applied batch sending to monero wallet
3 years ago
M ee9aa8198d Merge branch 'release-4.2.4' into CAKE-343-subaddresses-for-contact-book
3 years ago
M 8759c2ce56 Changed backup wallet files call.
3 years ago
OleksandrSobol 0d367c4b45 CAKE-343 | added bitcoin_wallet_addresses.dart and litecoin_wallet_addresses.dart tj the app; moved addresses from wallets to wallet addresses classes; deleted wallet addresses credentials
3 years ago
OleksandrSobol e03f0ce4d3 CAKE-343 | added wallet_addresses.dart, monero_wallet_addresses.dart, electrum_wallet_addresses.dart, wallet_addresses_credentials.dart, monero_wallet_addresses_credentials.dart and electrum_wallet_addresses_credentials.dart to the app; applied ElectrumWalletAddresses to electrum_wallet.dart and MoneroWalletAddresses to monero_wallet.dart; fixed contact_list_view_model.dart, other view models and services
3 years ago
OleksandrSobol c72245d904 CAKE-343 | fixed contact_list_view_model.dart and updateAddressInfo() in the monero_wallet.dart
3 years ago
M 1e3b53d2cf Added backups for monero wallet files.
3 years ago
OleksandrSobol 6709b7779a CAKE-343 | applied subaddresses for contact book; added addresses field to wallet_info.dart; added updateAddressesInfo() to wallet_base.dart; applied updateAddressesInfo() to wallet services and view models
3 years ago
OleksandrSobol b474936aee Merge branch 'main' into CAKE-297-subaddress-for-incoming-transaction
3 years ago
OleksandrSobol 8567f20809 CAKE-297 | fixed addressIndex
3 years ago
M 2b4248e30b Merged main into ltc.
3 years ago
OleksandrSobol 7bbd530319 CAKE-297 | applied subaddress for incoming transaction
3 years ago
M 1cb27d9da3 Fixes for LTC electrum nodes available.
3 years ago
M bcd4fdd5e0 Changed random seed generation for bitcoin.
3 years ago
M 35a76cd0e7 Merged main into ltc.
3 years ago
M 1330966794 Reworked electrum wallet. Added Litecoin wallet.
3 years ago
M 5faf7f5cba CAKE-310. CAKE-309. Bugs fixes. Changed way for save wallet after adding of new account/subaddress. Added App transport security rule for iOS. Changed version to 4.1.5.
3 years ago
M 7e6de105b8 Merge pull request #103 from cake-tech/CAKE-294-account-creating-bug
3 years ago
OleksandrSobol a1fe786af2 CAKE-294 | wallet saved when accounts and subaddresses are changed
3 years ago
OleksandrSobol ce9f61b0ed CAKE-291 | fixed bug in the get_height_by_date.dart
3 years ago
M e3b8ea1128 CAKE-234
3 years ago
M 6639d25264 CAKE-220. CAKE-241. CAKE-242.
3 years ago
M 9db6e233c7 Another beautiful day changes
3 years ago
M 3e79f87ad6 Merged 4.0.94 into 4.1.0.
3 years ago
M 84ad97c0b0 Fixes for 4.0.94. Changed version for 4.0.94.
3 years ago
M fd4efd46ea Fixes for 'std::bad_alloc' issue.
3 years ago
M 8cb9bd15cd Fixes for update fiat rate after change of current wallet type. Fixes for change amount for btc transactions. Changed displaying of balance for btc wallet. General fixes.
3 years ago
M 042b17a82f Merge pull request #144 from cake-tech/CAKE-158-transaction-and-balance-displaying-between-accounts
4 years ago
M 1dd6e78ae9 Removed NodeSSL, added isSSL proprty to Node class.
4 years ago
OleksandrSobol 4f280e103e CAKE-169 | added NodeSSL class with getter useSSl; applied useSSL in the connectToNode() method in the monero_wallet.dart; added dynamic parameter to ExecutedSuccessfullyState class; applied ExecuteState class to connect() method in the node_create_or_edit_view_model.dart; deleted connection_state.dart; deleted _isEffectsInstalled parameter from node_create_or_edit_page.dart
4 years ago
OleksandrSobol e10387a1b6 CAKE-158 | called update() method for accountList in the _onNewBlock() and rescan() methods (monero_wallet.dart)
4 years ago
OleksandrSobol 5ee278237f CAKE-169 | added useSSL parameter to node.dart and to node_create_or_edit_view_model.dart; applied useSSL parameter in the connectToNode() method (monero_wallet.dart) and in the save() method (node_create_or_edit_view_model.dart); created standard_checkbox.dart and applied StandardCheckbox widget in the node_create_or_edit_page.dart
4 years ago
OleksandrSobol 5787bac658 CAKE-158 | added _onMoneroBalanceChangeReaction instead _onMoneroTransactionsChangeReaction in the dashboard_view_model.dart
4 years ago
OleksandrSobol 6cd6139fb3 CAKE-169 | created connection_state.dart; added connect() method and connectionState parameter to node_create_or_edit_view_model.dart; replaced Reset button to Connect button and added _setEffects() method to node_create_or_edit_page.dart; changed useSSL parameter from false to true in the connectToNode() method (monero_wallet.dart)
4 years ago
OleksandrSobol 17ba74bce7 Merge branch '4.0.8' into CAKE-158-transaction-and-balance-displaying-between-accounts
4 years ago
M 6418b28c08 CAKE-177. CAKE-176. CAKE-115.
4 years ago