Skip to content

Commit

Permalink
Merge pull request #8 from anton-rs/cl/book-fix
Browse files Browse the repository at this point in the history
chore(book): Fix images
  • Loading branch information
clabby authored Nov 24, 2023
2 parents db93074 + c8e8730 commit 81ecde4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions book/src/fpp-dev/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sequenceDiagram
Below, we have a full architecture diagram of the [`op-program`][op-program] (source: [fault proof specs][fp-specs]), the reference implementation for the OP Stack's Fault Proof Program,
which has the objective of verifying claims about the state of an [OP Stack][op-stack] layer two.

<img src="../../../static/op-program-fpp.svg">
![op-program-architecture](../assets/op-program-fpp.svg)

In this program, execution and derivation of the L2 chain is performed within it, and ultimately the claimed state of the L2 chain is verified in the [prologue](../prologue.md) stage.

Expand All @@ -54,4 +54,4 @@ Other programs (`clients`) may have different requirements for communication wit
1. The `client` program is a state machine that is responsible for bootstrapping itself from the inputs, executing the progam logic, and verifying the outcome.
1. The `host` is responsible for providing the `client` with data it wasn't bootstrapped with, and for executing the program itself.

{{#include ../static/links.md}}
{{#include ../links.md}}
2 changes: 1 addition & 1 deletion book/src/fpp-dev/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Fault Proof Programs are structured with 3 stages:
The following sections will provide a more in-depth overview of each of these stages, as well as the tools and abstractions provided by Kona for
developing your own Fault Proof Programs.

{{#include ../static/links.md}}
{{#include ../links.md}}
2 changes: 1 addition & 1 deletion book/src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Examples of `Fault Proof Programs` include the [OP Program][op-program], which r
The `Preimage ABI` is a specification for a synchronous communication protocol between a `client` and a `host` that is used to request and read data from the `host`'s
datastore. Full specifications for the `Preimage ABI` are available in the [Optimism Monorepo][preimage-specs].

{{#include ./static/links.md}}
{{#include ./links.md}}
2 changes: 1 addition & 1 deletion book/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ for optimizing performance-critical code.

Contributors are welcome! Please see the [contributing guide][contributing] for more information.

{{#include ./static/links.md}}
{{#include ./links.md}}
File renamed without changes.

0 comments on commit 81ecde4

Please sign in to comment.