cosmos-sdk/docs/docs/core
samricotta d2e23d0ff3
docs: update baseapp docs (part 2/2) (#14790)
## Description

 

- [x] Update baseapp documentation and add mention of ProcessProposal
- [x] Update baseapp documentation and add mention of PrepareProposal
- [x] Update diagrams using draw.io (and save the diagrams in the png for future easy modification)
- [x] Ensure there is no duplicate explanation between https://docs.cosmos.network/main/core/baseapp vs https://docs.cosmos.network/main/building-apps/app-mempool (where the later should focus more on the app customization)

---

### 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-01 10:26:11 +00:00
..
_category_.json feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
00-baseapp.md docs: update baseapp docs (part 2/2) (#14790) 2023-02-01 10:26:11 +00:00
01-transactions.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
02-context.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
03-node.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
04-store.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
05-encoding.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
06-grpc_rest.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
07-cli.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
08-events.md refactor: remove .Type() and .Route() from msgs (#14751) 2023-01-24 17:03:06 +00:00
09-telemetry.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
10-ocap.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
11-runtx_middleware.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
12-simulation.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
13-proto-docs.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
14-tips.md docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
15-upgrade.md docs: add protobuf tooling section (#13590) 2022-10-19 12:30:26 +02:00
baseapp_state-begin_block.png feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
baseapp_state-checktx.png feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
baseapp_state-commit.png feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
baseapp_state-deliver_tx.png feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
baseapp_state-initchain.png docs: update baseapp docs (part 2/2) (#14790) 2023-02-01 10:26:11 +00:00
baseapp_state-prepareproposal.png docs: update baseapp docs (part 2/2) (#14790) 2023-02-01 10:26:11 +00:00
baseapp_state-processproposal.png docs: update baseapp docs (part 2/2) (#14790) 2023-02-01 10:26:11 +00:00
baseapp_state.png docs: update baseapp docs (part 2/2) (#14790) 2023-02-01 10:26:11 +00:00