Skip to content

Commit

Permalink
Rename, purge use of term delta
Browse files Browse the repository at this point in the history
This would be a fine document to introduce the term delta, but
it looks like the content flows just fine without it.
  • Loading branch information
garious committed Feb 7, 2019
1 parent 4e6a9b0 commit c82ffaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- [Blocktree](blocktree.md)
- [Data Plane Fanout](data-plane-fanout.md)
- [Reliable Vote Transmission](reliable-vote-transmission.md)
- [Fork Deltas](fork-deltas.md)
- [Bank Forks](bank-forks.md)
- [Cluster Economics](ed_overview.md)
- [Validation-client Economics](ed_validation_client_economics.md)
- [State-validation Protocol-based Rewards](ed_vce_state_validation_protocol_based_rewards.md)
Expand Down
9 changes: 4 additions & 5 deletions book/src/fork-deltas.md → book/src/bank-forks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fork Deltas
# Bank Fork

This design describes a way to checkpoint the bank state such that it can track
multiple forks without duplicating data. It addresses the following
Expand All @@ -11,9 +11,8 @@ challenges:

## Architecture

The basic design idea is to maintain a DAG of forks. Each fork points back to
a single ancestor. The DAG is initialized with a root. Each subsequent fork
must descend from the root.
The basic design idea is to maintain a DAG of forks. The DAG is initialized with
a *root*. Each subsequent fork must descend from the root.

## Active Forks

Expand All @@ -24,7 +23,7 @@ For example:

<img alt="Forks" src="img/forks.svg" class="center"/>

The following *active forks* are in the deltas DAG
The following *active forks* are in the forks DAG

* 4,2,1
* 5,2,1
Expand Down

0 comments on commit c82ffaa

Please sign in to comment.