-
Notifications
You must be signed in to change notification settings - Fork 189
Gas Pricing Strategy #473
Comments
Mind looping me in on the discussion as well? I'd like whatever we implement to be exposed via the usual Web3 RPC methods. |
For sure @mslipper |
Upon further thought, I think we should use Ethereums existing gas pricing, so all existing tooling and contracts "just work", and its not an annoying edge case thats a barrier to adoption. We can make a better pricing scheme after adoption (or make an easy way to alter the pricings) |
@ValarDragon yes, would love as much as your input as possible. But you hit the nail on the head:
This is our ultimate aim at release. |
…20 (cosmos#473) Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.19 to 1.9.20. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.9.19...v1.9.20) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Decide on a gas pricing strategy for Ethermint (i.e. how much gas does each operation cost). There are two obvious choices:
I think it makes sense to use Ethereum's pricing. We will probably use that anyway for the gas cost of each opcode during a smart contract call, so it makes sense to use it everywhere else as well.
The text was updated successfully, but these errors were encountered: