Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Add community Replicators and Verifiers with instructions #175

Merged
merged 2 commits into from
Jul 9, 2021

Conversation

CAPtheorem
Copy link

Allows community members to run their own Replica and Verifier nodes of the OMGX Rinkeby L2.

A replica node looks at the L2, and is a 1:1 copy of the L2.

A verifier node looks at transactions and the L1, and can be used to generate the data (state roots) that can be used to detect a fraudulent Sequencer. If the Sequencer manipulates transactions, then the state roots it injects into the L1 will be incorrect. That type of fraud can be spotted by looking at the transactions and independently calculating the state roots.

Broad community participation is the bedrock of L2 security, since otherwise, fraud might go undetected.

NOTE: A verifier node is essential, but not sufficient, for fraud-proving and removal of fraudulent transactions.

Copy link

@petardenev petardenev left a comment

Choose a reason for hiding this comment

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

LGTM!

@CAPtheorem CAPtheorem merged commit 8fd511e into develop Jul 9, 2021
@CAPtheorem CAPtheorem deleted the Add-Replicators-and-Verifiers- branch July 9, 2021 19:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants