merged master

This commit is contained in:
Sunny Aggarwal
2021-04-06 20:18:20 -04:00
23 changed files with 7459 additions and 78 deletions
+2 -1
View File
@@ -11,12 +11,13 @@ import (
yaml "gopkg.in/yaml.v2"
"github.com/hashicorp/golang-lru/simplelru"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/internal/conv"
"github.com/cosmos/cosmos-sdk/types/address"
"github.com/cosmos/cosmos-sdk/types/bech32"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/hashicorp/golang-lru/simplelru"
)
const (
+2 -1
View File
@@ -6,8 +6,9 @@ import (
"testing"
"time"
"github.com/cosmos/cosmos-sdk/types"
"github.com/stretchr/testify/require"
"github.com/cosmos/cosmos-sdk/types"
)
// generates AccAddress with `prefix` and calls String method