refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
cmt "github.com/cometbft/cometbft/proto/tendermint/types"
|
||||
cmt "github.com/cometbft/cometbft/api/cometbft/types/v1"
|
||||
coretypes "github.com/cometbft/cometbft/rpc/core/types"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/client"
|
||||
|
||||
@@ -95,7 +95,7 @@ func (s *IntegrationTestSuite) TestQueryABCIHeight() {
|
||||
clientCtx := val.GetClientCtx()
|
||||
clientCtx = clientCtx.WithHeight(tc.ctxHeight)
|
||||
|
||||
req := abci.RequestQuery{
|
||||
req := abci.QueryRequest{
|
||||
Path: "store/bank/key",
|
||||
Height: tc.reqHeight,
|
||||
Data: address.MustLengthPrefix(val.GetAddress()),
|
||||
|
||||
+1
-1
@@ -119,7 +119,7 @@ $ %[1]sd tx [flags] | %[1]sd q wait-tx
|
||||
return err
|
||||
}
|
||||
|
||||
c, err := rpchttp.New(clientCtx.NodeURI, "/websocket")
|
||||
c, err := rpchttp.New(clientCtx.NodeURI)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user