laconicd-deprecated/app/ante
Loredana Cirstea 046cd00174
feemarket: global MinGasPrice parameter (#1104)
* Add min_gas_price to feemarket params

* Add MinGasPriceDecorators

* feemarket integration tests for MinGasPrice

* Restructure integration tests

* Simplify integration tests context

We use DeliverTx context to set up the app, otherwise not all settings are initialized.
We test CheckTx with `s.app.BaseApp.CheckTx(req)`, which uses the `CheckTx` mode and context.

* Update MinGasPrice spec in feemarket module

* reorder ethermint module order for initializing genesis

* feemarket migrations for adding MinGasPrice param

* update changelog

* Additional unit tests for MinGasPrice = 0, tx gas price > 0 (PR review)

https://github.com/tharsis/ethermint/pull/1104#discussion_r884991661

* Use 0 MinGasPrice for transaction simulations

* Fix duplicate registration of feemarket GenesisState and Params (PR review)

https://github.com/tharsis/ethermint/pull/1104#issuecomment-1141893712
2022-05-31 18:28:46 +02:00
..
ante_test.go ante: check EnableCreate/EnableCall in ante handler (#1060) 2022-05-03 19:51:02 +02:00
ante.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
doc.go ante: switch ethAnteHandler to use AnteDecorators (#252) 2020-04-17 18:32:01 -04:00
eip712.go ante: EIP712 support (#950) 2022-02-26 16:34:43 +00:00
eth_test.go remove unused bank keeper dependency from account verification decorator (#1074) 2022-05-02 16:48:40 +00:00
eth.go fix(rpc, ante): Emit Ethereum tx hash in AnteHandler to support query failed transactions (#1062) 2022-05-31 10:26:40 +00:00
fees_test.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
fees.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
handler_options.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
interfaces.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
reject_msgs.go ante: update ante handler internals (#866) 2022-01-02 23:44:46 +01:00
sigs_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
utils_test.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00