Add TBD for TTD and add the value to the configs

This commit is contained in:
Mikhail Kalinin 2021-09-18 12:39:54 +06:00
parent a48ea83ab8
commit 9ca8c592c5
3 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,12 @@
# Extends the mainnet preset
PRESET_BASE: 'mainnet'
# Transition
# ---------------------------------------------------------------
# TBD, 2**256-1 is a placeholder
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129639935
# Genesis
# ---------------------------------------------------------------
# `2**14` (= 16,384)

View File

@ -3,6 +3,12 @@
# Extends the minimal preset
PRESET_BASE: 'minimal'
# Transition
# ---------------------------------------------------------------
# TBD, 2**256-1 is a placeholder
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129639935
# Genesis
# ---------------------------------------------------------------
# [customized]

View File

@ -81,7 +81,7 @@ This patch adds transaction execution to the beacon chain as part of the Merge f
| Name | Value |
| - | - |
| `TERMINAL_TOTAL_DIFFICULTY` | `uint256(2**256 - 1)` |
| `TERMINAL_TOTAL_DIFFICULTY` | **TBD** |
## Containers