From b78c9de6cf88d7a7f27fc23646048064b58c55c5 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Mon, 4 May 2026 14:25:22 -0500 Subject: [PATCH] chore: update bitcoindart ref to main --- pubspec.lock | 6 +++--- scripts/app_config/templates/pubspec.template.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 9f4b4df5f0..970c6d5f60 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -114,8 +114,8 @@ packages: dependency: "direct main" description: path: "." - ref: b02aaf6c6b40fd5a6b3d77f875324717103f2019 - resolved-ref: b02aaf6c6b40fd5a6b3d77f875324717103f2019 + ref: ea33b1f5d6a701791359a2e180f73866dc667732 + resolved-ref: ea33b1f5d6a701791359a2e180f73866dc667732 url: "https://github.com/cypherstack/bitcoindart.git" source: git version: "3.0.2" @@ -742,7 +742,7 @@ packages: source: hosted version: "0.0.6" dart_style: - dependency: "direct overridden" + dependency: transitive description: name: dart_style sha256: a9c30492da18ff84efe2422ba2d319a89942d93e58eb0b73d32abe822ef54b7b diff --git a/scripts/app_config/templates/pubspec.template.yaml b/scripts/app_config/templates/pubspec.template.yaml index 535d7f5598..140001fe09 100644 --- a/scripts/app_config/templates/pubspec.template.yaml +++ b/scripts/app_config/templates/pubspec.template.yaml @@ -95,7 +95,7 @@ dependencies: bitcoindart: git: url: https://github.com/cypherstack/bitcoindart.git - ref: b02aaf6c6b40fd5a6b3d77f875324717103f2019 + ref: ea33b1f5d6a701791359a2e180f73866dc667732 stack_wallet_backup: git: @@ -329,7 +329,7 @@ dependency_overrides: bitcoindart: git: url: https://github.com/cypherstack/bitcoindart.git - ref: b02aaf6c6b40fd5a6b3d77f875324717103f2019 + ref: ea33b1f5d6a701791359a2e180f73866dc667732 # required for dart 3, at least until a fix is merged upstream wakelock_windows: