cosmos-sdk/x/auth/ante
Facundo Medica 445dc8afe0
refactor!: use store service in x/feegrant (#15606)
## Description

Closes: #XXXX



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

* [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
* [ ] added `!` to the type prefix if API or client breaking change
* [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
* [ ] provided a link to the relevant issue or specification
* [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
* [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
* [ ] added a changelog entry to `CHANGELOG.md`
* [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
* [ ] updated the relevant documentation or specification
* [ ] reviewed "Files changed" and left comments if necessary
* [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

* [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
* [ ] confirmed `!` in the type prefix if API or client breaking change
* [ ] confirmed all author checklist items have been addressed 
* [ ] reviewed state machine logic
* [ ] reviewed API design and naming
* [ ] reviewed documentation is accurate
* [ ] reviewed tests and test coverage
* [ ] manually tested (if applicable)
2023-04-04 16:02:16 +00:00
..
testutil refactor!: use store service in x/feegrant (#15606) 2023-04-04 16:02:16 +00:00
ante_test.go style: more linting (#15616) 2023-03-30 12:05:50 +00:00
ante.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
basic_test.go refactor: create go.mod for store (#14746) 2023-01-25 13:31:56 +00:00
basic.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
expected_keepers.go refactor!: use store service in x/feegrant (#15606) 2023-04-04 16:02:16 +00:00
ext_test.go refactor: use mocks for x/auth testing + ante tests refactor (#12568) 2022-07-27 17:49:19 +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 feat(textual): Add client-side infra (#14661) 2023-01-24 10:17:04 +00:00
fee.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
feegrant_test.go refactor!: migrate Cosmos SDK to CometBFT (#14897) 2023-02-05 14:51:33 +01:00
setup_test.go style: more linting (#15618) 2023-03-30 13:00:18 +00:00
setup.go refactor!: remove some legacy amino stuff needed for #11275 (#15299) 2023-03-15 20:10:23 +00:00
sigverify_benchmark_test.go refactor: rename to CometBFT (#14914) 2023-02-06 18:11:14 +00:00
sigverify_test.go feat(x/tx): Support gogo registry in Textual (#15302) 2023-03-20 08:13:27 +00:00
sigverify.go refactor!: remove some legacy amino stuff needed for #11275 (#15299) 2023-03-15 20:10:23 +00:00
testutil_test.go style: enable strict gofumpt (#15579) 2023-03-28 18:59:21 +00:00
validator_tx_fee.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00