-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6316e12
commit 89047d8
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|