cake_wallet/lib/bitcoin
2021-08-16 11:30:48 +03:00
..
address_to_output_script.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
bitcoin_address_record.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
bitcoin_amount_format.dart CAKE-345 | merged CAKE-349 branch into current 2021-08-16 11:30:48 +03:00
bitcoin_commit_transaction_exception.dart CAKE-333 | fixed commit() method in the pending_bitcoin_transaction.dart; added bitcoin_commit_transaction_exception.dart to the app 2021-06-24 18:59:19 +03:00
bitcoin_mnemonic.dart Changed random seed generation for bitcoin. 2021-05-10 13:06:57 +03:00
bitcoin_mnemonic_is_incorrect_exception.dart Minor bug fixes. 4.2.1. 2021-05-12 18:06:39 +03:00
bitcoin_transaction_credentials.dart 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 2021-08-10 17:52:35 +03:00
bitcoin_transaction_no_inputs_exception.dart Changed text for no inputs exception. 2021-07-26 14:05:52 +03:00
bitcoin_transaction_priority.dart Fixes for LTC and added banner for old bitcoin electrum wallets. 2021-05-11 16:52:48 +03:00
bitcoin_transaction_wrong_balance_exception.dart 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
bitcoin_unspent.dart 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
bitcoin_wallet.dart Merge branch 'release-4.2.4' into CAKE-334-unspent-coins-control-application-logic 2021-07-22 10:48:22 +03:00
bitcoin_wallet_addresses.dart 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 2021-07-13 08:46:34 +03:00
bitcoin_wallet_creation_credentials.dart Added selection of new wallet type. Returned support of bitcoin wallet. 2020-11-12 18:31:53 +02:00
bitcoin_wallet_keys.dart General changes. CAKE-1. 2020-07-06 23:09:03 +03:00
bitcoin_wallet_service.dart 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
electrum.dart Fixes for LTC electrum nodes available. 2021-05-10 19:00:20 +03:00
electrum_balance.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
electrum_transaction_history.dart Minor bug fixes. 4.2.1. 2021-05-12 18:06:39 +03:00
electrum_transaction_info.dart Fixes for LTC. 2021-05-07 21:59:03 +03:00
electrum_wallet.dart CAKE-345 | fixed conditions in electrum_wallet.dart and monero_wallet.dart 2021-08-13 15:06:40 +03:00
electrum_wallet_addresses.dart 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 2021-07-13 08:46:34 +03:00
electrum_wallet_snapshot.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
file.dart Merge redesign part 7. 2020-09-15 23:35:49 +03:00
key.dart BTC 2020-05-12 15:04:54 +03:00
litecoin_network.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
litecoin_wallet.dart Merge branch 'release-4.2.4' into CAKE-334-unspent-coins-control-application-logic 2021-07-22 10:48:22 +03:00
litecoin_wallet_addresses.dart 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 2021-07-13 08:46:34 +03:00
litecoin_wallet_service.dart 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
pending_bitcoin_transaction.dart CAKE-333 | fixed commit() method in the pending_bitcoin_transaction.dart; added bitcoin_commit_transaction_exception.dart to the app 2021-06-24 18:59:19 +03:00
script_hash.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
unspent_coins_info.dart 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
utils.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00