Commit graph

4445 commits

Author SHA1 Message Date
ryleedavis
db6110997a remove scanOutput isolate 2023-10-04 17:03:46 -06:00
ryleedavis
79cfabe5bb Merge branch 'wallets-refactor-epic' of https://github.com/cypherstack/stack_wallet into wallets-refactor-epic 2023-10-04 13:57:04 -06:00
ryleedavis
5c15d58c2e remove scanOutput function 2023-10-04 08:50:44 -06:00
likho
c08bdd3c08 Remove startSync isolate 2023-10-04 15:31:35 +02:00
likho
9746e789a0 add note 2023-10-04 09:59:53 +02:00
likho
5233cbbded Merge branch 'wallets-refactor-epic' of github.com:cypherstack/stack_wallet into wallets-refactor-epic 2023-10-04 09:53:15 +02:00
likho
3b4de2b2d5 Add EpicTransaction DTO for parsing transactions, clean out mutex stuff for calls to the abstract class 2023-10-04 09:53:05 +02:00
ryleedavis
89ca809d9f Merge branch 'wallets-refactor-epic' of https://github.com/cypherstack/stack_wallet into wallets-refactor-epic 2023-10-03 21:50:54 -06:00
ryleedavis
d2ed34a2d0 WIP: startScans 2023-10-03 19:02:48 -06:00
ryleedavis
684388c6f9 WIP: scanOutputs 2023-10-03 19:01:43 -06:00
Likho
e28c7f5019 WIP: Epic transaction data class 2023-10-03 16:35:13 +02:00
likho
540c8b5c5d WIPL:Epic transactions model 2023-10-03 16:20:44 +02:00
likho
8705340880 WIP: GET Transactions 2023-10-03 12:42:01 +02:00
ryleedavis
c7608b0ad7 format fixes and walletBalance 2023-09-29 15:46:33 -06:00
ryleedavis
53b90fa01d another merge conflict ? 2023-09-29 10:00:46 -06:00
ryleedavis
9a37b18615 resolve merge conflict 2023-09-29 09:57:34 -06:00
ryleedavis
b8a412988f cancelTransactions and createTransaction 2023-09-29 09:51:24 -06:00
likho
8ec8c6c914 Update tx send to use abstract class send functions 2023-09-29 16:45:40 +02:00
likho
b178c30620 WIP: move send tx to use abstract class 2023-09-29 16:15:15 +02:00
likho
807fc677d7 Clean up 2023-09-29 11:35:08 +02:00
ryleedavis
5c726a639c WIP: call abstract wrapper class for addressInfo, openWallet, deleteWallet, chainHeight 2023-09-28 16:22:24 -06:00
julian
3dd8083a09 call abstract wrapper class functions directly 2023-09-28 10:05:18 -06:00
likho
835d27dc38 WIP: Epicwallet clean up, get fees and address from abstract class 2023-09-28 16:11:41 +02:00
ryleedavis
9762ffd180 WIP: move get transaction fees, delete wallet, open wallet, and tx http send 2023-09-27 16:47:26 -06:00
likho
13a171f3ef WIP:Replace libepiccash calls with calls to abstract class, add error handling and return types other than strings 2023-09-27 17:53:10 +02:00
ryleedavis
dc457e7266 move scan outputs, create tx, get tx, cancel tx, and address info to abstract class 2023-09-26 17:26:28 -06:00
likho
098a69eded Move recover and wallet balances into abstract class 2023-09-26 17:36:21 +02:00
julian
abd7111528 Merge branch 'wallets_refactor' into wallets-refactor-epic 2023-09-22 13:44:00 -06:00
julian
0efad4a5a6 Merge remote-tracking branch 'origin_SW/staging' into wallets_refactor 2023-09-22 13:43:33 -06:00
julian-CStack
c7c863e802
Merge pull request #673 from cypherstack/ui-fixes
update tor dep version
2023-09-22 13:43:11 -06:00
julian
69e24de4c1 update tor dep version 2023-09-22 13:42:36 -06:00
julian-CStack
7613a99ab3
Merge pull request #672 from cypherstack/ui-fixes
macos entitlements
2023-09-22 11:35:15 -06:00
julian-CStack
cc7a37ea9f macos entitlements 2023-09-22 11:09:31 -06:00
julian
aa6fa66457 Merge remote-tracking branch 'origin_SW/staging' into wallets_refactor 2023-09-22 09:28:23 -06:00
Diego Salazar
3a6291241c
Bump build number (191) 2023-09-21 14:50:21 -06:00
julian-CStack
8a0e35b071
Merge pull request #671 from cypherstack/ui-fixes
add note to one time tor popup
2023-09-21 13:02:00 -06:00
julian
ea61f22d93 update tor lib 2023-09-21 13:00:47 -06:00
julian
a6f8d4d779 add note to one time tor popup 2023-09-21 08:51:16 -06:00
julian-CStack
e125d01a3e
Merge pull request #670 from cypherstack/ui-fixes
update animation and rust version for epiccash
2023-09-20 19:18:57 -06:00
julian-CStack
8ed67903d1
Merge branch 'staging' into ui-fixes 2023-09-20 19:18:31 -06:00
julian
9f10b4db5d update animation 2023-09-20 19:17:47 -06:00
Diego Salazar
10ad4f4f4f
Bump version (1.8.0) 2023-09-20 19:12:57 -06:00
julian
758392ede4 epiccash needs an even older rust version 2023-09-20 19:11:56 -06:00
julian-CStack
d67d6f9db6
Merge pull request #669 from cypherstack/ui-fixes
UI fixes
2023-09-20 17:14:16 -06:00
julian
e827ead3fb update monero ref 2023-09-20 17:13:36 -06:00
julian
52288dc4f4 ios rust targets updates/checks 2023-09-20 17:09:12 -06:00
julian
781e2262b5 added mutex since only one epic cash wallet can/should be active at a time 2023-09-20 17:08:22 -06:00
julian
8ec22ed389 Added some notes/todos and changed usages of Tuple to using the new built in record type instead 2023-09-20 17:04:37 -06:00
julian
3e889a6d27 Merge branch 'wallets_refactor' into wallets-refactor-epic 2023-09-20 17:02:51 -06:00
julian
09c6d440c8 ios rust targets updates/checks 2023-09-20 17:01:23 -06:00