From 53ad66a4e841c4bbb207dc1bc2cea304e8c17cf2 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Wed, 6 Jan 2021 01:11:46 +0800 Subject: [PATCH] Arrange constants and configurations --- specs/lightclient/beacon-chain.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/specs/lightclient/beacon-chain.md b/specs/lightclient/beacon-chain.md index b4c776afd..0c3ed2b73 100644 --- a/specs/lightclient/beacon-chain.md +++ b/specs/lightclient/beacon-chain.md @@ -12,7 +12,6 @@ - [Participation rewards](#participation-rewards) - [Misc](#misc) - [Configuration](#configuration) - - [Constants](#constants-1) - [Misc](#misc-1) - [Time parameters](#time-parameters) - [Domain types](#domain-types) @@ -79,16 +78,11 @@ The reward fractions add up to 7/8, leaving the remaining 1/8 for proposer rewar | - | - | | `PARTICIPATION_FLAGS_LENGTH` | `8` | | `FLAGS_AND_NUMERATORS` | `((TIMELY_HEAD_FLAG, TIMELY_HEAD_NUMERATOR), (TIMELY_SOURCE_FLAG, TIMELY_SOURCE_NUMERATOR), (TIMELY_TARGET_FLAG, TIMELY_TARGET_NUMERATOR))` | - -## Configuration - -### Constants - -| Name | Value | -| - | - | | `G2_POINT_AT_INFINITY` | `BLSSignature(b'\xc0' + b'\x00' * 95)` | | `GWEI_PER_ETH` | `10**9` | +## Configuration + ### Misc | Name | Value |