Commit graph

5666 commits

Author SHA1 Message Date
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
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
sneurlax
85cdb0cc09 Default to using double.parse in electrum_adapter
`catch` with the(ir custom) original `_parseDouble`
2024-03-20 15:33:25 -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
Diego Salazar
721d1cf132
Merge pull request #810 from cypherstack/add-frost-mascot
Add frost mascot
2024-03-18 11:11:56 -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
Diego Salazar
75907ae650
Merge pull request #811 from cypherstack/frostmacos
Updated XCode podfile
2024-03-15 11:59:20 -06:00
rehrar
f6d50756e8 Updated XCode podfile 2024-03-15 11:55:39 -06: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
Diego Salazar
f68c0f4839
Update version (v1.10.3, build 215) 2024-03-12 16:55:01 -06:00
Diego Salazar
7b90f2cd57
Merge pull request #805 from cypherstack/add_frost
Add FROST
2024-03-12 16:52:53 -06:00