note penalties in hf1 list

This commit is contained in:
Danny Ryan 2021-02-15 11:22:11 -07:00
parent dda7010c0c
commit c9ba641800
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 2 additions and 1 deletions

View File

@ -54,11 +54,12 @@
## Introduction ## Introduction
This is a patch implementing the first hard fork to the beacon chain, tentatively named HF1 pending a permanent name. This is a patch implementing the first hard fork to the beacon chain, tentatively named HF1 pending a permanent name.
It has three main features: It has four main features:
* Light client support via sync committees * Light client support via sync committees
* Incentive accounting reforms, reducing spec complexity * Incentive accounting reforms, reducing spec complexity
and [TODO] reducing the cost of processing chains that have very little or zero participation for a long span of epochs and [TODO] reducing the cost of processing chains that have very little or zero participation for a long span of epochs
* Update penalty configuration values, moving them toward their planned maximally punitive configuration
* Fork choice rule changes to address weaknesses recently discovered in the existing fork choice * Fork choice rule changes to address weaknesses recently discovered in the existing fork choice
## Custom types ## Custom types