Merge PR #2642: Add todo diagrams

This commit is contained in:
Rigel 2018-10-31 07:07:06 -04:00 committed by Christopher Goes
parent 6316e1241e
commit 89047d8ebd
2 changed files with 19 additions and 0 deletions

View File

@ -36,6 +36,8 @@
- Tags [#1780](https://github.com/cosmos/cosmos-sdk/issues/1780)
# Lower priority
- Create some diagrams (see `docs/resources/diagrams/todo.md`)
## Governance v2
- Circuit breaker - https://github.com/cosmos/cosmos-sdk/issues/926

View File

@ -0,0 +1,17 @@
The following diagrams should be created to aid in comprehension of the SDK:
- Genesis circuit
- App structure (aka use of baseapp in something like gaia)
- Simulation framework
- Slashing Mechanism
- Staking Mechanism
- Staking/Slashing Mechanism specific to use of hooks
- Governance Mechanism
- Distribution Mechanism
- Inflation Mechanism (easier)
- IBC Mechanism
These diagrams should reference specific structs/interfaces from the codebase,
logic flow and interconnectivity with other mechanisms etc. It's recommended that
https://www.draw.io/ be used, hence the raw diagram xml can be saved directly to
the Cosmos-SDK repo and adapted with the codebase.