cake_wallet/cw_bitcoin/lib
Matthew Fosse 83ef61e928
Cw 565 sign messages (#1378)
* version bump to 3.13.9, auth working on mac

* bump flutter version in workflow file

* workflow fix

* test fix

* downgrade flutter version

* test fix

* test fix

* update gradle version

* start working on ui for message signing

* updates

* sign working for a few wallet types

* updates & verification for electrum currencies

* nano support

* sign/verify working on eth, bitcoin broken

* update translations

* Implement Verify Message for Monero

* save [skip ci]

* pub key extraction working

* fixes for electrum signing

* verify working for solana!

* electrum still not working :( [skip ci]

* electrum messages working!

* fixes for updated dart version, localization file updates

* remove accidental inclusion

* missed some unimplemented throws

* Update res/values/strings_de.arb

Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>

* Apply suggestions from code review

Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>

* review suggestions and updates [skip ci]

* [skip ci] add polygon

* [skip ci] merge mac-auth/update version

* fix litecoin

* bio auth mac fix

* remove comment and change duration from 2 to 0

* cherry pick previous changes

* litecoin fixes, sign form fixes, use new walletAddressPicker

* support accounts

* verify messages working for monero

* working sign and verify messages for nano

* electrum signing working [skip ci]

* additional nano fixes

* update translations

* attempt to decode signatures with base64

* workaround for secure storage bug on mac

* bump version to 3.19.5 (because breez will need this version anyways)

* some code cleanup

* some changess didn't get saved

* just documenting the issue [skip ci]

* undo accidental removal + minor code cleanup

* merge conflicts

* merge fixes [skip ci]

* add tron support

* [wip] fixing

* remove duplicate references to electrum path for maintainability

* fixes

* minor fix

* fixes

* undo debug comment

* update migration for all electrum based wallets

* hotfixes

* copy over the rest of the fixes

* minor code cleanup [skip ci]

* updates

* electrum signing workinggit statusgit statusgit statusgit status!

* copy same fixes for litecoin

* litecoin fixes

* add v to litecoin signatures

* fix dependencies

* fix bitcoin_base version

* merge fix

* dep override

* fix conflicts with main

* trial fix for android build

* fixes

* fix

* dep fix, should build

* fix signing for bitcoin cash

* [skip ci] minor code cleanup

* [skip ci] minor code cleanup 2

* forgot wonero, various other fixes

* more fixes

* fix solana (untested)

---------

Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-08-18 02:10:27 +03:00
..
address_from_output.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00
address_to_output_script.dart Litcoin bitcoin cash fix (#1339) 2024-03-21 04:51:57 +02:00
bitcoin_address_record.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
bitcoin_amount_format.dart Fix incorrect amount parsing due to bytes approximation 2023-02-15 23:16:21 +02:00
bitcoin_commit_transaction_exception.dart Cw 598 fixes for electrum based wallets (#1344) 2024-03-29 20:51:34 +02:00
bitcoin_hardware_wallet_service.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
bitcoin_mnemonic.dart Normalize text to fix french (#1504) 2024-06-24 19:38:32 +03:00
bitcoin_receive_page_option.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
bitcoin_transaction_credentials.dart Add rbf (#1323) 2024-04-08 16:54:58 +02:00
bitcoin_transaction_priority.dart Fix estimated fee calculation for customs fee rate (#1406) 2024-04-26 19:18:26 +03:00
bitcoin_unspent.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
bitcoin_wallet.dart CW-676 Add Linux scripts to build monero_c for linux platform (#1527) 2024-08-13 01:18:14 +03:00
bitcoin_wallet_addresses.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
bitcoin_wallet_creation_credentials.dart CW-676 Add Linux scripts to build monero_c for linux platform (#1527) 2024-08-13 01:18:14 +03:00
bitcoin_wallet_keys.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
bitcoin_wallet_service.dart CW-676 Add Linux scripts to build monero_c for linux platform (#1527) 2024-08-13 01:18:14 +03:00
cw_bitcoin.dart Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00
electrum.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
electrum_balance.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
electrum_derivations.dart electrum updates (#1449) 2024-06-18 08:08:03 +03:00
electrum_transaction_history.dart CW-676 Add Linux scripts to build monero_c for linux platform (#1527) 2024-08-13 01:18:14 +03:00
electrum_transaction_info.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
electrum_wallet.dart Cw 565 sign messages (#1378) 2024-08-18 02:10:27 +03:00
electrum_wallet_addresses.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
electrum_wallet_snapshot.dart CW-676 Add Linux scripts to build monero_c for linux platform (#1527) 2024-08-13 01:18:14 +03:00
exceptions.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
litecoin_wallet.dart Cw 565 sign messages (#1378) 2024-08-18 02:10:27 +03:00
litecoin_wallet_addresses.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
litecoin_wallet_service.dart CW-676 Add Linux scripts to build monero_c for linux platform (#1527) 2024-08-13 01:18:14 +03:00
mnemonic_is_incorrect_exception.dart Generic fixes (#1304) 2024-02-23 19:09:24 +02:00
pending_bitcoin_transaction.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
psbt_transaction_builder.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00
script_hash.dart Litcoin bitcoin cash fix (#1339) 2024-03-21 04:51:57 +02:00
utils.dart fix: p2sh addr (#1607) 2024-08-15 02:40:40 +03:00