Commit graph

4410 commits

Author SHA1 Message Date
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
julian
3f4ebe0229 specific error dialog when an unrecoverable frost error has occurred 2024-05-13 08:55:27 -06:00
julian
441faf4d3a fix frost coin assets 2024-05-13 08:11:12 -06:00
julian
032a507e72 frost db tx fix and some lint clean up 2024-05-13 08:10:53 -06:00
julian
e5d89f15bd dirty peercoin fee calc hack 2024-05-10 15:55:07 -06:00
julian
c34791ea96 add todo stubs 2024-05-10 15:55:07 -06:00
julian
68c5ec4f44 update default themes with fixed peercoin svg 2024-05-10 15:55:07 -06:00
julian
968f7e61cd use segwit primary 2024-05-10 15:55:07 -06:00
julian
a05287bae4 lints 2024-05-10 15:55:07 -06:00
julian
5cda658bd2 fix ppc testnet port and map coins to nodes instead oif manually 2024-05-10 15:55:07 -06:00
julian
5b573c579c fix server port and add testnet derivation path construction support 2024-05-10 15:55:07 -06:00
julian
f6decc2fb4 add supported deviation path 2024-05-10 15:55:07 -06:00
sneurlax
667560372d peercoin WIP 2024-05-10 15:55:07 -06:00
julian
d92b712146 speed up spark sends 2024-05-10 14:32:15 -06:00
julian
cb70b5c92f show current spark address as my stack contact address for firo wallets 2024-05-10 10:09:30 -06:00
julian
ecadefef63 update frost info dialogs 2024-05-10 09:52:21 -06:00
julian
9f4df0368a add extra info to spark transaction generating dialog and some linter clean up 2024-05-09 16:12:22 -06:00
julian
51807ac8e6 lints clean up 2024-05-09 12:44:56 -06:00
julian
cccf1a7012 don't attempt to identify already checked used coin tags and add some more logging 2024-05-09 12:25:32 -06:00
julian
12a0e4c289 lints 2024-05-09 11:56:42 -06:00
julian
9bfac51926 use a switch to exhaustively ensure we didn't forget to include a newly added Coin value 2024-05-09 10:51:28 -06:00
sneurlax
fe98b1b215
Merge branch 'testing' into monerodart_testing 2024-05-08 18:51:34 -05:00
julian
213f78b36c quick vSize calc 2024-05-08 16:26:04 -06:00
julian
d8f6ff23d4 don't show lelantus balance on mobile if zero 2024-05-08 13:26:51 -06:00
julian
bf14dd09f4 display "transparent" instead of "p2pkh" on firo address type 2024-05-08 11:01:52 -06:00
julian
8a076a8d5b init state provider fix 2024-05-08 10:58:14 -06:00
julian
9ff14ea471 remove old date picker leftovers 2024-05-08 10:53:47 -06:00
julian
9ec40fdc2e don't show p2pkh addresses on generate address option for bitcoin wallets 2024-05-08 10:53:28 -06:00
julian
4f8cbbd8d8 address type display name tweaks 2024-05-08 10:53:28 -06:00
julian
7bde8b70d9 update default themes 2024-05-08 10:53:28 -06:00
julian
c801ccbea9 Merge remote-tracking branch 'origin/testing' into testing_julian
# Conflicts:
#	docs/building.md
2024-05-07 16:35:02 -06:00
julian
70e9566135 use nicer looking date picker 2024-05-07 16:34:08 -06:00
sneurlax
c8691ac0cc fix address book contact selection
Thank you @julian for the patch,
```
Index: lib/pages/send_view/send_view.dart
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/lib/pages/send_view/send_view.dart b/lib/pages/send_view/send_view.dart
--- a/lib/pages/send_view/send_view.dart	(revision fa8829072e)
+++ b/lib/pages/send_view/send_view.dart	(date 1715103987498)
@@ -906,6 +906,10 @@
       sendToController.text = _data!.contactLabel;
       _address = _data!.address.trim();
       _addressToggleFlag = true;
+
+      WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
+        _setValidAddressProviders(_address);
+      });
     }

     if (isPaynymSend) {

```
2024-05-07 14:08:08 -05:00
julian
12c47fcbec extract date picker to separate file 2024-05-07 13:01:31 -06:00
julian
a63e2c784e icon size fix 2024-05-07 11:49:49 -06:00
julian
fa8829072e enable solana and disable frost on desktop in release builds 2024-05-07 11:24:19 -06:00
julian
cf565944e2 freeze possible firo masternode outputs 2024-05-07 11:11:16 -06:00
julian
29e67ec0bf better logging 2024-05-07 10:52:33 -06:00
julian
0ac8885aa8 fix eth token abi endpoint and some logic clean up 2024-05-07 09:49:12 -06:00
julian
d747347414 speed up initial load time 2024-05-06 18:25:31 -06:00
julian
309a483026 use final 2024-05-06 18:25:10 -06:00
julian
accc9a9b4e use final 2024-05-06 13:26:31 -06:00
julian
2aca5f472b frost sign icon 2024-05-06 11:50:14 -06:00
sneurlax
981b7c86d4 desktop confirm send pw field enable submit on enter pressed 2024-05-06 09:57:43 -06:00
sneurlax
becf0d0347 Merge remote-tracking branch 'origin/testing' into monerodart_testing 2024-05-03 20:09:25 -05:00
sneurlax
6883f3d093 warnings and formatting 2024-05-03 19:56:39 -05:00
sneurlax
0221841ee3 listen to Tor status changes and update node accordingly 2024-05-03 19:56:27 -05:00
sneurlax
86bd8f93c8 Merge branch 'tor' into monerodart_testing 2024-05-03 19:33:11 -05:00
julian
8c082f3ed4 untested stellar tor listener 2024-05-03 19:14:19 -05:00
julian
bcb39c3906 no need for class wide htt client property, and close the client before assigning a new one 2024-05-03 19:14:14 -05:00
julian
dd45c870f6 untested stellar tor listener 2024-05-03 18:04:57 -06:00
julian
65941478b8 experimental navigation 2024-05-03 16:38:12 -06:00
julian
1aad524cdb no need for class wide htt client property, and close the client before assigning a new one 2024-05-03 15:42:21 -06:00
julian
04e27a166e unused code cleanup 2024-05-03 14:43:02 -06:00
julian
b1534d6b03 Merge remote-tracking branch 'origin_SW/testing' into frost_ui 2024-05-03 14:34:54 -06:00
julian-CStack
3aefb3f6e8
Merge branch 'testing' into conflict_resolution 2024-05-03 14:33:13 -06:00
julian-CStack
ce9ff9b280
Merge pull request #799 from cypherstack/update-epicbox-address-in-isar
Update address to match epicbox config
2024-05-03 14:26:58 -06:00
julian
e699522a8c code style/linter cleanup 2024-05-03 14:24:14 -06:00
julian-CStack
3abc097471
Merge branch 'testing' into tor 2024-05-03 14:13:17 -06:00
Julian
0d3ae2a635 various frost ui flow tweaks and fixes 2024-05-03 12:22:19 -06:00
Julian
e2fe526be4 Don't print keys 2024-05-03 10:32:32 -06:00
julian
832be89cab frost transaction sending ui update 2024-05-03 09:37:59 -06:00
julian
1be51a666b frost initiate tx signing screen ui polish 2024-05-03 09:37:59 -06:00
julian
4b4647e02c disable frost send all button 2024-05-03 09:37:59 -06:00
julian
a858e4924c desktop frost ui bandaid 2024-05-03 09:37:59 -06:00
julian
7276cd41f0 frost wallet backup screen bugfix 2024-05-03 09:37:59 -06:00
julian
969e7f2dcd simplify showing the frost flow steps qr code data 2024-05-03 09:37:59 -06:00
julian
72069bd070 frost checkbox widget 2024-05-03 09:37:59 -06:00
julian
b2087c1f1d tweak frost join new wallet step 1 screen ui 2024-05-03 09:37:59 -06:00
julian
7f0585d4f9 fix button enabled state bug 2024-05-03 09:37:59 -06:00
julian
2de96f15e0 frost send view recipients ui update 2024-05-03 09:37:59 -06:00
julian
fc3ec6aa0a frost display WU instead of vByte 2024-05-03 09:37:59 -06:00
julian
ccca53f3d8 frost flow interruption dialog 2024-05-03 09:37:59 -06:00
julian
48e05919d5 use frost step scaffold for frost send/sign flow 2024-05-03 09:37:59 -06:00
julian
92d0733005 re route frost sign tx on mobile 2024-05-03 09:37:59 -06:00
julian
76844a562b encode resharer names in resharer config 2024-05-03 09:37:59 -06:00
julian
7455ab55f5 use new frost step text field widget 2024-05-03 09:37:59 -06:00
julian
69b79b1ff0 frost step text field widget 2024-05-03 09:37:59 -06:00
julian
2e4a3d406d some routing bug clean up 2024-05-03 09:37:59 -06:00
julian
cb5f4e61de wrap one way frost flow in sub navigation 2024-05-03 09:37:59 -06:00
julian
999df80e60 refactor "new ms config import" to step 1b 2024-05-03 09:37:59 -06:00
julian
56b18a6c93 insert step 1a (create new ms config) 2024-05-03 09:37:59 -06:00
julian
9481475f45 add stub and rename back to normal 2024-05-03 09:37:59 -06:00
julian
d697be81d7 rename temp weird names so git doesn't think I'm completely changing and deleting files 2024-05-03 09:37:59 -06:00
julian
a9449ace0d various frost settings view ui tweaks and fixes 2024-05-03 09:37:59 -06:00
julian
3bddec00f1 fix frost restore routing error 2024-05-03 09:37:59 -06:00
julian
7250215edc mobile initiate resharing view updates 2024-05-03 09:37:59 -06:00
julian
10b9e5433e mobile frost wallet settings screen ui update 2024-05-03 09:37:59 -06:00
julian
acccce62a8 frost wallet bottom nav bar ui refactor on mobile 2024-05-03 09:37:59 -06:00
julian
3c76cc115c rough gui refactor for frost wallet creation on mobile 2024-05-03 09:37:59 -06:00
julian
3e74683d6c add newly designed simple mobile dialog 2024-05-03 09:37:58 -06:00
julian
1f75c6b6e7 select frost import config type selection screen 2024-05-03 09:37:58 -06:00
julian
292b8a03c0 prep frost ui refactor 2024-05-03 09:37:58 -06:00
julian
4df2a7d214 remove unused frost wallet toggle 2024-05-03 09:37:58 -06:00
julian
d145ec9546 move widget to widgets directory 2024-05-03 09:37:58 -06:00
julian
1101b8c932 clean up sol 2024-05-03 09:33:59 -06:00
sneurlax
1bbb08b433 Merge remote-tracking branch 'mrcyjanex/cyjan-monerodartv2' into monerodart_testing 2024-05-01 15:52:18 -05:00
Czarek Nakamoto
ed840ac235 windows support 2024-05-01 16:42:54 +02:00
sneurlax
ef7afcb634 update default monero seed length for ui display purposes 2024-04-30 13:14:03 -05:00
sneurlax
a65d370104 Merge remote-tracking branch 'MrCyjaneK/cyjan-monerodartv2' into monerodart_testing 2024-04-30 10:35:39 -05:00
Czarek Nakamoto
90fca36b77 tor proxy support 2024-04-30 16:13:40 +02:00
Czarek Nakamoto
7929d49e27 polyseed support 2024-04-30 09:55:24 +02:00
dethe
87a96b9b09 sol: fee set fix and sent to self fix 2024-04-30 00:18:54 +03:00
sneurlax
09cbcc7b66 add 16 word polyseeds as an option for monero 2024-04-29 13:59:25 -05:00
Czarek Nakamoto
ffa4c85d53 additionalInfo backwards compat 2024-04-29 13:59:06 -05:00
Czarek Nakamoto
f614cfff5f wownero support 2024-04-29 13:59:06 -05:00
Czarek Nakamoto
c78fba7b36 monero.dart clean 2024-04-29 12:46:30 -05:00
dethe
bf3667da85 solana fee estimation fixes 2024-04-29 20:19:09 +03:00
julian
cfe06f5b13 clean up and optimize 2024-04-29 11:01:26 -06:00
dethe
f279bf1f3b fix deprecated fee func and null fees. 2024-04-29 19:19:01 +03:00
Czarek Nakamoto
dc699c6551 additionalInfo backwards compat 2024-04-26 17:51:51 +02:00
Czarek Nakamoto
fb0b87942a wownero support 2024-04-26 14:23:01 +02:00
sneurlax
01de393521 fetch paynym bot image over Tor
hard to test, as I cannot claim/generate nor detect a previously-claimed/generated nym over Tor due to
```
flutter: Log: [Info][2024-04-25 20:28:22.609Z]: HTTP.post() rethrew: Exception: Command handling failed. With error: serverError
flutter: #0      SocksSocket._handleCommandResponse (package:socks5_proxy/src/client/socks_client.dart:196:7)
flutter: <asynchronous suspension>
flutter: #1      SocksSocket.initialize (package:socks5_proxy/src/client/socks_client.dart:74:22)
flutter: <asynchronous suspension>
flutter: #2      SocksTCPClient.connect (package:socks5_proxy/src/client/socks_tcp_client.dart:70:20)
flutter: <asynchronous suspension>
flutter: #3      SocksTCPClient.assignToHttpClientWithSecureOptions.<anonymous closure> (package:socks5_proxy/src/client/socks_tcp_client.dart:46:40)
flutter: <asynchronous suspension>
flutter: #4      _ConnectionTarget.connect.<anonymous closure> (dart:_http/http_impl.dart:2490:32)
flutter: <asynchronous suspension>
flutter: #5      _HttpClient._openUrl.<anonymous closure> (dart:_http/http_impl.dart:2787:15)
flutter: <asynchronous suspension>
flutter: #6      HTTP.post (package:stackwallet/networking/http.dart:85:41)
flutter: <asynchronous suspension>
flutter: #7      PaynymIsApi._post (package:stackwallet/utilities/paynym_is_api.dart:54:22)
flutter: <asynchronous suspension>
flutter: #8      PaynymIsApi.nym (package:stackwallet/utilities/paynym_is_api.dart:267:22)
flutter: <asynchronous suspension>
flutter: #9      Wallet.refresh (package:stackwallet/wallets/wallet/wallet.dart:511:21)
flutter: <asynchronous suspension>
```
2024-04-25 15:35:04 -05:00
sneurlax
81fd642735 do not show multiple warnings when entering wallet
remove WIP/original TorWarningDialog
2024-04-25 14:57:42 -05:00
sneurlax
d17a66b2fc Merge branch 'solana' into tor 2024-04-25 14:05:38 -05:00
sneurlax
2a472491a6 Merge branch 'stellar' into tor 2024-04-25 14:05:35 -05:00
sneurlax
9e26913fc4 tezos has tor support 2024-04-25 14:03:28 -05:00
sneurlax
4f55765a53 stellar has tor support 2024-04-25 14:01:28 -05:00
sneurlax
e4d8a4af36 solana has tor support 2024-04-25 14:00:44 -05:00
julian
420c73ed5d mobile address list changes as per figma 2024-04-24 17:17:29 -06:00
julian
53b849c8c5 slightly hacked in address type selection and generation based on the wallet's supported address types 2024-04-24 16:36:12 -06:00
julian
7070d16add fix: bug where electrumx wallets don't show address on first time opening receive screen 2024-04-24 16:22:56 -06:00
julian
b17b8d0b4b clean up code 2024-04-24 15:42:17 -06:00
sneurlax
f3ef245fd7 pass proxy to StellarSdk as appropriate 2024-04-24 16:21:25 -05:00
julian
02997ffc70 disable eth token price fetching to prevent being throttled 2024-04-24 15:12:49 -06:00
julian
af87ec76ef build runner run updates 2024-04-24 15:00:36 -06:00
Czarek Nakamoto
b6a9ce58db monero.dart clean 2024-04-24 21:37:22 +02:00
julian
f7cadcdc62 use final where possible in sol wallet 2024-04-24 09:47:35 -06:00
julian
50a1b33e32 make _rpcClient private and _checkClient synchronous 2024-04-24 09:36:27 -06:00
julian-CStack
8f2b0ecc3e
Merge pull request #837 from cypherstack/solana
Use Solana over Tor (as appropriate)
2024-04-24 09:23:34 -06:00
sneurlax
2feb7d0be3 update Solana Tor support to use method amenable to upstream merge 2024-04-23 22:03:46 -05:00
sneurlax
ef15a8e466 Merge remote-tracking branch 'origin/testing' into tezos 2024-04-23 18:04:39 -05:00
sneurlax
6c4f266a1c pass proxy info to Tezos as appropriate 2024-04-23 18:01:27 -05:00
julian
f8b9c64ef0 possible bugfix 2024-04-23 16:04:29 -06:00
julian
32809a93fa fix error logging and update pubspec.lock 2024-04-23 15:53:15 -06:00
sneurlax
feef4d95ca Merge branch 'solana-tor' into testing 2024-04-23 16:47:01 -05:00
julian
bd017f8354 address type dropdown styling 2024-04-23 15:42:47 -06:00
sneurlax
9a1e622d65 pass raw String address instead of full InternetAddress
and update tor troubleshooting docs to be more specific
2024-04-23 16:11:22 -05:00
sneurlax
93a3a3f9c1 cleanup
redundant comments
2024-04-23 16:11:22 -05:00
sneurlax
4f9eae7169 pass proxyInfo to Solana RpcClient if Tor is enabled 2024-04-23 16:11:22 -05:00
dethe
00f1b3999b validation and other fixes 2024-04-23 16:11:10 -05:00
sneurlax
11a5ed33e5 solana tor wip 2024-04-23 16:11:10 -05:00
sneurlax
00cff96131 hide solana behind prefs toggle
toggle in dev menu
2024-04-23 16:11:10 -05:00
sneurlax
4e732a5253 add solana enabled pref
toggled in dev menu
2024-04-23 16:11:10 -05:00
dethe
68210b2765 add solana 2024-04-23 16:11:10 -05:00
julian
351ce4ec02 mobile copy address button on receive screen 2024-04-23 15:06:36 -06:00
julian
ff86cbccf6 Better error message when trying to send all and the fee is greater than the balance in the wallet 2024-04-23 14:01:38 -06:00
julian
76a0a82b24 inspector should be off unless debugging 2024-04-23 14:01:38 -06:00
julian
3fe7f47d8b clean up test epicbox connection 2024-04-23 14:01:38 -06:00
julian
bfba6d9f5d eth token price fetch "fix" and clearer eth token price fetch error logging 2024-04-23 14:01:38 -06:00
julian
622740a8c0 centralized electrum client management 2024-04-23 13:59:35 -06:00
Diego Salazar
a2f74ced8a
Merge pull request #833 from cypherstack/tor
Add Tor warning dialog and Network DevTools documentation for checking Tor usage outside of app
2024-04-18 15:54:13 -06:00
sneurlax
8d56358ebc validate remainder seed word input(s) 2024-04-18 15:29:36 -05:00
sneurlax
6afe034dc4 Merge remote-tracking branch 'origin/testing' into tor 2024-04-18 15:28:36 -05:00
julian
9f5a5901f6 More bitcoindart -> coinlib migration 2024-04-18 11:33:23 -06:00
sneurlax
edc57f69dd typofix
sorry
2024-04-17 21:32:01 -05:00
sneurlax
53e401edb8 mobile Tor warning 2024-04-17 20:41:45 -05:00
sneurlax
39a9dc83db add button to show tor warning dialog in hidden settings menu 2024-04-17 13:18:18 -05:00
sneurlax
30255c665e allow a BasicDialog to optionally flex
so the buttons can be pushed to the bottom of the dialog
2024-04-17 13:05:23 -05:00
sneurlax
eff06c88b8 add a Tor warning dialog for non-Tor coins
on desktop, TODO test mobile.
2024-04-17 13:04:55 -05:00
sneurlax
12030da1b2 add coin impl equality operator overrides 2024-04-17 13:04:10 -05:00
sneurlax
edc8737edc add supported coins list
to replace the Coin enum someday
2024-04-17 13:03:51 -05:00
sneurlax
1090f5caa2 add warning dialog when clicking card of coin incompatible with Tor
TODO fix spacing/style.
2024-04-16 18:19:38 -05:00
sneurlax
3218216caa add tor support bool to CryptoCurrency and override in coin impls 2024-04-16 17:42:51 -05:00
julian
023bad0c70 WIP: coinlib 2 migration (taproot txns on btc testnet tested working) 2024-04-15 15:51:36 -06:00
julian
985e269993 constructor clean up 2024-04-15 15:47:32 -06:00
julian
99373e6dbc build runner isar schema modification 2024-04-15 13:27:41 -06:00
julian
400f08c8bb minOutput = dust limit ? 2024-04-15 13:22:30 -06:00
julian
2a030bffba linter warning clean up 2024-04-15 10:31:57 -06:00
julian
98410ea8f0 use coinlib address parsing to check address type and not rely specifically on btc address prefixes to validate taproot addresses 2024-04-12 14:57:41 -06:00
julian
e15e8e3530 move bip86 down to preserve index values of other values just in case 2024-04-12 14:56:10 -06:00
sneurlax
3b0fb69339 fromScript->fromRedeemScript 2024-04-12 14:24:06 -06:00
sneurlax
b50985aec7 detect p2tr outputs 2024-04-12 14:05:24 -06:00
sneurlax
f630c3f567 use HRP for appropriate network
fixes testnet
2024-04-12 14:04:20 -06:00
sneurlax
f2effa3575 add most basic bip86 address derivation stub
to be tested according to https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki#test-vectors
2024-04-12 14:04:01 -06:00
sneurlax
5f6eabb1dc NetworkParams->Network
TODO update network params
2024-04-12 13:58:16 -06:00
julian
02a5339146 linter warning fix 2024-04-11 12:18:20 -06:00
julian
b230a123a5 material3 surface tint on scroll "bug" fix 2024-04-11 11:34:12 -06:00
julian
b412973a6b disable troublesome unused callbacks 2024-04-11 11:21:20 -06:00
sneurlax
f26e6e8b01 flutter_local_notifications updates
Ios->Darwin, etc.
2024-04-04 18:18:24 -05:00
Kronk
98c8b4dc6a
Update block_explorers.dart (change eCash default explorer)
Changed the eCash block explorer from bitcoinabc.org to the default explorer.e.cash.
2024-04-01 17:29:22 +02:00
sneurlax
d9163a2bbd hide tor stacy buttons 2024-03-20 16:48:55 -05:00
sneurlax
96c1976d78 use same back button widget on mobile as on desktop 2024-03-20 16:16:44 -05:00
sneurlax
0f4fb8378f use pref to cull frost things if not enabled 2024-03-20 16:08:49 -05:00
sneurlax
5e7c9ad65b add FROST enabled pref
a bool
toggle from hidden settings menu
2024-03-20 16:08:49 -05:00
Diego Salazar
2996b98230
Merge pull request #815 from cypherstack/fix-particl-sync
Fix particl sync
2024-03-18 11:13:16 -06:00
Diego Salazar
bc53ffc219
Merge pull request #813 from cypherstack/add_frost
Fix send view
2024-03-18 11:12:46 -06:00
Diego Salazar
9cd4ac162d
Merge pull request #812 from cypherstack/change-coin-ordering
Change coin ordering
2024-03-18 11:12:24 -06:00
likho
ad4974e072 Ignore anon type txs when syncing wallet 2024-03-18 17:52:40 +02:00
likho
11136d3d14 Revert "In the tx list only process txs that are not anon"
This reverts commit c1b9ba085f.
2024-03-18 17:50:04 +02:00
likho
c1b9ba085f In the tx list only process txs that are not anon 2024-03-18 17:49:11 +02:00
sneurlax
1a5e31d046 add missing send view args option 2024-03-15 18:57:30 -05:00
Likho
27410b8ead Change coin ordering 2024-03-15 20:02:14 +02:00
likho
d8e5b8e305 Add frost mascot and dialog 2024-03-15 13:26:50 +02:00
likho
ec51f95449 WIP: Add frost mascot 2024-03-14 20:23:41 +02:00
sneurlax
95bb47aaf8 fix rescans 2024-03-12 07:45:49 -05:00
sneurlax
64b0f23910 desktop create sign tweaks
making things wider and scrollable but the qr code not overflowingly wide
2024-03-12 07:05:05 -05:00
sneurlax
778795139a add import sign config route 2024-03-12 06:48:01 -05:00
sneurlax
0fe16638b0 pad desktop send view with ConditionalParent 2024-03-12 06:45:26 -05:00
sneurlax
181ec5e539 Revert "wrap send view content in padding"
This reverts commit 2aa3bebf78.
2024-03-11 23:05:55 -05:00
sneurlax
10233550b1 fix issue with modifying fixed-length list 2024-03-11 23:02:16 -05:00
sneurlax
09bbdb5368 add missing frost routes 2024-03-11 11:20:41 -05:00
likho
ed42dba9cc Update address to match epicbox config 2024-03-08 19:31:34 +02:00
sneurlax
bfdcfcec1a resolve "can't add to fixed length list" exception 2024-03-06 18:13:39 -06:00
sneurlax
809cbe6195 FROST Multisig settings buttons mobile and desktop 2024-03-06 18:09:38 -06:00
sneurlax
f558703253 DesktopScaffold on desktop 2024-03-06 18:04:54 -06:00
sneurlax
5d1615b72e fix keys popup, add copy buttons, and add basic style
and import cleanup
2024-03-06 10:55:15 -06:00
sneurlax
445fc832a3 center "import sign config" button 2024-03-06 10:16:54 -06:00
sneurlax
5644d763c2 Merge branch 'staging' into add_frost 2024-03-01 13:07:04 -06:00
sneurlax
3a5a886e7a remove Expanded widget from restore wallet view
resolves gray screen on Windows in release mode
2024-02-29 18:45:13 -06:00
Diego Salazar
bdc06db4ee
Merge pull request #785 from cypherstack/eth
Add "&all" param to Ethereum API call (addresses BEAM contract issue)
2024-02-28 14:05:22 -07:00
sneurlax
defc301053 add "&all" param to eth api call 2024-02-28 14:42:16 -06:00
sneurlax
9eaa9391d3 Merge branch 'staging' into firo 2024-02-28 14:40:47 -06:00
Diego Salazar
9ee3377be1
Merge pull request #783 from cypherstack/update-to-latest-epic
Update to latest epic
2024-02-28 12:30:34 -07:00
Diego Salazar
5b18631dcc
Merge pull request #781 from cypherstack/epicbox
Change Epicbox to epicbox.stackwallet.com
2024-02-28 12:29:32 -07:00
likho
41d71f0529 Remove failover options for Epicbox 2024-02-28 20:11:18 +02:00
likho
891f2d8702 Attemp to update cached receiving address 2024-02-28 19:23:55 +02:00
likho
ab3df052d4 Check if default Epicbox is up on start up, always update wallet address to connected Epicbox server 2024-02-28 15:43:53 +02:00
julian
4c98ee0db3 tweak spark used coins update on successful send 2024-02-28 14:42:32 +07:00
likho
38c9de21f4 WIP: Update to latest Epic release 2024-02-28 07:04:55 +02:00
sneurlax
2ac1558266 find SparkCoins that correspond to the usedCoins returned from spark lib
instead of translating used coins to UTXOs, we find which SparkCoins in isar match the usedCoins returned from sparkmobile and update them as isUsed: true in db.
2024-02-27 19:01:53 -06:00
sneurlax
2513600a63 update epicbox 2024-02-27 14:45:13 -06:00
sneurlax
06e6407259 Revert "remove temporary doge fee hackfix"
This reverts commit f67c9e6402.
2024-02-27 13:48:48 -06:00
Diego Salazar
97f2262cf0
Merge pull request #779 from cypherstack/fees
Fix fees when returned in scientific notation
2024-02-26 22:03:49 -07:00
Diego Salazar
4e90e47d12
Merge pull request #778 from cypherstack/ui
Invert ConditionalParent condition
2024-02-26 22:03:39 -07:00
sneurlax
01881aae4f translate usedCoins to usedUTXOs 2024-02-26 19:05:17 -06:00
sneurlax
5d9dc02eb1 update _createSparkSend signature to return used coins 2024-02-26 14:30:44 -06:00
sneurlax
f67c9e6402 remove temporary doge fee hackfix
Closes #763.
2024-02-26 14:02:55 -06:00
sneurlax
c8a5a0087a invert condition 2024-02-26 10:29:46 -06:00
sneurlax
4d94de2e3d do not validate "p" (P2SH) addresses 2024-02-26 10:23:34 -06:00
sneurlax
557fb4b1d7 use ConditionalParent to only use an Expanded widget if isDesktop 2024-02-25 21:11:52 -06:00
sneurlax
aac9349400 fix mobile restore wallet view for small screens 2024-02-24 23:37:33 -06:00
sneurlax
bbfb152bd7 add bitcoin frost cases to validation switch
i'd like to do this more elegantly and just use each wallet impl's validateAddress

