cosmos-sdk/x/capability
mergify[bot] e6094159c7
style(capability)!: update go doc comments and remove BeginBlocker (backport #9845) (#9846)
* style(capability)!: update go doc comments and remove BeginBlocker (#9845)

## Description

+ Backported go doc comment updates from https://github.com/cosmos/cosmos-sdk/pull/9835
+ Removed BeginBlocker function which only wraps the `InitMemStore` -> https://github.com/cosmos/cosmos-sdk/pull/9835/files#r681987005  -- this is not a breaking change because RC3 was not yet released.
+ Updated changelog

---

### 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...

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

(cherry picked from commit bdf5aee7a3)

# Conflicts:
#	CHANGELOG.md
#	x/capability/keeper/keeper.go
#	x/capability/module.go

* solve conflicts

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2021-08-04 14:42:21 +02:00
..
keeper style(capability)!: update go doc comments and remove BeginBlocker (backport #9845) (#9846) 2021-08-04 14:42:21 +02:00
simulation codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
spec tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
types fix!: Capability Issue on Restart, Backport to v0.43 (backport #9836) (#9841) 2021-08-04 13:51:39 +02:00
abci.go fix!: Capability Issue on Restart, Backport to v0.43 (backport #9836) (#9841) 2021-08-04 13:51:39 +02:00
capability_test.go fix!: Capability Issue on Restart, Backport to v0.43 (backport #9836) (#9841) 2021-08-04 13:51:39 +02:00
genesis.go fix!: Capability Issue on Restart, Backport to v0.43 (backport #9836) (#9841) 2021-08-04 13:51:39 +02:00
genesis_test.go fix!: Capability Issue on Restart, Backport to v0.43 (backport #9836) (#9841) 2021-08-04 13:51:39 +02:00
module.go style(capability)!: update go doc comments and remove BeginBlocker (backport #9845) (#9846) 2021-08-04 14:42:21 +02:00