Skip to content

Commit 1abf687

Browse files
wwaredstorojs72
andauthored
chore: Apply suggestions from code review
Co-authored-by: Artem Storozhuk <[email protected]>
1 parent ac47d5c commit 1abf687

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

aptos/docs/src/components/proof_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and leverages the [`lurk-lab/sphinx`](https://github.com/lurk-lab/sphinx) zkVM t
1717

1818
In the design document of both the [epoch change proof](../design/epoch_change_proof.md) and
1919
the [inclusion proof](../design/inclusion_proof.md), we describe what each program has to prove. Most computations
20-
performed by the proof grams are directed towards cryptographic operations, such as verifying signatures on the block
20+
performed by the proof programs are directed towards cryptographic operations, such as verifying signatures on the block
2121
header.
2222

2323
To accelerate those operations, we leverage some out-of-VM circuits called **pre-compiles** that are optimized for those

aptos/docs/src/design/epoch_change_proof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Aptos consensus has (at any given time) a set of validators that are charged
44
append them to the chain state.
55

66
A set of given validators is updated at the last block of every epoch on the chain. An **epoch on the Aptos chain has a
7-
duration of 2 hours**. The light client needs to keep track of the hash of the current trusted validator set, which is
7+
duration of 2 hours**. The light client needs to keep track of the current trusted validator set hash, which is
88
updated on every epoch change.
99

1010
For a given epoch \\(N\\) with a set of validators \\(V_n\\), it is expected to have a block for the transition to

aptos/docs/src/design/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Sphinx
44

55
The [Sphinx](https://github.com/lurk-lab/sphinx) prover is a fork of [SP1](https://github.com/succinctlabs/sp1)
6-
and as such inherits many of its security design. The current release of Sphinx (`v1.0.0`) has backported all the
6+
and as such inherits a lot from its security design. The current release of Sphinx (`v1.0.0`) has backported all the
77
upstream security fixes as of SP1 `v1.0.5-testnet`. We will continue to update Sphinx with backports of upstream
8-
security fixes and subsequent updates to both Sphinx and the Light Client will be made available as hotfixes.
8+
security fixes and subsequent updates to both Sphinx and the Light Client making them available as hotfixes.
99

1010
In terms of Sphinx-specific changes that require special attention, here is a non-exhaustive list of Sphinx
1111
AIR chips used for pre-compiles that are either not present in upstream SP1, or have had non-trivial changes:

0 commit comments

Comments
 (0)