You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Where does the gas that is spent on a transaction go? After doing some simple tests of transferring ether from on account to another, the gas is correctly deducted from the sending account, but I can't figure out which account that goes to.
I would have thought that it would be a validator?
So, I created a miner reward strategy, specifying an account to receive the reward, but that only seems to reward the specified account with 5 ETH for every new block created.
Is this something that still needs to be developed or is there something I need to configure?
The text was updated successfully, but these errors were encountered:
zramsay
changed the title
Where does the gas go?
document where the gas goes
Feb 8, 2018
* add some unit tests for estimateGas
Also add some test environment setup, Closescosmos#323
test estimateGas of erc20 token transfer
fix failed test case
the trick is to keep a clean transient store, by doing a commit
put artifacts to external file
* fix test failure
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using Ethermint 0.4.0.
Where does the gas that is spent on a transaction go? After doing some simple tests of transferring ether from on account to another, the gas is correctly deducted from the sending account, but I can't figure out which account that goes to.
I would have thought that it would be a validator?
So, I created a miner reward strategy, specifying an account to receive the reward, but that only seems to reward the specified account with 5 ETH for every new block created.
Is this something that still needs to be developed or is there something I need to configure?
The text was updated successfully, but these errors were encountered: