laconicd-deprecated/x/feemarket/keeper
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
..
abci_test.go feemarket: unit tests EIP1559 (#758) 2021-11-19 16:22:25 +00:00
abci.go feemarket: update base fee in BeginBlock (#822) 2021-12-15 02:10:52 +00:00
eip1559_test.go feemarket: change basefee to be a module param (#943) 2022-02-23 19:48:44 +01:00
eip1559.go fix: update BaseFee JSON-RPC (#1059) 2022-04-26 14:24:32 +00:00
grpc_query_test.go fix: default base fee state in genesis (#919) 2022-01-26 11:36:07 +01:00
grpc_query.go rpc: geth v1.10.9 changes (#624) 2021-10-06 11:22:32 +00:00
integration_test.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
keeper_test.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
keeper.go feemarket: change basefee to be a module param (#943) 2022-02-23 19:48:44 +01:00
migrations_test.go imp: migrate JSON for feemarket (#1021) 2022-03-30 19:10:54 +02:00
migrations.go feemarket: global MinGasPrice parameter (#1104) 2022-05-31 18:28:46 +02:00
params_test.go feemarket: unit tests EIP1559 (#758) 2021-11-19 16:22:25 +00:00
params.go feemarket: change basefee to be a module param (#943) 2022-02-23 19:48:44 +01:00