use cypherstack/tor, a Foundation-Devices/tor fork

use main
This commit is contained in:
sneurlax 2023-09-04 20:13:05 -05:00
parent 662602bd2b
commit 0ce108aa34
8 changed files with 10 additions and 10 deletions

6
.gitmodules vendored
View file

@ -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

@ -0,0 +1 @@
Subproject commit 76c2c70a4c3601cab5fad4faaa1705374df0dd59

View file

@ -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';

View file

@ -15,7 +15,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
flutter_libarti
tor
)
set(PLUGIN_BUNDLED_LIBRARIES)

View file

@ -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

View file

@ -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"

View file

@ -16,7 +16,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
flutter_libarti
tor
)
set(PLUGIN_BUNDLED_LIBRARIES)