This commit is contained in:
Zahary Karadjov 2021-05-03 11:13:12 +03:00
parent faebe3470c
commit f369682b3f
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,23 @@
2021-05-03 v1.2.2
=================
This is a bugfix release improving the stability of the REST API and addressing
issues discovered during the mainnet deposit processing accident of 24-25 April.
**New features:**
* More efficient attestation processing pipeline using less queuing.
**We've fixed:**
* Insufficient validation of third-party Eth1Data votes.
* Sporadic REST API connection interruptions resulting from large request or
result payloads.
* Incorrectly sent empty GossipSub IWANT messages.
2021-04-20 v1.2.1 2021-04-20 v1.2.1
================= =================
@ -62,6 +82,7 @@ we can officially recommend for validating on a Raspberry Pi 4.
* `scripts/run-*-node.sh` no longer prompts for a web3 provider URL * `scripts/run-*-node.sh` no longer prompts for a web3 provider URL
when the `--web3-url` command-line option has already been specified. when the `--web3-url` command-line option has already been specified.
2021-04-05 v1.1.0 2021-04-05 v1.1.0
================= =================

View File

@ -16,7 +16,7 @@ when not defined(nimscript):
const const
versionMajor* = 1 versionMajor* = 1
versionMinor* = 2 versionMinor* = 2
versionBuild* = 1 versionBuild* = 2
versionBlob* = "stateofus" # Single word - ends up in the default graffitti versionBlob* = "stateofus" # Single word - ends up in the default graffitti