From 70b2faa912460a75f2abb865c3cc58c471eeb675 Mon Sep 17 00:00:00 2001 From: dimiandre Date: Wed, 10 Apr 2024 09:48:31 +0200 Subject: [PATCH] use cometbft v0.37.2 on interchain test --- interchaintest/go.mod | 1 + interchaintest/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interchaintest/go.mod b/interchaintest/go.mod index 4fe95dede..b252dbdca 100644 --- a/interchaintest/go.mod +++ b/interchaintest/go.mod @@ -10,6 +10,7 @@ replace ( // For this nested module, you always want to replace the parent reference with the current worktree. github.com/CosmosContracts/juno/v22 v22.0.0-00010101000000-000000000000 => ../ github.com/btcsuite/btcd => github.com/btcsuite/btcd v0.22.2 //indirect + github.com/cometbft/cometbft => github.com/cometbft/cometbft v0.37.2 github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 github.com/vedhavyas/go-subkey => github.com/strangelove-ventures/go-subkey v1.0.7 ) diff --git a/interchaintest/go.sum b/interchaintest/go.sum index 6663dafe9..cc2faecac 100644 --- a/interchaintest/go.sum +++ b/interchaintest/go.sum @@ -341,8 +341,8 @@ github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZ github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= github.com/coinbase/rosetta-sdk-go/types v1.0.0 h1:jpVIwLcPoOeCR6o1tU+Xv7r5bMONNbHU7MuEHboiFuA= github.com/coinbase/rosetta-sdk-go/types v1.0.0/go.mod h1:eq7W2TMRH22GTW0N0beDnN931DW0/WOI1R2sdHNHG4c= -github.com/cometbft/cometbft v0.37.4 h1:xyvvEqlyfK8MgNIIKVJaMsuIp03wxOcFmVkT26+Ikpg= -github.com/cometbft/cometbft v0.37.4/go.mod h1:Cmg5Hp4sNpapm7j+x0xRyt2g0juQfmB752ous+pA0G8= +github.com/cometbft/cometbft v0.37.2 h1:XB0yyHGT0lwmJlFmM4+rsRnczPlHoAKFX6K8Zgc2/Jc= +github.com/cometbft/cometbft v0.37.2/go.mod h1:Y2MMMN//O5K4YKd8ze4r9jmk4Y7h0ajqILXbH5JQFVs= github.com/cometbft/cometbft-db v0.8.0 h1:vUMDaH3ApkX8m0KZvOFFy9b5DZHBAjsnEuo9AKVZpjo= github.com/cometbft/cometbft-db v0.8.0/go.mod h1:6ASCP4pfhmrCBpfk01/9E1SI29nD3HfVHrY4PG8x5c0= github.com/confio/ics23/go v0.9.0 h1:cWs+wdbS2KRPZezoaaj+qBleXgUk5WOQFMP3CQFGTr4=