Skip to content

Commit ae952de

Browse files
amaury1093blushiAlessio Tregliamergify[bot]
authored
Prefer sending tx_bytes to Simulate gRPC endpoint (cosmos#8926)
* First run * Remove dead code * Make test pass * Proto gen * Fix lint * Add changelog * Fix tests * Fix test * Update x/auth/tx/service.go Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * Remove protoTxProvider * Add grpc-gateway test * Add comment * move to api breaking * lesser diff * remove conflict * empty commit to rerun CI * empty commit to rerun CI Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: Alessio Treglia <alessio@tendermint.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 3e29e98 commit ae952de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

simd/cmd/root.go

-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import (
2525
"github.com/cosmos/cosmos-sdk/snapshots"
2626
"github.com/cosmos/cosmos-sdk/store"
2727
sdk "github.com/cosmos/cosmos-sdk/types"
28-
authclient "github.com/cosmos/cosmos-sdk/x/auth/client"
2928
authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli"
3029
"github.com/cosmos/cosmos-sdk/x/auth/types"
3130
vestingcli "github.com/cosmos/cosmos-sdk/x/auth/vesting/client/cli"
@@ -66,8 +65,6 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
6665
}
6766

6867
func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
69-
authclient.Codec = encodingConfig.Marshaler
70-
7168
rootCmd.AddCommand(
7269
genutilcli.InitCmd(simapp.ModuleBasics, simapp.DefaultNodeHome),
7370
genutilcli.CollectGenTxsCmd(banktypes.GenesisBalancesIterator{}, simapp.DefaultNodeHome),

0 commit comments

Comments
 (0)