Skip to content

Commit

Permalink
Add content for 4.5: Database and Merklized Storage (#31)
Browse files Browse the repository at this point in the history
* 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
3 people authored Jul 13, 2022
1 parent 39d9104 commit db40857
Show file tree
Hide file tree
Showing 8 changed files with 1,016 additions and 1 deletion.
Binary file added reveal-md/assets/4.5/complexity-storage-reads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reveal-md/assets/4.5/merkle-tree-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added reveal-md/assets/4.5/patricia-trie-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

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.
Loading

0 comments on commit db40857

Please sign in to comment.