laconicd/app
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 feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
app_test.go feat: update chain-id format (#447) 2021-08-17 14:11:26 +00:00
app.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
benchmark_test.go all: add benchmarks to core components (#493) 2021-08-26 08:20:27 +00:00
export.go fix: gosec issues (#779) 2021-11-25 15:12:57 +00:00
simulation_test.go fix: simulations don't generate EVM transactions (#996) 2022-04-19 09:50:00 +00:00
utils_test.go imp, ci: address pending issues from EVM simulation (#1063) 2022-05-02 15:27:43 +02:00
utils.go imp, ci: address pending issues from EVM simulation (#1063) 2022-05-02 15:27:43 +02:00