but this will do for now
2024-02-23 18:02:01 -06:00
sneurlax
73276ba676 update frost wallet for electrum_adapter functionality
pulled from electrumx_interface, might consider using those methods instead
2024-02-23 17:46:34 -06:00
sneurlax
7d5cc8d8be Merge branch 'staging' into add_frost 2024-02-23 17:37:21 -06:00
Diego Salazar
7d9b113b46
Merge pull request #771 from cypherstack/bch_amount_parsing
Bch amount parsing
2024-02-23 11:36:25 -07:00
julian
0a2166b3fb force reparse bch txns from cached electrumx responses on refresh to correct any parsing errors fixed by b9718bedbd 2024-02-23 19:33:10 +07:00
julian
b9718bedbd electrum/fulcrum bch output parse fix 2024-02-23 19:28:14 +07:00
sneurlax
101facaa2a make recovery screens scrollable for small desktop screens 2024-02-22 16:40:27 -06:00
sneurlax
7865e36638 change default americas epicbox server to stackwallet.epicbox.com 2024-02-22 14:56:20 -06:00
Diego Salazar
9eb1acafbd
Merge pull request #768 from cypherstack/debugging
Electrum/Fulcrum batching tweaks and fixes
2024-02-22 10:59:29 -07:00
sneurlax
e45eb85fc6 dogecoin fee fix 2024-02-22 11:57:29 -06:00
julian
725d11f9c2 electrum/fulcrum batching tweaks and fixes 2024-02-22 12:16:53 +07:00
Diego Salazar
d6710166f9
Merge pull request #764 from cypherstack/null-wallet
Do not trap user in "restore failed" dialog if serverside issues lead to failure
2024-02-20 16:40:40 -07:00
sneurlax
04ca80529a finally dismiss restoration failed dialog 2024-02-20 17:32:02 -06:00
sneurlax
235b731c19 null wallet fix
pt 1
2024-02-20 12:41:22 -06:00
sneurlax
e070c2d986 temporary estimatefee hackfix 2024-02-20 12:33:29 -06:00