Commit graph

5635 commits

Author SHA1 Message Date
sneurlax
53e401edb8 mobile Tor warning 2024-04-17 20:41:45 -05:00
sneurlax
1328a5eb65 add Flutter Network DevTools documentation (testing Tor connections) 2024-04-17 13:43:34 -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
70a0232de9 update frostdart submodule 2024-04-16 09:54:28 -06:00
julian
b27b672b67 update lib 2024-04-16 09:41:17 -06:00
julian
8365ad562c update spark lib version 2024-04-15 16:51:05 -06: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
2f11e0d28c update libmonero ref with ios boost fix 2024-04-15 15:45:24 -06:00
julian
99373e6dbc build runner isar schema modification 2024-04-15 13:27:41 -06:00
julian
15b6613183 build runner mocks 2024-04-15 13:27:22 -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
julian
cf7f8c050a windows gitignore 2024-04-12 14:55:28 -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
6fdfa166f2 update fusiondart to coinlib 2.0 2024-04-12 14:01:54 -06:00
julian
3296e590e7 coinlib 2 2024-04-12 14:01:45 -06:00
sneurlax
5f6eabb1dc NetworkParams->Network
TODO update network params
2024-04-12 13:58:16 -06:00
julian
2f8f4b0e7f update libepiccash submodule 2024-04-12 13:06:43 -06:00
julian
163bce4a98 script tweaks. Requires a10f90532b 2024-04-12 11:32:37 -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
9b8dc85c8a update android compileSdkVersion 2024-04-11 11:21:44 -06:00
julian
b412973a6b disable troublesome unused callbacks 2024-04-11 11:21:20 -06:00
sneurlax
2079625049 Merge branch 'flutter' of github.com:cypherstack/stack_wallet into flutter 2024-04-08 03:51:09 -05:00
sneurlax
90d1015b37 autogenerated windows changes from flutter 3.19.0-0.1.pre upgrade 2024-04-08 03:51:06 -05:00
sneurlax
5e0911dcf7 explicitly mention Flutter installation for linux host and update win
dows' noted flutter version
2024-04-08 00:48:16 -05:00
sneurlax
be8abff1f5 remove windows flutter installation helper
just git clone github:flutter/flutter and checkout your tag.
2024-04-08 00:47:36 -05:00
sneurlax
8083a809e3 autogenerated macos changes by flutter 3.19.0-0.1.pre upgrade 2024-04-07 20:55:28 -05:00
sneurlax
f26e6e8b01 flutter_local_notifications updates
Ios->Darwin, etc.
2024-04-04 18:18:24 -05:00
sneurlax
a13b1b6da3 flutter pub add flutter_local_notifications:^17.0.0 2024-04-04 17:42:40 -05:00
Diego Salazar
9eb6aef236
Update version (v1.10.4, build 217) 2024-04-02 17:47:54 -06:00
Diego Salazar
fe1795b50c
Merge pull request #828 from Kronkmeister/patch-2
Update block_explorers.dart  (change eCash default explorer)
2024-04-02 17:47:17 -06: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
Diego Salazar
2fc2b5b964
Merge pull request #827 from cypherstack/scripts
Correct Android build_all script so it doesn't change Rust versions too early for flutter_libepiccash
2024-03-29 15:35:18 -06:00
sneurlax
22504c42a9 do not change rust version in parallel 2024-03-28 15:54:46 -05:00
Diego Salazar
e597045db4
Update version (v1.10.4, build 216) 2024-03-25 17:33:53 -06:00
Diego Salazar
d37c4d88d8
Merge pull request #819 from cypherstack/add_frost
Hide FROST coins behind a frostEnabled pref
2024-03-25 17:32:46 -06:00
sneurlax
d9163a2bbd hide tor stacy buttons 2024-03-20 16:48:55 -05:00