From 719b8fb46c66c6c25dfac1cfd1de81ca2ed6d4ae Mon Sep 17 00:00:00 2001 From: sneurlax Date: Sat, 30 Sep 2023 14:18:17 -0500 Subject: [PATCH 1/3] use socks_socket submodule in fusiondart submodule yo dawg... --- fusiondart | 2 +- pubspec.lock | 7 +++++++ pubspec.yaml | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fusiondart b/fusiondart index aa285589b..3107687d5 160000 --- a/fusiondart +++ b/fusiondart @@ -1 +1 @@ -Subproject commit aa285589bd723505d21c4f273ed726566d57920c +Subproject commit 3107687d58c2708684c897407464e2e54db9fa01 diff --git a/pubspec.lock b/pubspec.lock index 2eb24b075..9784e954a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1482,6 +1482,13 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.3+dev.3" + socks_socket: + dependency: "direct main" + description: + path: "fusiondart/socks_socket" + relative: true + source: path + version: "0.1.0" source_gen: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f29d94e43..927e056ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -146,6 +146,8 @@ dependencies: stellar_flutter_sdk: ^1.5.3 fusiondart: path: ./fusiondart + socks_socket: + path: ./fusiondart/socks_socket bip340: ^0.2.0 tezart: ^2.0.5 socks5_proxy: ^1.0.3+dev.3 From b39ffdf5ef393c19f965ef012978926d1ceaacfb Mon Sep 17 00:00:00 2001 From: sneurlax Date: Sat, 30 Sep 2023 14:59:02 -0500 Subject: [PATCH 2/3] status update and debug prints --- fusiondart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fusiondart b/fusiondart index 3107687d5..448451d77 160000 --- a/fusiondart +++ b/fusiondart @@ -1 +1 @@ -Subproject commit 3107687d58c2708684c897407464e2e54db9fa01 +Subproject commit 448451d77c326f9711fdd81f53986ca829fc8943 From 10e668ce7bbced8d39e6068c032d558a08692b5f Mon Sep 17 00:00:00 2001 From: sneurlax Date: Mon, 2 Oct 2023 15:04:08 -0500 Subject: [PATCH 3/3] use socks_socket#master --- fusiondart | 2 +- pubspec.lock | 8 +++++--- pubspec.yaml | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/fusiondart b/fusiondart index 448451d77..97d4b9b6d 160000 --- a/fusiondart +++ b/fusiondart @@ -1 +1 @@ -Subproject commit 448451d77c326f9711fdd81f53986ca829fc8943 +Subproject commit 97d4b9b6d8a79a965324a55b5001dfe1f54b2a1f diff --git a/pubspec.lock b/pubspec.lock index 9784e954a..ed5f1543a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1485,9 +1485,11 @@ packages: socks_socket: dependency: "direct main" description: - path: "fusiondart/socks_socket" - relative: true - source: path + path: "." + ref: master + resolved-ref: ac6d721fe655208a6d488a088a35bab0ddc25702 + url: "https://github.com/cypherstack/socks_socket.git" + source: git version: "0.1.0" source_gen: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 927e056ec..5e5c63d6c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -147,7 +147,9 @@ dependencies: fusiondart: path: ./fusiondart socks_socket: - path: ./fusiondart/socks_socket + git: + url: https://github.com/cypherstack/socks_socket.git + ref: master bip340: ^0.2.0 tezart: ^2.0.5 socks5_proxy: ^1.0.3+dev.3