Skip to content

Commit

Permalink
Merge PR #2642: Add todo diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
rigelrozanski authored and cwgoes committed Oct 31, 2018
1 parent 6316e12 commit 89047d8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/PRIORITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions docs/resources/diagrams/todo.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 89047d8

Please sign in to comment.