From 16b036e86c73687e1b75c1bd39688802f7c047c1 Mon Sep 17 00:00:00 2001 From: mulan xia Date: Fri, 20 Sep 2024 11:07:37 -0400 Subject: [PATCH 1/2] fix --- .../state/v2/supervisor/ConnectionsSupervisor.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commonMain/kotlin/exchange.dydx.abacus/state/v2/supervisor/ConnectionsSupervisor.kt b/src/commonMain/kotlin/exchange.dydx.abacus/state/v2/supervisor/ConnectionsSupervisor.kt index 430e78fef..32166284b 100644 --- a/src/commonMain/kotlin/exchange.dydx.abacus/state/v2/supervisor/ConnectionsSupervisor.kt +++ b/src/commonMain/kotlin/exchange.dydx.abacus/state/v2/supervisor/ConnectionsSupervisor.kt @@ -391,7 +391,6 @@ internal class ConnectionsSupervisor( val timer = helper.ioImplementations.timer ?: CoroutineTimer.instance chainTimer = timer.schedule(serverPollingDuration, null) { if (readyToConnect) { - validatorUrl = null bestEffortConnectChain() } false From 077208b54b9a2b73ebfd011cf04aff7eea86d730 Mon Sep 17 00:00:00 2001 From: mulan xia Date: Fri, 20 Sep 2024 11:07:55 -0400 Subject: [PATCH 2/2] bump v --- build.gradle.kts | 2 +- v4_abacus.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4fb39184d..783150911 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ allprojects { } group = "exchange.dydx.abacus" -version = "1.11.13" +version = "1.11.14" repositories { google() diff --git a/v4_abacus.podspec b/v4_abacus.podspec index 7c5b99946..fdffb2e79 100644 --- a/v4_abacus.podspec +++ b/v4_abacus.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'v4_abacus' - spec.version = '1.11.13' + spec.version = '1.11.14' spec.homepage = 'https://github.com/dydxprotocol/v4-abacus' spec.source = { :http=> ''} spec.authors = ''