Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-patel-kira committed Jun 20, 2024
1 parent e67c1e1 commit d6b78d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/CL/cl-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ def process_slots(state: BeaconState, slot: Slot) -> None:
## Resources

- Vitalik Buterin, ["Parametrizing Casper: the decentralization/finality time/overhead tradeoff"](https://medium.com/@VitalikButerin/parametrizing-casper-the-decentralization-finality-time-overhead-tradeoff-3f2011672735)
- [Enginer API spec](https://hackmd.io/@n0ble/consensus_api_design_space)
- [Vitalik's Anotated Ethereum 2.0 Spec](https://notes.ethereum.org/@vbuterin/SkeyEI3xv)
- [Engine API spec](https://hackmd.io/@n0ble/consensus_api_design_space)
- [Vitalik's Annotated Ethereum 2.0 Spec](https://notes.ethereum.org/@vbuterin/SkeyEI3xv)
- Ethereum, ["Eth2: Annotated Spec"](https://github.com/ethereum/annotated-spec)
- Martin Kleppmann, [Distributed Systems.](https://www.youtube.com/playlist?list=PLeKd45zvjcDFUEv_ohr_HdUFe97RItdiB)
- Leslie Lamport et al., [The Byzantine Generals Problem.](https://lamport.azurewebsites.net/pubs/byz.pdf)
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/CL/gasper.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Solutions:
- [Goldfish](https://arxiv.org/pdf/2209.03255)
- [Casper FFG](https://arxiv.org/pdf/1710.09437)
- [LMD Ghost](https://inevitableeth.com/home/ethereum/network/consensus/lmd-ghost)
- [Comparison of different LMD Ghost Implmentations by ProtoLambda](https://github.com/protolambda/lmd-ghost)
- [Comparison of different LMD Ghost Implementations by ProtoLambda](https://github.com/protolambda/lmd-ghost)

0 comments on commit d6b78d8

Please sign in to comment.