Skip to content

Commit

Permalink
chore: simplify Gear protocol path (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Dec 24, 2023
1 parent 9b41bb1 commit 4407818
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
14 changes: 7 additions & 7 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

# Gear Protocol

- [Architechture overview](gear-protocol/architechture-overview.md)
- [Block production](gear-protocol/block-production.md)
- [Wasm code instrumentation](gear-protocol/wasm-instrumentation.md)
- [Wasm executors](gear-protocol/wasm-executors.md)
- [Gas tree](gear-protocol/gas-tree.md)
- [Lazy pages](gear-protocol/lazy-pages.md)
- [Benchmarking](gear-protocol/benchmarking.md)
- [Architechture overview](protocol/architechture-overview.md)
- [Block production](protocol/block-production.md)
- [Wasm code instrumentation](protocol/wasm-instrumentation.md)
- [Wasm executors](protocol/wasm-executors.md)
- [Gas tree](protocol/gas-tree.md)
- [Lazy pages](protocol/lazy-pages.md)
- [Benchmarking](protocol/benchmarking.md)

# User Space

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Architechture overview


```mermaid
flowchart TB
gear-cli-->vara-runtime
Expand All @@ -16,7 +15,6 @@ flowchart TB
pallet-gear-staking-rewards
pallet-gear-voucher
end
```

🚧 *To be added soon.*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4407818

Please sign in to comment.