Skip to content

Commit

Permalink
chore(docs): Remove node pages (#11161)
Browse files Browse the repository at this point in the history
Removes docs pages about running validator and prover nodes as they are
not currently kept up to date.
  • Loading branch information
critesjosh authored Jan 13, 2025
1 parent f0a27c4 commit e494f6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
draft: true
---

# Running Prover Nodes

TODO(https://github.com/AztecProtocol/aztec-packages/issues/9190)
*Details about how to configure a prover node and hardware requirements are to be determined. This guide will be updated once the information becomes available.*
_Details about how to configure a prover node and hardware requirements are to be determined. This guide will be updated once the information becomes available._

For the current state of design please see the RFC at https://forum.aztec.network/t/request-for-comments-aztecs-block-production-system/6155.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
draft: true
---

# Aztec Validator Node Guide

## Introduction
Expand Down Expand Up @@ -284,15 +288,18 @@ This is a brief summary to understand what the validator is doing at a high leve
Validators are selected through a committee selection process:

- **Epoch Initialization**:

- At the start of each epoch, the rollup contract computes a random seed using `block.prevrandao`.
- The seed is used to select a committee of validators using the Swap-or-Not algorithm.
- The committee size is fixed for the duration of the epoch.

- **Proposer Selection**:

- Each validator in the committee is assigned proposer duties for specific slots within the epoch.
- Proposers know in advance when they will be required to propose a block.

- **Validator Registration**:

- The rollup contract maintains the active set of validators.
- Updates to the validator set occur at the beginning of new epochs.
- Registration includes staking a minimum threshold of collateral (amount to be determined).
Expand Down
21 changes: 0 additions & 21 deletions docs/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,3 @@ In this section you will find:
</CardBody>
</Card>
</div>

## Running Aztec Nodes

<div className="card-container">
<Card shadow='tl' link='/guides/developer_guides/running_nodes/running_validators'>
<CardHeader>
<h3>Run Aztec Validator Nodes</h3>
</CardHeader>
<CardBody>
Participate in the Aztec protocol as a validator (also called a sequencer) that helps form consensus on what goes into a block. Runs on consumer hardware.
</CardBody>
</Card>
<Card shadow='tl' link='/guides/developer_guides/running_nodes/running_provers'>
<CardHeader>
<h3>Run Aztec Prover Nodes</h3>
</CardHeader>
<CardBody>
Participate in the Aztec protocol as a prover node, proving the rollup integrity that is pivotal to the protocol. Runs on hardware fit for data centers.
</CardBody>
</Card>
</div>

0 comments on commit e494f6b

Please sign in to comment.