Skip to content

Commit

Permalink
remove mentions of sequencers and verifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jan 11, 2024
1 parent bb79acc commit 6b81007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions docs/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ validators will receive block rewards and transaction fees.
Another set of important participants for ZetaChain consensus are the observers
who reach consensus on external chain events and states. The observers watch
externally connected chains for certain relevant transactions/events/states at
particular addresses via their full nodes of external chains. Observers will
divide into two roles: sequencer and verifier. The sequencer discovers relevant
external trans-actions/events/states and reports to verifiers; the verifiers
verify and vote on ZetaChain to reach consensus. The system requires at least
one sequencer and multiple verifiers. The sequencer does not need to be trusted,
but at least one honest sequencer is needed for liveness.
particular addresses via their full nodes of external chains.

### TSS Signers

Expand Down
7 changes: 1 addition & 6 deletions docs/reference/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,7 @@ Blanket term for apps or concepts that span multiple blockchains.

The observers watch externally connected chains for certain relevant
transactions/events/states at particular addresses via their full nodes of
external chains. The observers can be further divided into two roles: sequencer
and verifier. The sequencer discovers relevant external
transactions/events/states and reports to verifiers; the verifiers verify and
vote on ZetaChain to reach consensus. The system requires at least one sequencer
and multiple verifiers. The sequencer does not need to be trusted, but at least
one honest sequencer is needed for liveness.
external chains.

## Omnichain

Expand Down

0 comments on commit 6b81007

Please sign in to comment.