Commit graph

4356 commits

Author SHA1 Message Date
sneurlax
3b9676f40e add and use defaultFeeRate per ElectrumX coin 2024-06-07 15:56:57 -05:00
julian
82fb542740 allow clearing of spark cache on desktop 2024-06-07 10:30:35 -06:00
julian
e76ee79c89 clean up some TODOs 2024-06-07 08:50:50 -06:00
julian
337b1c0171 frost info text correction 2024-06-07 08:36:47 -06:00
julian
52e73cc6ba hide top home button bar when there is only a single option 2024-06-06 16:01:08 -06:00
julian
7c40dd1546 skip summary view and coin selection when adding wallets on single coin app 2024-06-06 15:50:21 -06:00
julian
20f743932b used tags cache count fix 2024-06-06 14:36:37 -06:00
julian
85f609fa6f add check for settings appearance nav 2024-06-06 14:36:37 -06:00
sneurlax
480010c714 start efCurrencyPairProvider and efRateTypeProvider if swap enabled 2024-06-06 15:08:56 -05:00
julian
1ffddc6781 fix spark cache coins order 2024-06-06 11:21:50 -06:00
julian
eb13c2dc00 couple small fixes 2024-06-05 17:56:10 -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
sneurlax
df5988b48e hide or show theme features based on configuration 2024-06-05 18:08:33 -05:00
sneurlax
2b28e6b121 hide or show Buy features based on configuration 2024-06-05 17:48:38 -05:00
sneurlax
42b728eb08 hide or show Swap features based on configuration 2024-06-05 17:48:32 -05:00
sneurlax
88f462f43e add transactionVersion overrides for all coins
ecash and particl may vary, need to verify.
2024-06-05 17:19:33 -05:00
julian
2c07f2c13b separate firo caches and add versioning 2024-06-05 13:38:20 -06:00
julian
b6ff0920ac clean up coin selection somewhat 2024-06-05 12:38:00 -06:00
julian
b60ac53050 app config features 2024-06-05 12:05:22 -06:00
julian
3dac77b8d6 WIP mempool electrumx cals 2024-06-05 10:51:18 -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
8a6b45df7e firo dbg bal display fix 2024-06-04 15:46:12 -06:00
julian
ed15482442 enable experimental firo public funds coin control 2024-06-04 10:08:37 -06:00
julian
7cef4c45eb fix initial xmr/wow address not showing up on first wallet open 2024-06-04 09:41:01 -06:00
julian
b7a4f7c29e fix initial xmr/wow address not showing up on first wallet open 2024-06-04 09:40:45 -06:00
julian
5eb276b6fc fix wow connection 2024-06-04 09:17:13 -06:00
julian
05503b0470 fix wow connection 2024-06-04 09:16:57 -06:00
julian
8430cc92bd reset coin control selected utxos on desktop 2024-06-03 16:36:50 -06:00
Julian
3b3448d12c ecash default server fix/update 2024-06-03 14:50:16 -06:00
julian
676ab60c6f show loading and ensure desktop password functions aren't doubled called with a lock 2024-05-31 17:17:41 -06:00
julian
744107b3eb compartmentalize the sqlite firo cache code and add a background isolate worker to handle some processing as well as cache db writes 2024-05-31 16:37:25 -06:00
julian
de949efbff show firo sparl electrumx data cache size and implement clearing of that cache when all electrumx cache for firo is cleared 2024-05-31 11:59:43 -06:00
julian
16acbc366b remove uninstantiated and unused variables and clean up a bit 2024-05-31 11:36:37 -06:00
julian
1f0798619a save spark set cache scanned timestamps 2024-05-30 22:32:12 -06:00
julian
b5edc3dad8 Merge remote-tracking branch 'origin/testing' into firo_cache_refactor
# Conflicts:
#	lib/wallets/wallet/impl/firo_wallet.dart
2024-05-30 22:05:47 -06:00
julian
e06023d0fc extra info when run in debug mode 2024-05-30 21:39:44 -06:00
sneurlax
1e425e7848 use CheckboxTextButton
*eye twitches*
2024-05-30 21:58:03 -05:00
julian
0acc2f2a08 use extension method 2024-05-30 19:03:15 -06:00
julian
0454c88c4a modify cache db schema 2024-05-30 17:17:35 -06:00
sneurlax
d37d86759d Lock toggling lelantus scanning behind a mutex 2024-05-30 18:17:30 -05:00
sneurlax
0f98c0be2c Use WalletInfoKeys (plus standardize Lelantus') and make UI var private 2024-05-30 17:50:09 -05:00
julian
e5d8dff6cd add debug log level value to enum 2024-05-30 15:48:50 -06:00
julian
08f01d3141 cache used spark tags in sqlite as well 2024-05-30 15:10:56 -06:00
julian
d99231c973 fix spark anon set fetch using the reverse hex of the blockhash given to us by an earlier call of that same electrumx method 2024-05-30 15:09:26 -06:00
julian
c7e7643fe5 chunked list extension 2024-05-30 12:46:41 -06:00
sneurlax
cbe9919e67 Refresh Lelantus data appropriately
according to the enableLelantusScanning WalletInfo setting (stored in otherDataJsonString)
2024-05-29 19:44:24 -05:00
sneurlax
8374d30035 Lelantus settings mobile UI
and cleanup
2024-05-29 19:42:18 -05:00
sneurlax
32561b5694 Scan for Lelantus transactions desktop UI
Squashed commit msgs:

WIP add lelantus checkmark to restore options view, pass to restore view

make bool optional, pass it

style restore option text
2024-05-29 19:39:38 -05:00
sneurlax
ef96f3b76c Add enableLelantusScanning bool and restore/rescan logic
Squashed commit msgs:

add (currently unused) bool enableLelantusScanning to WalletInfo

only do Lelantus things if Lelantus is enabled
6ac468
2024-05-29 19:39:38 -05:00
julian
3eb5a0a39c Cache Spark anonymity sets in sqlite 2024-05-29 17:24:25 -06:00
julian
9006de0f0a code style clean up and gen mocks 2024-05-27 18:01:41 -06:00
julian
2ba0dc576e fix variable read 2024-05-27 14:19:44 -06:00
Julian
1542bcb4d1 enable wownero wallet creation 2024-05-27 14:06:33 -06:00
Julian
88bda91d1b add package monero and do network check in validate address 2024-05-27 13:40:42 -06:00
julian
aac27636ee some clean up and imports fixing from merge 2024-05-27 11:24:11 -06:00
julian
c87564e1cd Merge remote-tracking branch 'origin/monerodart_testing' into monero_merge
# Conflicts:
#	.gitignore
#	crypto_plugins/flutter_libmonero
#	lib/pages/add_wallet_views/add_wallet_view/add_wallet_view.dart
#	lib/pages/add_wallet_views/restore_wallet_view/restore_options_view/restore_options_view.dart
#	lib/pages_desktop_specific/settings/settings_menu/nodes_settings.dart
#	lib/utilities/constants.dart
#	lib/wallets/crypto_currency/coins/monero.dart
#	lib/wallets/wallet/impl/monero_wallet.dart
#	lib/wallets/wallet/impl/wownero_wallet.dart
#	scripts/app_config/templates/pubspec.template
#	scripts/linux/build_all.sh
#	scripts/windows/build_all.sh
2024-05-27 10:41:50 -06:00
julian
aaded93d1f desktop save logs implementation 2024-05-27 10:14:38 -06:00
julian
c5f5f3b1b6 imports cleanup 2024-05-24 14:20:53 -06:00
julian
fc631bf866 add current commit of build to about 2024-05-24 13:56:14 -06:00
julian
f1b0e4e119 only fetch prices for enabled coins 2024-05-24 13:40:20 -06:00
julian
a3a1ddeeaf ignore unsupported coins from SWB files on restore 2024-05-24 13:20:46 -06:00
julian
1a078955c9 clean up git status and show for enabled coins only 2024-05-24 12:01:48 -06:00
julian
a976219417 hide tokens when empty list on mobile wallet create view 2024-05-23 15:44:00 -06:00
julian
9398a09533 in app logo icon override option added so the stack wallet logo in the standard themes can be replaced specifically for duo but possibly other options as well 2024-05-23 15:38:45 -06:00
julian
cf7433655c centralize isStackCoin check functionality 2024-05-23 11:26:58 -06:00
julian
3ee22cbbac handle getting currency via ticker or name a bit more nicely 2024-05-23 11:05:30 -06:00
julian
0af6574e81 Tell flutter_libmonero how to get access to the application dir 2024-05-23 10:41:42 -06:00
julian
459e882ab6 app data dir fix 2024-05-23 09:20:11 -06:00
julian
ec5fc6d2a5 fix remaining package imports/exports 2024-05-23 08:55:14 -06:00
julian
e01b778778 dart fix --apply --code=prefer_relative_imports 2024-05-22 18:37:06 -06:00
julian
f904d409a5 generalize project config 2024-05-22 17:56:51 -06:00
julian
2678513474 move all lottie files into symlinked structure based on app 2024-05-22 15:00:32 -06:00
sneurlax
7fe1109665 add duo theme bundles and images
TODO script using test2_duo.json
2024-05-22 14:43:56 -05:00
julian
cc7b958c5a script generated app_config.g.dart file 2024-05-22 13:38:49 -06:00
julian
f02634f635 link assets based on config 2024-05-21 15:42:27 -06:00
julian
e0abd97041 make it easy to comment out certain coins in app config to disable them 2024-05-21 12:57:56 -06:00
julian
c9d4e57d65 rename to shorter name 2024-05-21 12:57:51 -06:00
julian
22fef651cd remaining app name replacement and make app name const (and some linter cleanup) 2024-05-21 11:54:05 -06:00
julian
f1a437d45a eth contract abi fixes 2024-05-21 11:11:40 -06:00
sneurlax
73faa11272 more AppConfig usage 2024-05-15 17:20:14 -05:00
julian
8d43dfc6ae fix network on wallet load 2024-05-15 15:54:28 -06:00
julian
a82f6c3c6e coin enum finally gone 2024-05-15 15:24:02 -06:00
sneurlax
b917dab5c0 whiteLabel.dart -> app_config.dart
redux
2024-05-14 11:31:16 -06:00
sneurlax
570a5f378f whiteLabel.dart -> app_config.dart
related rafactorings
2024-05-14 11:31:16 -06:00
sneurlax
9fa86dec7e white label patches
drywall, mud
2024-05-14 11:31:16 -06:00
sneurlax
b1e0e92d5a My Prefix 2024-05-14 11:31:16 -06:00
sneurlax
e0b8837c36 refactor 2024-05-14 11:31:16 -06:00
sneurlax
759a75daf8 WIP note 2024-05-14 11:31:16 -06:00
sneurlax
1d135a2fa6 lib/whiteLabel.dart 2024-05-14 11:31:16 -06:00
julian
129c46fca0 make recovery screen scrollable on desktop 2024-05-14 11:11:09 -06:00
julian
e3c761dfb0 flip text fields on frost restore screen 2024-05-14 10:36:11 -06:00
julian
63f75bae03 fix frost steps qr code colors 2024-05-14 10:31:18 -06:00
julian
37cb83a2d4 fix coin card color 2024-05-14 10:26:03 -06:00
julian
738cb55a40 fix delete frost wallet on mobile 2024-05-14 09:49:20 -06:00
Julian
81a4d2f1eb ios disable select location to save swb and default to Docs dir 2024-05-13 13:03:13 -06:00
julian
20438da655 all wallets sync changes for better ui performance 2024-05-13 10:10:34 -06:00