cosmos-sdk/x/auth/ante
Julián Toledano 9553bf1eec
fix: check CountSubKeys nil (#15059)
## Description

Closes:
#6889
#15056



---

### 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-02-19 14:53:38 +00:00
..
testutil refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package (#13937) 2023-01-03 11:25:09 +01:00
ante_test.go fix: check CountSubKeys nil (#15059) 2023-02-19 14:53:38 +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: Move x/auth's AccountI and ModuleAccountI interfaces to types package (#13937) 2023-01-03 11:25:09 +01: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 refactor: create go.mod for store (#14746) 2023-01-25 13:31:56 +00:00
setup.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
sigverify_benchmark_test.go refactor: rename to CometBFT (#14914) 2023-02-06 18:11:14 +00:00
sigverify_test.go refactor: create go.mod for store (#14746) 2023-01-25 13:31:56 +00:00
sigverify.go fix: check CountSubKeys nil (#15059) 2023-02-19 14:53:38 +00:00
testutil_test.go fix: correct path required proto testdata (#14991) 2023-02-11 16:59:16 +00:00
validator_tx_fee.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00