Hey, there!
This is a summary of my week 12, week 13 and week 14.
I have been focused on contributing to the Elixir Consensus Client by LambdaClass.
I got 4 pull requests merged and more are in the works.
It would be the implementation of the shuffling algorithm.
Shuffling is a fundamental part of the Consensus Client.
To better understand why shuffling is important you have to first understand why and how Committees are used.
Committees are a subset of the full set of active validators that are used to distribute the overall workload.
There are two types of Committees. Beacon Committees manage attestations for the consensus protocol while Sync Committees are used by lightclients. Shuffling is used in both but we will focus on Beacon Committies for now.
There are 64 Beacon Committees at every slot (12 secs) and a validator can only be part of one of these.
Beacon committee membership is random and ephemeral. And, this is where shuffling comes in.
Shuffling is a secure way of assigning validators to committees. Ensuring the correctness of the committee membership being random.
The swap or not shuffle algorithm is used.
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing