Skip to content

Commit 184a013

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix_signer
2 parents d6abbbe + b239590 commit 184a013

File tree

50 files changed

+153
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+153
-199
lines changed

client/v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/cockroachdb/pebble v1.1.0 // indirect
4848
github.com/cockroachdb/redact v1.1.5 // indirect
4949
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
50-
github.com/cometbft/cometbft v0.38.5 // indirect
50+
github.com/cometbft/cometbft v0.38.6 // indirect
5151
github.com/cometbft/cometbft-db v0.8.0 // indirect
5252
github.com/cosmos/btcutil v1.0.5 // indirect
5353
github.com/cosmos/cosmos-db v1.0.2 // indirect

client/v2/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZ
124124
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo=
125125
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
126126
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
127-
github.com/cometbft/cometbft v0.38.5 h1:4lOcK5VTPrfbLOhNHmPYe6c7eDXHtBdMCQuKbAfFJdU=
128-
github.com/cometbft/cometbft v0.38.5/go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg=
127+
github.com/cometbft/cometbft v0.38.6 h1:QSgpCzrGWJ2KUq1qpw+FCfASRpE27T6LQbfEHscdyOk=
128+
github.com/cometbft/cometbft v0.38.6/go.mod h1:8rSPxzUJYquCN8uuBgbUHOMg2KAwvr7CyUw+6ukO4nw=
129129
github.com/cometbft/cometbft-db v0.8.0 h1:vUMDaH3ApkX8m0KZvOFFy9b5DZHBAjsnEuo9AKVZpjo=
130130
github.com/cometbft/cometbft-db v0.8.0/go.mod h1:6ASCP4pfhmrCBpfk01/9E1SI29nD3HfVHrY4PG8x5c0=
131131
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=

