From c5477577c0f6120323fdcb5f1e733103c1c22db6 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Sat, 24 Sep 2022 21:08:19 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A3=20add=20some=20juicy=20lexicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nodes/README.md b/nodes/README.md index 64f1bcf..f0f5dd8 100644 --- a/nodes/README.md +++ b/nodes/README.md @@ -136,6 +136,13 @@ * **committee**: group of at least 128 validators assigned to validate blocks in each slot. One of the validators in the committee is the aggregator. +* **slots**: a time period of 12 seconds in which a randomly chosen validator has time to proposa a block. 32 seconds = 1 epoch. +* **epoch**: represents 32 slots and takes ~6.4 minutes. +* **deposit contract**: the gateway to ethereum 2.0. It accepts any transaction with a minumum amount of 1 ETH and a valid input data. + +* **input data**: also called deposit data, is a user generated, 842 long sequence of characters. it represents the validator pub key and the withdrawal pub key, which were signed with by the validator priv key. the input data needs to be added to the transaction to the deposit contract to be identified by the beacon-chain. + +* **unique index**: every validator receives its unique index.