From 8ede69b1ca6eb79900a74b141d3440e5f2c19ecb Mon Sep 17 00:00:00 2001 From: Matee ullah Malik Date: Mon, 16 Jun 2025 17:03:13 +0500 Subject: [PATCH] update lumera to v1.5 --- go.mod | 2 +- go.sum | 4 ++-- tests/system/e2e_cascade_test.go | 2 -- tests/system/go.mod | 2 +- tests/system/go.sum | 4 ++-- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index e00885ec..7292b8e3 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ replace github.com/LumeraProtocol/supernode/supernode => ./supernode require ( cosmossdk.io/math v1.5.3 - github.com/LumeraProtocol/lumera v1.1.0 + github.com/LumeraProtocol/lumera v1.5.0 github.com/LumeraProtocol/rq-go v0.2.1 github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce github.com/cenkalti/backoff/v4 v4.3.0 diff --git a/go.sum b/go.sum index 0a885ae1..0d2e187a 100644 --- a/go.sum +++ b/go.sum @@ -61,8 +61,8 @@ github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3 github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ= github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= -github.com/LumeraProtocol/lumera v1.1.0 h1:pxosS4m9W/nWIjvCHU2itX2SvG7Q05K2/EdJ666yqyY= -github.com/LumeraProtocol/lumera v1.1.0/go.mod h1:c1M+sjewuCvxw+pznwlspUzenDJI8Y+suKB3RFKS2Wo= +github.com/LumeraProtocol/lumera v1.5.0 h1:LDPtd155PjG/LKk34x/3vhC9H+J9tHoxwrcwRMG6jzM= +github.com/LumeraProtocol/lumera v1.5.0/go.mod h1:c1M+sjewuCvxw+pznwlspUzenDJI8Y+suKB3RFKS2Wo= github.com/LumeraProtocol/rq-go v0.2.1 h1:8B3UzRChLsGMmvZ+UVbJsJj6JZzL9P9iYxbdUwGsQI4= github.com/LumeraProtocol/rq-go v0.2.1/go.mod h1:APnKCZRh1Es2Vtrd2w4kCLgAyaL5Bqrkz/BURoRJ+O8= github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= diff --git a/tests/system/e2e_cascade_test.go b/tests/system/e2e_cascade_test.go index 7b52b5c3..6538f444 100644 --- a/tests/system/e2e_cascade_test.go +++ b/tests/system/e2e_cascade_test.go @@ -99,9 +99,7 @@ func TestCascadeE2E(t *testing.T) { "tx", "supernode", "register-supernode", valAddr, // validator address "localhost:" + port, // IP address with unique port - "1.0.0", // version addr, // supernode account - p2pPort, // p2p port "--from", nodeKey, } diff --git a/tests/system/go.mod b/tests/system/go.mod index cc6de30f..58ee56c4 100644 --- a/tests/system/go.mod +++ b/tests/system/go.mod @@ -27,7 +27,7 @@ require ( require ( cosmossdk.io/math v1.5.3 - github.com/LumeraProtocol/lumera v1.1.0 + github.com/LumeraProtocol/lumera v1.5.0 github.com/LumeraProtocol/supernode v0.0.0-00010101000000-000000000000 github.com/cometbft/cometbft v0.38.17 github.com/tidwall/gjson v1.14.2 diff --git a/tests/system/go.sum b/tests/system/go.sum index a52293ef..395110bf 100644 --- a/tests/system/go.sum +++ b/tests/system/go.sum @@ -73,8 +73,8 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48 github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 h1:8nn+rsCvTq9axyEh382S0PFLBeaFwNsT43IrPWzctRU= github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1/go.mod h1:viRWSEhtMZqz1rhwmOVKkWl6SwmVowfL9O2YR5gI2PE= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= -github.com/LumeraProtocol/lumera v1.1.0 h1:pxosS4m9W/nWIjvCHU2itX2SvG7Q05K2/EdJ666yqyY= -github.com/LumeraProtocol/lumera v1.1.0/go.mod h1:c1M+sjewuCvxw+pznwlspUzenDJI8Y+suKB3RFKS2Wo= +github.com/LumeraProtocol/lumera v1.5.0 h1:LDPtd155PjG/LKk34x/3vhC9H+J9tHoxwrcwRMG6jzM= +github.com/LumeraProtocol/lumera v1.5.0/go.mod h1:c1M+sjewuCvxw+pznwlspUzenDJI8Y+suKB3RFKS2Wo= github.com/LumeraProtocol/rq-go v0.2.1 h1:8B3UzRChLsGMmvZ+UVbJsJj6JZzL9P9iYxbdUwGsQI4= github.com/LumeraProtocol/rq-go v0.2.1/go.mod h1:APnKCZRh1Es2Vtrd2w4kCLgAyaL5Bqrkz/BURoRJ+O8= github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=