Commit graph

4410 commits

Author SHA1 Message Date
julian
6e4a23007b fix some rescan functionality 2023-08-23 14:58:22 -06:00
julian
3cd31d1bf2 clean up 2023-08-23 14:56:40 -06:00
julian
4b5686d8a4 handle stellar rescan properly 2023-08-23 14:31:34 -06:00
julian
31cac4b950 code formatting 2023-08-23 14:12:11 -06:00
julian
19a6e0b826 fix tezos refresh function 2023-08-23 11:58:16 -06:00
julian
2e64d35629 tezos does not used the bip39 lib directly. Do not show new wallet options. Needs more investigation 2023-08-23 11:49:21 -06:00
julian
4de632bdb4 fix switch statement logic 2023-08-23 11:35:04 -06:00
julian
63ab0b09e8 revert enum name 2023-08-23 11:29:10 -06:00
ryleedavis
02b67c2a2e add parameter to initializeNew for tezos 2023-08-23 11:08:32 -06:00
ryleedavis
467f57c74e resolve merge conflicts 2023-08-23 10:59:13 -06:00
ryleedavis
cceab1a036 Merge branch 'staging' into add-xtz
# Conflicts:
#	lib/pages/settings_views/global_settings_view/manage_nodes_views/add_edit_node_view.dart
#	lib/pages/settings_views/global_settings_view/manage_nodes_views/node_details_view.dart
#	lib/widgets/node_card.dart
2023-08-23 10:53:34 -06:00
ryleedavis
89aa4e2a32 tezos images 2023-08-23 10:48:28 -06:00
julian-CStack
1120171c79
Merge pull request #650 from cypherstack/xlm-bug-fixes
Xlm bug fixes
2023-08-23 10:36:44 -06:00
likho
4729789f9a Add break statements to case, add test connection to node_card and include port when testing node connection 2023-08-23 16:59:00 +02:00
julian-CStack
128272cf20 fix typo 2023-08-23 07:59:34 -06:00
Likho
c44b64f4c0
Merge branch 'staging' into xlm-bug-fixes 2023-08-23 15:24:43 +02:00
likho
961b687e27 Test node connection when updating and node and show error codes on send fail instead of generic error 2023-08-23 15:13:17 +02:00
Diego Salazar
40ebaaa547
Bumped version (v1.7.19, build 187) 2023-08-22 20:10:12 -06:00
Diego Salazar
7d492c8060
Merge pull request #649 from cypherstack/ui-fixes
Allow seed words length selection and mnemonic passphrase for new wallets on select coins
2023-08-22 20:08:29 -06:00
julian
412fb73066 bip39 passphrase wording changes to be more specific 2023-08-22 18:22:46 -06:00
julian
4f7f7d5797 update mocks 2023-08-22 17:24:22 -06:00
julian
244a1914b3 verify mnemonic passphrase dialog 2023-08-22 17:06:30 -06:00
julian
e20ce631e6 count fix 2023-08-22 15:40:19 -06:00
julian
abbf557b41 style tweak 2023-08-22 15:40:12 -06:00
julian
02baf4a198 ensure new wallet mnemonic options is reset 2023-08-22 15:10:51 -06:00
julian
04bba2bf2a new wallet mnemonic options for supported coins 2023-08-22 15:07:08 -06:00
likho
2732b2fe71 WIP: XLM fixes and refactor 2023-08-22 18:33:24 +02:00
julian-CStack
3b4f3b776a
Merge pull request #617 from cypherstack/docs
Update Linux docs to remove Android emulator references
2023-08-22 10:14:40 -06:00
julian-CStack
1474dd9c0e
Merge branch 'staging' into docs 2023-08-21 11:10:19 -06:00
likho
444860da53 Return just one value for fees since endpoint returns only one value for fees 2023-08-16 15:17:58 +02:00
likho
e8d5c3ad8b Return tx id when sending, implement updateSentTx 2023-08-16 14:46:21 +02:00
sneurlax
256db85472 use socks socket if useTor in ElectrumX and JsonRPC, 2023-08-15 22:56:41 -05:00
sneurlax
80fcdef330 Merge branch 'staging' into tor 2023-08-15 22:11:41 -05:00
sneurlax
f2af2b10bd Revert "Merge branch 'tor' into tor-presocks"
This reverts commit 75750e2bd1.
2023-08-15 22:10:41 -05:00
sneurlax
75750e2bd1 Merge branch 'tor' into tor-presocks 2023-08-15 22:10:36 -05:00
sneurlax
8b73241d29 update flutter_libtor: use newly-merged main with socket example 2023-08-15 16:44:21 -05:00
sneurlax
9eecaf5951 update flutter_libtor: use newly-merged main with socket example 2023-08-15 16:22:15 -05:00
likho
e3fb83a61f Send all 2023-08-15 18:01:51 +02:00
likho
5b23b2efd4 Merge branch 'add-xtz' of github.com:cypherstack/stack_wallet into add-xtz 2023-08-15 16:49:38 +02:00
likho
0a77dad7ec Refactor Update transactions call 2023-08-15 16:49:28 +02:00
ryleedavis
6047c433af add tezos coin images 2023-08-15 08:19:29 -06:00
likho
520ceabf79 Clean up and refactor 2023-08-15 15:28:53 +02:00
ryleedavis
373637701c Fix tezos network status 2023-08-14 16:53:44 -06:00
julian
05726e45a9 make proper enums 2023-08-14 14:56:18 -06:00
sneurlax
9bdadead67 update flutter_libtor example to track latest changes
feed in torDir instead of torConfig, return TorConfig (mostly for password)
2023-08-14 15:09:49 -05:00
julian
de4d6952b7 fix build all script for linux 2023-08-14 12:14:53 -06:00
Diego Salazar
27e33f4dea
Bump version (build 1.7.18, build 186) 2023-08-14 11:49:20 -06:00
sneurlax
c88320a59e Merge remote-tracking branch 'origin/staging' into tor 2023-08-14 12:32:41 -05:00
Diego Salazar
b6aa7a974a
Merge pull request #647 from cypherstack/ui-fixes
clear electrumx cache option for firo wallets
2023-08-14 11:27:51 -06:00
Diego Salazar
f2b0274c47
Merge pull request #644 from cypherstack/allow-cancelling-incoming-txs
Allow cancelling incoming txs for Epiccash
2023-08-14 11:27:35 -06:00