cosmos-sdk/x/auth
Federico Kunze Küllmer 7043dde071
fix: enable setting sequence (nonce) for module account (#10536)
## Description

Closes #10538 


---

### 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 `docs:` prefix in the PR title
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the [documentation writing guidelines](https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOC_WRITING_GUIDELINES.md)
- [ ] 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 `docs:` prefix in the PR title
- [ ] confirmed all author checklist items have been addressed 
- [ ] confirmed that this PR only changes documentation
- [ ] reviewed content for consistency
- [ ] reviewed content for thoroughness
- [ ] reviewed content for spelling and grammar
- [ ] tested instructions (if applicable)
2021-11-15 15:52:51 +00:00
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client fix: pass through broadcast mode for signing with amino flag (#10510) 2021-11-10 17:15:01 +00:00
keeper feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
middleware fix: middleware consumeTxSizeGas linting (#10476) 2021-10-31 13:28:39 -05:00
migrations feat: Add AuxTxBuilder (#10455) 2021-11-11 11:25:13 +00:00
signing feat: Add fee.{payer,granter} and tip fields to StdSignDoc (#10348) 2021-10-22 15:13:37 +02:00
simulation refactor(test)!: refactor simapp.Setup function (#9938) 2021-08-17 00:52:06 +00:00
spec style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
testutil revert: Remove SIGN_MODE_AMINO_AUX (#10322) 2021-10-18 10:32:43 +00:00
tx feat: Add AuxTxBuilder (#10455) 2021-11-11 11:25:13 +00:00
types fix: enable setting sequence (nonce) for module account (#10536) 2021-11-15 15:52:51 +00:00
vesting chore: Add "Since:" on proto doc comments (#10434) 2021-10-27 14:13:35 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
module.go feat!: remove legacy handler (#9650) 2021-07-19 14:49:42 +00:00