This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Description
Decide on a gas pricing strategy for Ethermint (i.e. how much gas does each operation cost). There are two obvious choices:
- Use SDK's pricing strategy
- Use Ethereum's pricing strategy
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.