forked from ethereum/EIPs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EIP-6110: add CL spec and extended DoS analysis (ethereum#7237)
* Update data complexity section with fresh numbers * EIP-6110: Add CL spec and security considerations * Fix broken link * Update wording * Polish wording * Add analysis by @petertdavies * Polish wording * Fix link to CL specs * Update links to CL specs * Make linter happy * Fix links to CL specs
- Loading branch information
1 parent
4f5e049
commit 381c1a6
Showing
2 changed files
with
85 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Modified version of a [script](https://gist.github.com/adiasg/3aceab409b36aa9a9d9156c1baa3c248) shows the following changes in the WS period computations with increase of a number of deposits per epoch (deviations are highlighted): | ||
|
||
| Safety Decay | Avg. Val. Balance (ETH) | Val. Count | WS (Epochs), `16` deposits per slot | WS (Epochs), `1024` deposits per slot | | ||
| ---- | ---- | ---- | ---- | ---- | | ||
| 10 | 20 | 32768 | 272 | **256** | | ||
| 10 | 20 | 65536 | 288 | **256** | | ||
| 10 | 20 | 131072 | 320 | **257** | | ||
| 10 | 20 | 262144 | 384 | **258** | | ||
| 10 | 20 | 524288 | 512 | **260** | | ||
| 10 | 20 | 1048576 | 768 | **264** | | ||
| 10 | 24 | 32768 | 310 | 310 | | ||
| 10 | 24 | 65536 | 365 | 365 | | ||
| 10 | 24 | 131072 | 474 | 474 | | ||
| 10 | 24 | 262144 | 692 | 692 | | ||
| 10 | 24 | 524288 | 692 | 692 | | ||
| 10 | 24 | 1048576 | 1041 | **504** | | ||
| 10 | 28 | 32768 | 504 | 504 | | ||
| 10 | 28 | 65536 | 752 | 752 | | ||
| 10 | 28 | 131072 | 1248 | 1248 | | ||
| 10 | 28 | 262144 | 2241 | 2241 | | ||
| 10 | 28 | 524288 | 2241 | 2241 | | ||
| 10 | 28 | 1048576 | 2241 | 2241 | | ||
| 10 | 32 | 32768 | 665 | 665 | | ||
| 10 | 32 | 65536 | 1075 | 1075 | | ||
| 10 | 32 | 131072 | 1894 | 1894 | | ||
| 10 | 32 | 262144 | 3532 | 3532 | | ||
| 10 | 32 | 524288 | 3532 | 3532 | | ||
| 10 | 32 | 1048576 | 3532 | 3532 | |