Commit graph

214 commits

Author SHA1 Message Date
julian
6dd7ef183a fix probable infinite loop causing view only refresh to stay stuck forever 2024-11-21 14:43:05 -06:00
julian
0ce0350039 fix parsing of coinbase utxos 2024-11-21 12:31:59 -06:00
julian
40b0f49f20 add functionality for different number of required min confirms for coinbase transactions and apply to firo 2024-11-21 10:01:03 -06:00
julian
e95d5a10b6 update paynym url 2024-11-14 16:55:49 -06:00
julian
6ff539e71b Add support for view only wallets to most coins 2024-11-14 16:55:49 -06:00
julian
53eb6ac8d1 monero (and wow) view only wallet functionality 2024-11-12 18:13:37 -06:00
julian
16b9254761 WIP migrate flutter_libmonero to cs_monero 2024-11-05 18:54:13 -06:00
julian
29e63ca97d xmr/wow coin control 2024-10-01 10:39:25 -06:00
julian
642f0906b8 concurrent xmr/wow wallets 2024-10-01 10:39:25 -06:00
sneurlax
c34938a9be defer network calls from init to fetchChainHeight or serverCanBatch 2024-09-06 11:47:08 -06:00
julian
4dc920772a handle assert nicely 2024-08-28 10:59:25 -06:00
julian
99e802b59e add ability to "send all" selected UTXOs when using coin control 2024-08-28 10:59:25 -06:00
julian
c6836708a8 Hook up missing spark fee estimate call.
Should address https://github.com/cypherstack/stack_wallet/issues/948
2024-07-22 17:12:59 -06:00
sneurlax
bb7f0ff46f avoid checkReceivingAddressForTransactions altogether when reuse is set 2024-07-05 11:24:19 -06:00
julian
4f40572366 small tweaks 2024-07-05 11:24:19 -06:00
sneurlax
8fb49ef029 move reuseAddress pref from global prefs to walletInfo 2024-07-05 11:24:19 -06:00
sneurlax
27536fe642 override needsGenerate is reuseAddress pref set 2024-07-05 11:24:19 -06:00
julian
eebe1df050 xmr/wow keys 2024-07-04 15:17:05 -06:00
julian
afab9e5918 xpriv gui clean up 2024-07-04 11:40:57 -06:00
julian
cae27b3835 display xprivs along side mnemonic on backup screen 2024-07-04 11:40:57 -06:00
sneurlax
17fbf7f9ab reconfigure logic for rescan for other wallets to remove upper limit
now we will continue beyond maxNumberOfIndexesToCheck if there's activity beyond that point.  we just keep scanning up until the unused activity gap
2024-07-01 09:56:00 -06:00
Julian
0ef1726a00 fix firo spark cache being shared with test net 2024-06-26 12:10:32 -06:00
julian
f634ce8701 WIP firo exchange addresses 2024-06-25 14:46:36 -06:00
julian
f4b01ee642 bandaid hack 2024-06-24 14:23:39 -06:00
julian
57ebacd519 fix issue where changing the primary/default address type for a coin would break older wallets with a mismatching type 2024-06-20 10:39:22 -06:00
julian
3f2fe2b2ce add wallet level toggle to flag outgoing transactions as opt-in RBF 2024-06-20 10:39:22 -06:00
julian
318932022e WIP: very basic CPFP 2024-06-20 10:39:22 -06:00
julian
e2c81a1af0 fix: rbf should not touch blocked/frozen utxos 2024-06-20 10:39:22 -06:00
julian
37f23a09f5 btc testnet4 2024-06-20 10:39:22 -06:00
julian
16c89e37ab WIP comprehensive full RBF 2024-06-20 10:39:22 -06:00
julian
e85c9b1747 handle unconfirmed txns in ui when they do not exist in mempool anymore 2024-06-20 10:39:22 -06:00
julian
a566af8eb4 WIP: basic full rbf 2024-06-20 10:39:22 -06:00
julian
741c0be88b refactor updateVSize function 2024-06-20 10:39:22 -06:00
julian
1426495474 add size and vSize to btc and ltc transactions to use and display in rbf boost txn view 2024-06-20 10:39:22 -06:00
julian
ac07aee9c3 add RBF wallet interface mixin 2024-06-20 10:39:22 -06:00
julian
d1a236be33 spark mempool check during refresh 2024-06-14 14:52:01 -06:00
julian
130e1b37d6 update (ba)nano servers 2024-06-12 19:02:14 -06:00
julian
203744d4f0 use nanoswap's work server 2024-06-12 18:12:48 -06:00
julian
929e334063 implement usage of scanning for zero change output spark spends 2024-06-10 13:28:49 -06:00
julian
1ffddc6781 fix spark cache coins order 2024-06-06 11:21:50 -06:00
julian
e9063dbc0f Merge remote-tracking branch 'origin/staging' into campfire 2024-06-05 17:43:55 -06:00
julian-CStack
e9aed5694b
Merge pull request #882 from cypherstack/peercoin
Fix Peercoin txs: add transactionVersion property
2024-06-05 17:37:59 -06:00
sneurlax
6f4b3a76ac change bch and ecash tx ver #s to 2 and use it in the bcash interface 2024-06-05 18:36:32 -05:00
sneurlax
42ab07a586 use tx ver # in paynym interface
RIP
2024-06-05 18:22:36 -05:00
julian
04a24edaec wrap hashTag in compute 2024-06-05 17:21:49 -06:00
julian
b6ff0920ac clean up coin selection somewhat 2024-06-05 12:38:00 -06:00
sneurlax
b909c72cb9 add and use transactionVersion property for peercoin
TODO add versions for the rest of the coins
2024-06-04 18:32:12 -05:00
julian
1f0798619a save spark set cache scanned timestamps 2024-05-30 22:32:12 -06:00
julian
0acc2f2a08 use extension method 2024-05-30 19:03:15 -06:00
julian
08f01d3141 cache used spark tags in sqlite as well 2024-05-30 15:10:56 -06:00