-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add content for 4.5: Database and Merklized Storage (#31)
* Add draft content to 4.5 * Add and update content * Additional content for 4.5 (#180) * Comments * clean a bit * update Co-authored-by: cheme <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]>
- Loading branch information
1 parent
39d9104
commit db40857
Showing
8 changed files
with
1,016 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
495 changes: 494 additions & 1 deletion
495
...4-Substrate/4.5-Db_and_Merklized_Storage/4.5-Db_and_Merklized_Storage_Slides.md
Large diffs are not rendered by default.
Oops, something went wrong.
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,10 @@ | ||
# Database and Merklized Storage Workshop | ||
|
||
The goal of this workshop is to investigate blockchain and Substrate storage behaviours. | ||
|
||
Given this diagram, your task is to: | ||
|
||
1. Circle nodes that will be pruned when a block is removed. | ||
2. Create a trie which reuses data from old blocks. | ||
|
||
TODO: revisit this. |
Oops, something went wrong.