feat: Update Cosmos SDK to CometBFT v2 (#24837)

Co-authored-by: aljo242 <alex@interchainlabs.io>
This commit is contained in:
Zachary Becker
2025-06-04 17:34:20 +00:00
committed by GitHub
co-authored by aljo242
parent b78a6c660e
commit fd170b5140
341 changed files with 9024 additions and 7892 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"testing"
"time"
cmtproto "github.com/cometbft/cometbft/api/cometbft/types/v1"
cmttime "github.com/cometbft/cometbft/types/time"
cmtproto "github.com/cometbft/cometbft/api/cometbft/types/v2"
cmttime "github.com/cometbft/cometbft/v2/types/time"
"github.com/stretchr/testify/suite"
"cosmossdk.io/core/address"