From 9f7e362beb6412e2d97e62adf96f55579e027219 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 27 Jun 2024 15:54:44 -0500 Subject: [PATCH] bump solana to 1.122.1 --- pubspec.lock | 8 ++++---- scripts/app_config/templates/pubspec.template | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 47107034f..89df2027d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1588,8 +1588,8 @@ packages: dependency: "direct main" description: path: "packages/solana" - ref: a83e375678eb22fe544dc125d29bbec0fb833882 - resolved-ref: a83e375678eb22fe544dc125d29bbec0fb833882 + ref: "706be5f166d31736c443cca4cd311b7fcfc2a9bf" + resolved-ref: "706be5f166d31736c443cca4cd311b7fcfc2a9bf" url: "https://github.com/cypherstack/espresso-cash-public.git" source: git version: "0.30.4" @@ -1807,8 +1807,8 @@ packages: dependency: "direct main" description: path: "." - ref: f1d02f7ad489df3119a540a7f31485db6d837843 - resolved-ref: f1d02f7ad489df3119a540a7f31485db6d837843 + ref: "647cadc3c82c276dc07915b02d24538fd610f220" + resolved-ref: "647cadc3c82c276dc07915b02d24538fd610f220" url: "https://github.com/cypherstack/tor.git" source: git version: "0.0.1" diff --git a/scripts/app_config/templates/pubspec.template b/scripts/app_config/templates/pubspec.template index e7eb439f7..942ab80a6 100644 --- a/scripts/app_config/templates/pubspec.template +++ b/scripts/app_config/templates/pubspec.template @@ -180,7 +180,7 @@ dependencies: solana: git: # TODO [prio=low]: Revert to official package once Tor support is merged upstream. url: https://github.com/cypherstack/espresso-cash-public.git - ref: a83e375678eb22fe544dc125d29bbec0fb833882 + ref: 706be5f166d31736c443cca4cd311b7fcfc2a9bf path: packages/solana calendar_date_picker2: ^1.0.2 sqlite3: ^2.4.3