feat: add autocli app wiring + remote info support (#13281)

This commit is contained in:
Aaron Craelius
2022-11-01 21:34:59 +00:00
committed by GitHub
parent e0a9500cf7
commit b9e65b6d41
21 changed files with 429 additions and 8 deletions
+2 -1
View File
@@ -9,6 +9,8 @@ import (
"cosmossdk.io/math"
"github.com/spf13/pflag"
"github.com/cosmos/go-bip39"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/crypto/keyring"
@@ -17,7 +19,6 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/tx"
"github.com/cosmos/cosmos-sdk/types/tx/signing"
"github.com/cosmos/go-bip39"
)
// Factory defines a client transaction factory that facilitates generating and
+1
View File
@@ -10,6 +10,7 @@ import (
"google.golang.org/grpc"
"cosmossdk.io/depinject"
"github.com/cosmos/cosmos-sdk/client"
clienttestutil "github.com/cosmos/cosmos-sdk/client/testutil"
"github.com/cosmos/cosmos-sdk/client/tx"