Commit graph

93 commits

Author SHA1 Message Date
julian
e206fefceb extract project root env var export to env.sh and add asset gen script 2024-05-22 10:32:29 -06:00
julian
ab2806a4b7 add master build script 2024-05-21 18:27:58 -06:00
sneurlax
ef293ac68e if [ $# -ne 4 2024-05-21 17:13:23 -05:00
sneurlax
ac38384e85 require both args 2024-05-21 17:09:22 -05:00
sneurlax
c828081c3d require args 2024-05-21 17:05:45 -05:00
julian
6619940c93 Merge remote-tracking branch 'origin/appConfig' into appConfig 2024-05-21 15:43:22 -06:00
julian
f02634f635 link assets based on config 2024-05-21 15:42:27 -06:00
sneurlax
532990ae95 call version update script from configure_duo script
version 2.0.0 by default and increments the build number if none passed explicitly.
2024-05-21 16:23:10 -05:00
sneurlax
d329eba45e add version & build number update script
```
# To update both version and build number
./update_version.sh -v 2.0.1 -b 223

# To update only the build number
./update_version.sh -b 223

# To update only the version
./update_version.sh -v 2.0.1

# To increment the build number by one
./update_version.sh
```
2024-05-21 16:23:05 -05:00
sneurlax
8c0eba3c38 remove unneeded files from duo asset bundle 2024-05-21 14:55:32 -05:00
sneurlax
d37be9d54e include duo assets archive and extract it over our own assets via script 2024-05-21 14:08:19 -05:00
julian
ee3b16bcc6 refactor scripts slightly 2024-05-15 17:14:03 -06:00
sneurlax
cddfa6b37e build_all_duo.sh scripts 2024-05-15 17:51:21 -05:00
sneurlax
966bc81662 split script
back into platform-specific scripts
2024-05-15 17:45:29 -05:00
sneurlax
5c7e4960c4 alter pubspec.yaml in configure_duo.sh script 2024-05-15 17:20:30 -05:00
sneurlax
5fd54240bc WIP configure_duo.sh script 2024-05-15 17:14:04 -05:00
sneurlax
66b14717aa chmod +x build_secp256k1.sh 2024-05-08 19:12:47 -05:00
sneurlax
f1cccfea65 unix line endings for WSL2 script, move to linux dir 2024-05-09 00:10:27 -05:00
sneurlax
2ab019f201 add linux and windows secp256k1 build scripts
in case coinlib's scripts aren't working

TODO macos and ios (android?)
2024-05-08 23:35:55 -05:00
julian
236e7d87fb tagged libsecret version 2024-05-06 08:58:17 -06:00
julian
249a01df75 wait before setting rust version for frostdart 2024-04-23 16:58:51 -06:00
julian
163bce4a98 script tweaks. Requires a10f90532b 2024-04-12 11:32:37 -06: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
22504c42a9 do not change rust version in parallel 2024-03-28 15:54:46 -05:00
sneurlax
85372f8c73 Merge branch 'epic' into add_frost 2024-03-04 17:11:41 -06:00
sneurlax
e8939455d4 build opensll for flutter_libepiccash android as well 2024-03-04 12:57:36 -06:00
julian
755cc049b0 add frostdart dependency 2024-01-19 15:38:17 -06:00
julian
795fde2cc1 QoL script fixes 2024-01-19 15:34:55 -06:00
Julian
e4fa06214c add script to make it easier to run build runner and update mocks from merge 2023-10-29 12:31:15 -06:00
julian
aa6fa66457 Merge remote-tracking branch 'origin_SW/staging' into wallets_refactor 2023-09-22 09:28:23 -06:00
julian
758392ede4 epiccash needs an even older rust version 2023-09-20 19:11:56 -06:00
julian
52288dc4f4 ios rust targets updates/checks 2023-09-20 17:09:12 -06:00
julian
09c6d440c8 ios rust targets updates/checks 2023-09-20 17:01:23 -06:00
julian
cc24aa5f43 Merge remote-tracking branch 'origin_SW/staging' into wallets_refactor
# Conflicts:
#	pubspec.lock
2023-09-20 15:07:09 -06:00
sneurlax
cd00e9f8fd build monero by default
even if it isn't used
2023-09-20 13:39:45 -05:00
julian
1781774d45 script error wording 2023-09-20 10:32:07 -06:00
julian
f98d2e405b rust version change for epiccash building 2023-09-20 10:19:21 -06:00
julian
c2489cdd68 remove tor build scripts 2023-09-20 09:16:35 -06:00
julian
adfe3e181e WIP restructure w/moving from hive to isar for wallets and using coinlib 2023-09-14 17:58:17 -06:00
sneurlax
0ce108aa34 use cypherstack/tor, a Foundation-Devices/tor fork
use main
2023-09-04 20:13:05 -05:00
sneurlax
662602bd2b use flutter_libarti main
now even newer and better
2023-09-01 17:46:42 -05:00
sneurlax
256db85472 use socks socket if useTor in ElectrumX and JsonRPC, 2023-08-15 22:56:41 -05:00
sneurlax
f2af2b10bd Revert "Merge branch 'tor' into tor-presocks"
This reverts commit 75750e2bd1.
2023-08-15 22:10:41 -05:00
julian
de4d6952b7 fix build all script for linux 2023-08-14 12:14:53 -06:00
julian
18e1a10ba1 Merge remote-tracking branch 'origin_SW/staging' into tor
# Conflicts:
#	pubspec.lock
2023-08-07 09:19:14 -06:00
julian-CStack
aec991600d add macos build script 2023-07-17 09:36:16 -06:00
Josh Babb
a71815ede7 Merge remote-tracking branch 'origin/staging' into tor 2023-07-12 16:50:55 -05:00
julian
bfc56299d7 single path build instructions 2023-07-05 11:12:44 -06:00
sneurlax
5fd95a0661 flutter 3.7.12->3.10.0, run prebuild.sh, build the plugins
3.10.0->3.10.3
2023-07-03 10:59:34 -05:00
julian
a353ab341a Merge remote-tracking branch 'origin_SW/staging' into flutter_upgrade
# Conflicts:
#	crypto_plugins/flutter_libmonero
2023-06-05 16:26:28 -06:00