Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Individuals or organizations that operate and maintain Validator Services. They

### Checkpoint

A finalized snapshot of Appchain states. At the end of each Pelagos epoch, validators agree on the current state root of every Appchain, bundle these into a single checkpoint, and commit it (along with its proofs) to one or more L1 restaking contracts.
A finalized snapshot of Appchain states. At the end of each Pelagos epoch, validators agree on the current state root of every Appchain, bundle these into a single checkpoint, and commit it (along with its proofs) to one or more L1 restaking contracts. <!-- here -->
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JekaMas we need to redefine checkpoint


### Checkpoint Merkle root

Expand Down Expand Up @@ -164,7 +164,7 @@ A Pelagos open-source node that includes L1/L2 oracles, sequencing consensus, Ap

### Validator set

The pool of validators authorized to participate in Pelagos' DAG consensus and TSS signing. It's dynamically updated based on restaking commitments from various L1 networks. A majority (⅔+1 by stake) must sign blocks, checkpoints, and external transactions.
The pool of validators authorized to participate in Pelagos' DAG consensus and TSS signing. <!-- It's dynamically updated based on restaking commitments from various L1 networks. A majority (⅔+1 by stake) must sign blocks, checkpoints, and external transactions. -->
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JekaMas AFAIK cutting the definition here is fine


<!-- ## W -->

Expand Down
2 changes: 1 addition & 1 deletion technology/consensus-at-scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The immutable database model provides a multichain, universal state, ensuring ef

The DAG database achieves this through its key attributes:
- Immutable state snapshots providing tamper-evident, incremental snapshots of blockchain states.
> These snapshots enable seamless synchronization and verifiable data integrity across Appchains, reinforced by restaking confirmations through Pelagos checkpoints.
> These snapshots enable seamless synchronization and verifiable data integrity across Appchains, reinforced by confirmations through Pelagos checkpoints.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JekaMas pls ack if simple deletion works

- Incremental database design enabling rapid synchronization by processing
only relevant components, making it highly adaptable for diverse Appchain architectures.
- Advanced historical indexing enabling users to define comprehensive historical indexes across Appchains and external blockchains.
Expand Down