core/event/service.go

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,12 @@ type Service interface {
1818
type Manager interface {
1919
// Emit emits events represented as a protobuf message (as described in ADR 032).
2020
//
21-
// Callers SHOULD assume that these events may be included in consensus. These events
22-
// MUST be emitted deterministically and adding, removing or changing these events SHOULD
23-
// be considered state-machine breaking.
21+
// Callers SHOULD assume that these events will not be included in consensus.
2422
Emit(event protoiface.MessageV1) error
2523

2624
// EmitKV emits an event based on an event and kv-pair attributes.
2725
//
2826
// These events will not be part of consensus and adding, removing or changing these events is
2927
// not a state-machine breaking change.
3028
EmitKV(eventType string, attrs ...Attribute) error
31-
32-
// EmitNonConsensus emits events represented as a protobuf message (as described in ADR 032), without
33-
// including it in blockchain consensus.
34-
//
35-
// These events will not be part of consensus and adding, removing or changing events is
36-
// not a state-machine breaking change.
37-
EmitNonConsensus(event protoiface.MessageV1) error
3829
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/99designs/keyring v1.2.2
1919
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816
2020
github.com/cockroachdb/errors v1.11.1
21-
github.com/cometbft/cometbft v0.38.5
21+
github.com/cometbft/cometbft v0.38.6
2222
github.com/cosmos/btcutil v1.0.5
2323
github.com/cosmos/cosmos-db v1.0.2
2424
github.com/cosmos/cosmos-proto v1.0.0-beta.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZ
121121
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo=
122122
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
123123
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
124-
github.com/cometbft/cometbft v0.38.5 h1:4lOcK5VTPrfbLOhNHmPYe6c7eDXHtBdMCQuKbAfFJdU=
125-
github.com/cometbft/cometbft v0.38.5/go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg=
124+
github.com/cometbft/cometbft v0.38.6 h1:QSgpCzrGWJ2KUq1qpw+FCfASRpE27T6LQbfEHscdyOk=
125+
github.com/cometbft/cometbft v0.38.6/go.mod h1:8rSPxzUJYquCN8uuBgbUHOMg2KAwvr7CyUw+6ukO4nw=
126126
github.com/cometbft/cometbft-db v0.8.0 h1:vUMDaH3ApkX8m0KZvOFFy9b5DZHBAjsnEuo9AKVZpjo=
127127
github.com/cometbft/cometbft-db v0.8.0/go.mod h1:6ASCP4pfhmrCBpfk01/9E1SI29nD3HfVHrY4PG8x5c0=
128128
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=

runtime/events.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,3 @@ func (e Events) EmitKV(eventType string, attrs ...event.Attribute) error {
4949
e.EventManagerI.EmitEvents(sdk.Events{sdk.NewEvent(eventType, attributes...)})
5050
return nil
5151
}
52-
53-
// EmitNonConsensus emits an typed event that is defined in the protobuf file.
54-
// In the future these events will be added to consensus.
55-
func (e Events) EmitNonConsensus(event protoiface.MessageV1) error {
56-
return e.EventManagerI.EmitTypedEvent(event)
57-
}

simapp/go.mod

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,25 @@ require (
1212
cosmossdk.io/math v1.3.0
1313
cosmossdk.io/store v1.0.2
1414
cosmossdk.io/tools/confix v0.0.0-20230613133644-0a778132a60f
15+
cosmossdk.io/x/accounts v0.0.0-20240226161501-23359a0b6d91
16+
cosmossdk.io/x/accounts/lockup v0.0.0-00010101000000-000000000000
17+
cosmossdk.io/x/auth v0.0.0-20240226161501-23359a0b6d91
18+
cosmossdk.io/x/authz v0.0.0-00010101000000-000000000000
19+
cosmossdk.io/x/bank v0.0.0-20240226161501-23359a0b6d91
1520
cosmossdk.io/x/circuit v0.0.0-20230613133644-0a778132a60f
21+
cosmossdk.io/x/distribution v0.0.0-20240227221813-a248d05f70f4
1622
cosmossdk.io/x/evidence v0.0.0-20230613133644-0a778132a60f
1723
cosmossdk.io/x/feegrant v0.0.0-20230613133644-0a778132a60f
24+
cosmossdk.io/x/gov v0.0.0-20231113122742-912390d5fc4a
25+
cosmossdk.io/x/group v0.0.0-00010101000000-000000000000
26+
cosmossdk.io/x/mint v0.0.0-00010101000000-000000000000
1827
cosmossdk.io/x/nft v0.0.0-20230613133644-0a778132a60f
1928
cosmossdk.io/x/protocolpool v0.0.0-20230925135524-a1bc045b3190
29+
cosmossdk.io/x/slashing v0.0.0-00010101000000-000000000000
30+
cosmossdk.io/x/staking v0.0.0-20240226161501-23359a0b6d91
2031
cosmossdk.io/x/tx v0.13.1
2132
cosmossdk.io/x/upgrade v0.0.0-20230613133644-0a778132a60f
22-
github.com/cometbft/cometbft v0.38.5
33+
github.com/cometbft/cometbft v0.38.6
2334
github.com/cosmos/cosmos-db v1.0.2
2435
// this version is not used as it is always replaced by the latest Cosmos SDK version
2536
github.com/cosmos/cosmos-sdk v0.51.0
@@ -33,21 +44,6 @@ require (
3344
google.golang.org/protobuf v1.33.0
3445
)
3546

36-
require cosmossdk.io/x/accounts v0.0.0-20240226161501-23359a0b6d91
37-
38-
require (
39-
cosmossdk.io/x/accounts/lockup v0.0.0-00010101000000-000000000000
40-
cosmossdk.io/x/auth v0.0.0-20240226161501-23359a0b6d91
41-
cosmossdk.io/x/authz v0.0.0-00010101000000-000000000000
42-
cosmossdk.io/x/bank v0.0.0-20240226161501-23359a0b6d91
43-
cosmossdk.io/x/distribution v0.0.0-20240227221813-a248d05f70f4
44-
cosmossdk.io/x/gov v0.0.0-20231113122742-912390d5fc4a
45-
cosmossdk.io/x/group v0.0.0-00010101000000-000000000000
46-
cosmossdk.io/x/mint v0.0.0-00010101000000-000000000000
47-
cosmossdk.io/x/slashing v0.0.0-00010101000000-000000000000
48-
cosmossdk.io/x/staking v0.0.0-20240226161501-23359a0b6d91
49-
)
50-
5147
require (
5248
buf.build/gen/go/cosmos/gogo-proto/protocolbuffers/go v1.32.0-20240130113600-88ef6483f90f.1 // indirect
5349
buf.build/gen/go/tendermint/tendermint/protocolbuffers/go v1.32.0-20231117195010-33ed361a9051.1 // indirect

simapp/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZ
325325
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo=
326326
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
327327
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
328-
github.com/cometbft/cometbft v0.38.5 h1:4lOcK5VTPrfbLOhNHmPYe6c7eDXHtBdMCQuKbAfFJdU=
329-
github.com/cometbft/cometbft v0.38.5/go.mod h1:0tqKin+KQs8zDwzYD8rPHzSBIDNPuB4NrwwGDNb/hUg=
328+
github.com/cometbft/cometbft v0.38.6 h1:QSgpCzrGWJ2KUq1qpw+FCfASRpE27T6LQbfEHscdyOk=
329+
github.com/cometbft/cometbft v0.38.6/go.mod h1:8rSPxzUJYquCN8uuBgbUHOMg2KAwvr7CyUw+6ukO4nw=
330330
github.com/cometbft/cometbft-db v0.11.0 h1:M3Lscmpogx5NTbb1EGyGDaFRdsoLWrUWimFEyf7jej8=
331331
github.com/cometbft/cometbft-db v0.11.0/go.mod h1:GDPJAC/iFHNjmZZPN8V8C1yr/eyityhi2W1hz2MGKSc=
332332
github.com/containerd/continuity v0.3.0 h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=

simapp/gomod2nix.toml

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema = 3
22

33
[mod]
44
[mod."buf.build/gen/go/cosmos/gogo-proto/protocolbuffers/go"]
5-
version = "v1.32.0-20230509103710-5e5b9fdd0180.1"
5+
version = "v1.32.0-20240130113600-88ef6483f90f.1"
66
hash = "sha256-+BS0SWZDFyUHohKwCt2pN3ybSR8NZ8DcfqZxhcJn4ho="
77
[mod."buf.build/gen/go/tendermint/tendermint/protocolbuffers/go"]
88
version = "v1.32.0-20231117195010-33ed361a9051.1"
@@ -22,9 +22,6 @@ schema = 3
2222
[mod."cloud.google.com/go/storage"]
2323
version = "v1.36.0"
2424
hash = "sha256-dRKH1NEyAfEpVo5Mma677L7z0JO9Mfd1bv1lr1uFngI="
25-
[mod."cosmossdk.io/collections"]
26-
version = "v0.4.0"
27-
hash = "sha256-minFyzgO/D+Oda4E3B1qvOAN5qd65SjS6nmjca4cp/8="
2825
[mod."cosmossdk.io/errors"]
2926
version = "v1.0.1"
3027
hash = "sha256-MgTocXkBzri9FKkNtkARJXPmxRrRO/diQJS5ZzvYrJY="
@@ -81,8 +78,8 @@ schema = 3
8178
version = "v2.3.2"
8279
hash = "sha256-natWs+yIAuD1UI07iZtjPilroQLfXizFn3lNOiOT83U="
8380
[mod."github.com/cenkalti/backoff/v4"]
84-
version = "v4.1.3"
85-
hash = "sha256-u6MEDopHoTWAZoVvvXOKnAg++xre53YgQx0gmf6t2KU="
81+
version = "v4.2.1"
82+
hash = "sha256-CKogmPe0pCcAdpztzPwr24rLTJZfq8QVZ9AUduwAcoA="
8683
[mod."github.com/cespare/xxhash"]
8784
version = "v1.1.0"
8885
hash = "sha256-nVDTtXH9PC3yJ0THaQZEN243UP9xgLi/clt5xRqj3+M="
@@ -111,11 +108,11 @@ schema = 3
111108
version = "v0.0.0-20230807174530-cc333fc44b06"
112109
hash = "sha256-yZdBXkTVzPxRYntI9I2Gu4gkI11m52Nwl8RNNdlXSrA="
113110
[mod."github.com/cometbft/cometbft"]
114-
version = "v0.38.5"
115-
hash = "sha256-F1NmnJxYCt3dTDS6Z/9zbCEUf2vjUdQs9mQiZEhxyj0="
111+
version = "v0.38.6"
112+
hash = "sha256-2boDIBhWeQM7c9mAKB23cJ7bHYGf1+Dl0QeFDtO8Usk="
116113
[mod."github.com/cometbft/cometbft-db"]
117-
version = "v0.9.1"
118-
hash = "sha256-ftRdle5ok2aCyqT3u5rYY0jKB8WT8uDus26Pw4Mo1go="
114+
version = "v0.11.0"
115+
hash = "sha256-qs3J+9ZW7gStN2W+5SQf/JSmgX5Q5kmIau1BLxze5iE="
119116
[mod."github.com/cosmos/btcutil"]
120117
version = "v1.0.5"
121118
hash = "sha256-t572Sr5iiHcuMKLMWa2i+LBAt192oa+G1oA371tG/eI="
@@ -150,8 +147,8 @@ schema = 3
150147
version = "v0.0.25"
151148
hash = "sha256-EW3K2z4sfCdgKTQsjTpHxV96xdnTbnggu1EF34BlTzk="
152149
[mod."github.com/danieljoos/wincred"]
153-
version = "v1.2.0"
154-
hash = "sha256-LHcvTJCc8++bFndbd8ZgMSTe4L5h2C4rN+cSWHCz54Y="
150+
version = "v1.2.1"
151+
hash = "sha256-hmJediHYMONMEvrRnMs88OXEp4SDt1Pmi8t8eOEk83o="
155152
[mod."github.com/davecgh/go-spew"]
156153
version = "v1.1.2-0.20180830191138-d8f796af33cc"
157154
hash = "sha256-fV9oI51xjHdOmEx6+dlq7Ku2Ag+m/bmbzPo6A4Y74qc="
@@ -180,8 +177,8 @@ schema = 3
180177
version = "v1.6.1"
181178
hash = "sha256-zOpoaepCfPLmU9iQji/Ait+SVEHI9eF3rwtW0h/8lho="
182179
[mod."github.com/fatih/color"]
183-
version = "v1.15.0"
184-
hash = "sha256-7b+scFVQeEUoXfeCDd8X2gS8GMoWA+HxjK8wfbypa5s="
180+
version = "v1.16.0"
181+
hash = "sha256-Aq/SM28aPJVzvapllQ64R/DM4aZ5CHPewcm/AUJPyJQ="
185182
[mod."github.com/felixge/httpsnoop"]
186183
version = "v1.0.4"
187184
hash = "sha256-c1JKoRSndwwOyOxq9ddCe+8qn7mG9uRq2o/822x5O/c="
@@ -258,8 +255,8 @@ schema = 3
258255
version = "v1.8.1"
259256
hash = "sha256-nDABvAhlYgxUW2N/brrep7NkQXoSGcHhA+XI4+tK0F0="
260257
[mod."github.com/gorilla/websocket"]
261-
version = "v1.5.0"
262-
hash = "sha256-EYVgkSEMo4HaVrsWKqnsYRp8SSS8gNf7t+Elva02Ofc="
258+
version = "v1.5.1"
259+
hash = "sha256-eHZ/U+eeE5tSgWc1jEDuBwtTRbXKP9fqP9zfW4Zw8T0="
263260
[mod."github.com/grpc-ecosystem/go-grpc-middleware"]
264261
version = "v1.4.0"
265262
hash = "sha256-0UymBjkg41C9MPqkBLz/ZY9WbimZrabpJk+8C/X63h8="
@@ -276,17 +273,17 @@ schema = 3
276273
version = "v1.7.3"
277274
hash = "sha256-z3zrjcOsgJrZkGLwaKVauq/MFAPtulXatV/RrkKNJv4="
278275
[mod."github.com/hashicorp/go-hclog"]
279-
version = "v1.5.0"
280-
hash = "sha256-u3Jqg7Qex11IZ7vbk4hRGgLy6e0cF70CCx7ERF0GUHo="
276+
version = "v1.6.2"
277+
hash = "sha256-cGlKyuctpU6Jd+L1ybCoJrBwnBlHXks4CQYkTQMCxDU="
281278
[mod."github.com/hashicorp/go-immutable-radix"]
282279
version = "v1.3.1"
283280
hash = "sha256-65+A2HiVfS/GV9G+6/TkXXjzXhI/V98e6RlJWjxy+mg="
284281
[mod."github.com/hashicorp/go-metrics"]
285282
version = "v0.5.3"
286283
hash = "sha256-5jQftEvEhL88yWeVnu+IZKzV5p9osZcgFmwP1zlrjzY="
287284
[mod."github.com/hashicorp/go-plugin"]
288-
version = "v1.5.2"
289-
hash = "sha256-bdBT9TyHUJkUogQZWj0waniVv/Qauy/iKEbegyK2HZA="
285+
version = "v1.6.0"
286+
hash = "sha256-NeY86Z+qJwt0NPV4cNmWDiTryDPSiyKMkS1ivRX9ThE="
290287
[mod."github.com/hashicorp/go-safetemp"]
291288
version = "v1.0.0"
292289
hash = "sha256-g5i9m7FSRInQzZ4iRpIsoUu685AY7fppUwjhuZCezT8="
@@ -420,8 +417,8 @@ schema = 3
420417
version = "v1.12.0"
421418
hash = "sha256-qvDNCe3l84/LgrA8X4O15e1FeDcazyX91m9LmXGXX6M="
422419
[mod."github.com/rs/cors"]
423-
version = "v1.8.3"
424-
hash = "sha256-VgVB4HKAhPSjNg96mIEUN1bt5ZQng8Fi3ZABy3CDWQE="
420+
version = "v1.10.1"
421+
hash = "sha256-um4INJM5/675MLK42npIsDbSQ1/Iy5ZiUNuAFReUfeM="
425422
[mod."github.com/rs/zerolog"]
426423
version = "v1.32.0"
427424
hash = "sha256-9dZjtsES+wLp1cFiSVMuEUbdeXVFcgT0dgg5ACZkILk="
@@ -484,8 +481,8 @@ schema = 3
484481
version = "v0.0.0-20230713102510-df83abbf9a02"
485482
hash = "sha256-pehQduoaJRLchebhgvMYacVvbuNIBA++XkiqCuqdato="
486483
[mod."go.etcd.io/bbolt"]
487-
version = "v1.3.8"
488-
hash = "sha256-ekKy8198B2GfPldHLYZnvNjID6x07dUPYKgFx84TgVs="
484+
version = "v1.3.9"
485+
hash = "sha256-98cKiMZcxl11laO3IiRHnhSgh7mEjl0iKlPxsSPdbww="
489486
[mod."go.opencensus.io"]
490487
version = "v0.24.0"
491488
hash = "sha256-4H+mGZgG2c9I1y0m8avF4qmt8LUKxxVsTqR8mKgP4yo="
@@ -547,11 +544,11 @@ schema = 3
547544
version = "v1.6.8"
548545
hash = "sha256-decMa0MiWfW/Bzr8QPPzzpeya0YWGHhZAt4Cr/bD1wQ="
549546
[mod."google.golang.org/genproto"]
550-
version = "v0.0.0-20240213162025-012b6fc9bca9"
551-
hash = "sha256-Xn9/mncRY7WS/O5TiFDMMtJLCAzc0JZNQ8z6yV8jnjY="
547+
version = "v0.0.0-20240221002015-b0ce06bbee7c"
548+
hash = "sha256-XxWl5Ejw/HOet2bm+hqiYj6ZzBCMq6qT6PhVHRsDazk="
552549
[mod."google.golang.org/genproto/googleapis/api"]
553-
version = "v0.0.0-20240205150955-31a09d347014"
554-
hash = "sha256-SgYAbD0iBY8XCp4c9PLpaS4TeKVBexTfTCyV0MUOu98="
550+
version = "v0.0.0-20240221002015-b0ce06bbee7c"
551+
hash = "sha256-H3d2ZhPJI9RH5EK9NsxUAFmT6tr2DgGV9SjZgqJ80r4="
555552
[mod."google.golang.org/genproto/googleapis/rpc"]
556553
version = "v0.0.0-20240221002015-b0ce06bbee7c"
557554
hash = "sha256-XF1eaB8Uwjuii1SVpiZABBhrpszJy5ujOtN+7qAAouM="
@@ -571,8 +568,8 @@ schema = 3
571568
version = "v3.5.1"
572569
hash = "sha256-ps2GEc3P2xvlrU4TCtXz+nLTxyP0RrF7SScz5jUqE5E="
573570
[mod."nhooyr.io/websocket"]
574-
version = "v1.8.6"
575-
hash = "sha256-DyaiCc/1iELrl6JSpz6WYMtFwUiSCOSoNF8IhSyP1ag="
571+
version = "v1.8.10"
572+
hash = "sha256-EsUWUFIA2uJTap1DfsYuSxlPMH3UHDpxEohJMalDOcI="
576573
[mod."pgregory.net/rapid"]
577574
version = "v1.1.0"
578575
hash = "sha256-sVQY9EQ9Y5blYyVYfaOa+y12e+399OqdHiEY3BaDnqo="

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
cosmossdk.io/x/protocolpool v0.0.0-20230925135524-a1bc045b3190
2121
cosmossdk.io/x/tx v0.13.1
2222
cosmossdk.io/x/upgrade v0.0.0-20230613133644-0a778132a60f
23-
github.com/cometbft/cometbft v0.38.5
23+
github.com/cometbft/cometbft v0.38.6
2424
github.com/cosmos/cosmos-db v1.0.2
2525
github.com/cosmos/cosmos-proto v1.0.0-beta.4
2626
// this version is not used as it is always replaced by the latest Cosmos SDK version

0 commit comments

Comments
 (0)