refactor!: migrate Cosmos SDK to CometBFT (#14897)

This commit is contained in:
Julien Robert
2023-02-05 14:51:33 +01:00
committed by GitHub
parent 6978710699
commit 41a3dfeced
391 changed files with 3405 additions and 2984 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
tmrand "github.com/tendermint/tendermint/libs/rand"
tmrand "github.com/cometbft/cometbft/libs/rand"
)
func randCompactBitArray(bits int) (*CompactBitArray, []byte) {
+1 -1
View File
@@ -1,8 +1,8 @@
package types
import (
tmcrypto "github.com/cometbft/cometbft/crypto"
proto "github.com/cosmos/gogoproto/proto"
tmcrypto "github.com/tendermint/tendermint/crypto"
)
// PubKey defines a public key and extends proto.Message.