mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +00:00
use cypherstack/tor, a Foundation-Devices/tor fork
use main
This commit is contained in:
parent
662602bd2b
commit
0ce108aa34
8 changed files with 10 additions and 10 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -7,6 +7,6 @@
|
|||
[submodule "crypto_plugins/flutter_liblelantus"]
|
||||
path = crypto_plugins/flutter_liblelantus
|
||||
url = https://github.com/cypherstack/flutter_liblelantus.git
|
||||
[submodule "crypto_plugins/flutter_libarti"]
|
||||
path = crypto_plugins/flutter_libarti
|
||||
url = https://github.com/cypherstack/flutter_libarti.git
|
||||
[submodule "crypto_plugins/tor"]
|
||||
path = crypto_plugins/tor
|
||||
url = https://github.com/cypherstack/tor.git
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 4c9ad30368ce48faad9e40c4d972df3f44877d4f
|
1
crypto_plugins/tor
Submodule
1
crypto_plugins/tor
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 76c2c70a4c3601cab5fad4faaa1705374df0dd59
|
|
@ -1,4 +1,4 @@
|
|||
import 'package:flutter_libarti/flutter_libarti.dart';
|
||||
import 'package:tor/tor.dart';
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:stackwallet/utilities/stack_file_system.dart';
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
|||
)
|
||||
|
||||
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||
flutter_libarti
|
||||
tor
|
||||
)
|
||||
|
||||
set(PLUGIN_BUNDLED_LIBRARIES)
|
||||
|
|
|
@ -57,8 +57,8 @@ dependencies:
|
|||
url: https://github.com/cypherstack/bip47.git
|
||||
ref: 081ca1863c2feba00c35bb5b297902f12f499941
|
||||
|
||||
flutter_libarti:
|
||||
path: ./crypto_plugins/flutter_libarti
|
||||
tor:
|
||||
path: ./crypto_plugins/tor
|
||||
|
||||
# Utility plugins
|
||||
http: ^0.13.0
|
||||
|
|
|
@ -9,7 +9,7 @@ mkdir -p build
|
|||
(cd ../../crypto_plugins/flutter_liblelantus/scripts/linux && ./build_all.sh ) &
|
||||
(cd ../../crypto_plugins/flutter_libepiccash/scripts/linux && ./build_all.sh ) &
|
||||
(cd ../../crypto_plugins/flutter_libmonero/scripts/linux && ./build_monero_all.sh && ./build_sharedfile.sh ) &
|
||||
(cd ../../crypto_plugins/flutter_libarti/scripts/linux && ./build_all.sh ) &
|
||||
(cd ../../crypto_plugins/tor/scripts/linux && ./build_all.sh ) &
|
||||
|
||||
wait
|
||||
echo "Done building"
|
||||
|
|
|
@ -16,7 +16,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
|
|||
)
|
||||
|
||||
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||
flutter_libarti
|
||||
tor
|
||||
)
|
||||
|
||||
set(PLUGIN_BUNDLED_LIBRARIES)
|
||||
|
|
Loading…
Reference in a new issue