-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate_only doesn't respect gas #3430
Comments
This is why I opened this issue as I think it should be possible and the pubkey should not be requirement to do the simulation as for the sake of a simulation the pubkey could be any, am I wrong? |
The public key is needed because without it the estimated gas value will be essentially useless -- a bulk of the gas costs come from signature verification. You'll notice when you don't UPDATE: @faboweb Ok, I believe we can accomplish this by adding an empty array of |
Assigning this to myself as I already had the logic implemented. |
closing this. Please reopen if you can reproduce it |
Summary of Bug
Sending to
POST /bank/accounts/cosmos1am86ggjvxyesmgr9famzau5k7u8h43hnkyaet3/transfers
Returns
See the gas difference.
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: