Omar Hatem
|
b92ccb5c0b
|
Generic fixes (#1282)
* New versions
* Fix unspent coins issue
* Fix white screen issues for some users
|
2024-01-30 19:57:47 +02:00 |
|
Konstantin Ullrich
|
8084f490b5
|
Cw 467 mark change outputs in unspent outputs list (#1137)
* CW-490 Use native Coin Freeze
* CW-467 Code cleanup
* CW-467 Fix native Code
* CW-467 Extend Unspend
* CW-467 Add isChange
* CW-467 Minor Fixes
* CW-467 Add isChange to Electrum Unspents
* CW-467 Localize Change Tag
* CW-467 Fix frozen balance showing on other monero wallets
* CW-467 Fix frozen balance showing on other monero wallets
|
2023-11-16 01:12:23 +02:00 |
|
Serhii
|
66301ff247
|
CW-432-Add-Bitcoin-Cash-BCH (#1041)
* initial commit
* creating and restoring a wallet
* [skip ci] add transaction priority
* fix send and unspent screen
* fix transaction priority type
* replace Unspend with BitcoinUnspent
* add transaction creation
* fix transaction details screen
* minor fix
* fix create side wallet
* basic transaction creation flow
* fix fiat amount calculation
* edit wallet
* minor fix
* fix address book parsing
* merge commit fixes
* minor fixes
* Update gradle.properties
* fix bch unspent coins
* minor fix
* fix BitcoinCashTransactionPriority
* Fetch tags first before switching to one of them
* Update build_haven.sh
* Update build_haven.sh
* Update build_haven.sh
* Update build_haven.sh
* update transaction build function
* Update build_haven.sh
* add ability to rename and delete
* fix address format
* Update pubspec.lock
* Revert "fix address format"
This reverts commit 1549bf4d8c .
* fix address format for exange
* restore from qr
* Update configure.dart
* [skip ci] minor fix
* fix default fee rate
* Update onramper_buy_provider.dart
* Update wallet_address_list_view_model.dart
* PR comments fixes
* Update exchange_view_model.dart
* fix merge conflict
* Update address_validator.dart
* merge fixes
* update initialMigrationVersion
* move cw_bitbox to Cake tech
* PR fixes
* PR fixes
* Fix configure.dart brackets
* update the new version text after macos
* dummy change to run workflow
* Fix Nano restore from QR issue
Fix Conflicts with main
* PR fixes
* Update app_config.sh
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
|
2023-10-13 01:50:16 +03:00 |
|
Omar Hatem
|
94f256997f
|
New versions (#1073)
|
2023-09-08 17:15:28 +03:00 |
|
Godwin Asuquo
|
f6670c0236
|
CW-415 add coin control for xmr (#985)
* Added CoinsInfo to monero_api_cpp
* Add struct on dart
* Add struct on dart
* Set coins value
* CW-415 Use add-coin-to-monero branch
* CW-415 Add get Coin and build Monero Deps using Docker
* CW-415 Fix Typo
* CW-415 add debug log info
* CW-415 Add preferred key Images for coin control to Monero
* CW-415 Fix generation
* CW-415 Skip GA Cache Externals
* CW-415 Skip GA Cache Externals
* CW-415 Coin Control: remove Block Explorer for Monero, Add Tx hash, save note on field exit
* CW-415 Coin Control: Throw Exception when all outputs are deselected
* CW-415 Coin Control: Show Frozen Balance on Dashboard
* CW-415 Coin Control: Show Frozen Balance on Dashboard
* CW-415 Ignore cached Monero deps in Workflow
* CW-415 Fix displaying frozen Balance
* Use own Translator with http 1.1.0
* CW-415 Resolve requested Changes
* CW-415 Resolve requested Changes
* CW-415 Resolve requested Changes
* CW-415 Apply requested Changes
* CW-415 Apply requested Changes
* CW-415 Ensure opening of UnspentCoinsInfo Box, even for Monero.com
---------
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
|
2023-08-24 16:54:05 +03:00 |
|
Serhii
|
315c4c911c
|
CW-325-Coin-Control-enhancements (#846)
* fix checkbox
* save the output state
* add note as a header
* Allow copy the Amount and Address
* add frozen balance to dashboard
* add block explorer
* fix url launcher
* code formatting
* minor fixes
* Revert "minor fixes"
This reverts commit d230b6a07b .
* fix missing implementations error
* [skip ci] update localization
* fix unspent with same txid
* add amount check
* add vout check
* remove formattedTotalAvailableBalance
* remove unrelated mac os files
|
2023-04-20 15:46:41 +02:00 |
|
M
|
1beb18b045
|
Flutter upgrade
|
2022-10-12 13:09:57 -04:00 |
|
Rafia Rahman Chowdhury
|
dee69310ce
|
Fixed CW-61 app now saves notes permanently (#299)
* Fixed CW-61 app now saves notes permanently.
|
2022-03-31 13:00:22 +01:00 |
|
M
|
e6b1da376d
|
Configure wallet types for the app
|
2021-12-24 14:41:34 +02:00 |
|
OleksandrSobol
|
20e0c830cf
|
CAKE-334 | applied unspent coins control to the app; added unspent_coins_info.dart; reworked createTransaction(), calculateEstimatedFee() and updateUnspent() methods in the electrum_wallet.dart; fixed unspent_coins_list_view_model.dart, unspent_coins_details_view_model.dart, unspent_coins_list_item.dart, unspent_coins_list_page.dart and unspent_coins_details_page.dart; fixed bitcoin_transaction_wrong_balance_exception.dart; added properties to bitcoin_unspent.dart; applied localization to unspent coins pages
|
2021-07-05 16:52:24 +03:00 |
|
OleksandrSobol
|
febb446c96
|
Merge branch 'CAKE-329-unspent-coins-list-UI' into CAKE-330-unspent-coins-details-UI
# Conflicts:
# lib/src/screens/unspent_coins/unspent_coins_list_page.dart
|
2021-06-02 17:39:44 +03:00 |
|
OleksandrSobol
|
b1add664ad
|
CAKE-329 | reworked unspent_coins_list_page.dart and unspent_coins_list_item.dart; fixed standard_checkbox.dart; applied unspent coins control only to btc wallet
|
2021-05-31 21:04:00 +03:00 |
|
OleksandrSobol
|
e36c07b0da
|
CAKE-330 | added unspent coins details page to the app
|
2021-05-27 20:57:51 +03:00 |
|
OleksandrSobol
|
b71e85b112
|
CAKE-329 | applied observable list to items in the unspent_coins_list_view_model.dart
|
2021-05-26 19:10:46 +03:00 |
|
OleksandrSobol
|
aca8e8a292
|
CAKE-329 | added unspent coins list page to the app
|
2021-05-25 20:32:36 +03:00 |
|