Skip to content

Commit 90ea237

Browse files
committed
1) Lumera and SN SDK versions bumped to the latest
2) Fixed issue related to cosmos SDK update
1 parent 3e807a1 commit 90ea237

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

cascade/upload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"strings"
1111
"time"
1212

13+
_ "github.com/LumeraProtocol/lumera/config"
1314
actiontypes "github.com/LumeraProtocol/lumera/x/action/v1/types"
1415
"github.com/LumeraProtocol/sdk-go/blockchain"
1516
sdkEvent "github.com/LumeraProtocol/sdk-go/cascade/event"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ require (
1818
cosmossdk.io/math v1.5.3
1919

2020
// Lumera blockchain types (generated proto)
21-
github.com/LumeraProtocol/lumera v1.10.0
21+
github.com/LumeraProtocol/lumera v1.11.1
2222

2323
// SuperNode SDK for storage operations
24-
github.com/LumeraProtocol/supernode/v2 v2.4.27
24+
github.com/LumeraProtocol/supernode/v2 v2.4.71
2525
github.com/cometbft/cometbft v0.38.20
2626
github.com/cosmos/cosmos-sdk v0.53.5
2727
github.com/cosmos/go-bip39 v1.0.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50
109109
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 h1:ig/FpDD2JofP/NExKQUbn7uOSZzJAQqogfqluZK4ed4=
110110
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0/go.mod h1:otE2jQekW/PqXk1Awf5lmfokJx4uwuqcj1ab5SpGeW0=
111111
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
112-
github.com/LumeraProtocol/lumera v1.10.0 h1:IIuvqlFNUPoSkTJ3DoKDNHtr3E0+8GmE4CiNbgTzI2s=
113-
github.com/LumeraProtocol/lumera v1.10.0/go.mod h1:p2sZZG3bLzSBdaW883qjuU3DXXY4NJzTTwLywr8uI0w=
112+
github.com/LumeraProtocol/lumera v1.11.1 h1:4svXNVHaRDIJyRuQv8bG5m1/20ocqiGo576/p8/G1Sw=
113+
github.com/LumeraProtocol/lumera v1.11.1/go.mod h1:p2sZZG3bLzSBdaW883qjuU3DXXY4NJzTTwLywr8uI0w=
114114
github.com/LumeraProtocol/rq-go v0.2.1 h1:8B3UzRChLsGMmvZ+UVbJsJj6JZzL9P9iYxbdUwGsQI4=
115115
github.com/LumeraProtocol/rq-go v0.2.1/go.mod h1:APnKCZRh1Es2Vtrd2w4kCLgAyaL5Bqrkz/BURoRJ+O8=
116-
github.com/LumeraProtocol/supernode/v2 v2.4.27 h1:Bw2tpuA2uly8ajYT+Q5bKRWyUugPlKHV3S5oMQGGoF4=
117-
github.com/LumeraProtocol/supernode/v2 v2.4.27/go.mod h1:tTsXf0CV8OHAzVDQH/IGjHQ1fJtp0ABZmavkVCoYE4U=
116+
github.com/LumeraProtocol/supernode/v2 v2.4.71 h1:zP4Ag2HHVg8yvKMOOUxyj0MRXuWedKPICe+ckqx6jy4=
117+
github.com/LumeraProtocol/supernode/v2 v2.4.71/go.mod h1:GtQ/hpHPa4LWIyAsWb8GW+G2Bf6/vMFqloipTFAlqIc=
118118
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=
119119
github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
120120
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=

0 commit comments

Comments
 (0)