cosmos-sdk/x/auth/ante
likhita-809 1815981b02
feat: deprecate x/params usage in x/auth (#12475)
* generate proto files

* wip

* wip: fix tests

* wip: add tests

* fix tests

* fix tests

* add changelog

* address review comments

* address review comments

* add err check for setparams

* updates

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2022-07-11 19:16:27 +02:00
..
ante_test.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
ante.go refactor: Revert middlewares to antehandler (part 2/2: posthandler) (#11985) 2022-05-23 10:32:38 +00:00
basic_test.go feat: decouple x/auth from simapp (#12360) 2022-06-29 09:53:59 +00:00
basic.go refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
expected_keepers.go refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
ext_test.go refactor: Revert middlewares to antehandler (part 2/2: posthandler) (#11985) 2022-05-23 10:32:38 +00:00
ext.go refactor: Revert middlewares to antehandler (part 2/2: posthandler) (#11985) 2022-05-23 10:32:38 +00:00
fee_test.go fix!: prevent 0 gas txs (#12416) 2022-07-04 05:22:38 +00:00
fee.go fix!: prevent 0 gas txs (#12416) 2022-07-04 05:22:38 +00:00
feegrant_test.go feat: decouple x/auth from simapp (#12360) 2022-06-29 09:53:59 +00:00
setup_test.go refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
setup.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
sigverify_benchmark_test.go refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
sigverify_test.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
sigverify.go chore: sdk.Int to math.Int (#12132) 2022-06-03 12:17:02 +00:00
testutil_test.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
validator_tx_fee.go refactor: Revert middlewares to antehandler (part 2/2: posthandler) (#11985) 2022-05-23 10:32:38 +00:00