Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Add no-DAS validator node type #184

Merged
merged 2 commits into from
Jul 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/specs/node_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ For convenience, we will define several common parameter configurations:
- Fraud proofs:
- State transition: produce, consume
- Erasure coding: produce (partial), consume
1. Validator nodes are identical to full nodes, but can additionally created consensus messages (proposals, votes, etc.).
adlerjohn marked this conversation as resolved.
Show resolved Hide resolved
- Block headers: [Extended Block Headers](#extended-block-headers)
- Block bodies: [Full Bodies](#full-bodies)
- Storage: Not stored beyond a parameter
- Serving: Served to the network
- Transactions: [Full Transactions](#full-transactions)
- Fraud proofs:
- State transition: produce, consume
- Erasure coding: produce, consume