xiangjianmeng

Results 7 issues of xiangjianmeng

__System info:__ 1. The anteHandler of cosmos simulation app uses`DefaultSigVerificationGasConsumer` which supports PubkeyMultisigThreshhold. But why the ethermint uses customized `sigGasConsumer` which does not support PubkeyMultisigThreshhold. ![image](https://user-images.githubusercontent.com/18412271/104150529-0d5a4c00-5415-11eb-921c-86da6969ee17.png) ![image](https://user-images.githubusercontent.com/18412271/104150197-139bf880-5414-11eb-89cd-74b745e9c1f6.png) __Steps to reproduce:__...

Type: Enhancement
Type: User Reported

**Describe the bug** Keplr wallet integrate the totor.us to support importing account through sign in with google. I learn abount that totor.us protects user's private by spliting it to 3...

bug

## go-sdk supports ethereum client interfaces as follows: ``` client.BalanceAt(ctx, account, blockNumber) client.TransactionReceipt(ctx, txHash) client.ChainID(ctx) client.SendTransaction(ctx, tx) client.PendingNonceAt(ctx, account) client.NonceAt(ctx, account, blockNumber) client.PendingCodeAt(ctx, account) client.CodeAt(ctx, account, blockNumber) client.EstimateGas(ctx, call) client.SuggestGasPrice(ctx)...