Skip to content

Commit f369682

Browse files
committed
v1.2.2
1 parent faebe34 commit f369682

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2021-05-03 v1.2.2
2+
=================
3+
4+
This is a bugfix release improving the stability of the REST API and addressing
5+
issues discovered during the mainnet deposit processing accident of 24-25 April.
6+
7+
**New features:**
8+
9+
* More efficient attestation processing pipeline using less queuing.
10+
11+
**We've fixed:**
12+
13+
* Insufficient validation of third-party Eth1Data votes.
14+
15+
* Sporadic REST API connection interruptions resulting from large request or
16+
result payloads.
17+
18+
* Incorrectly sent empty GossipSub IWANT messages.
19+
20+
121
2021-04-20 v1.2.1
222
=================
323

@@ -62,6 +82,7 @@ we can officially recommend for validating on a Raspberry Pi 4.
6282
* `scripts/run-*-node.sh` no longer prompts for a web3 provider URL
6383
when the `--web3-url` command-line option has already been specified.
6484

85+
6586
2021-04-05 v1.1.0
6687
=================
6788

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ when not defined(nimscript):
1616
const
1717
versionMajor* = 1
1818
versionMinor* = 2
19-
versionBuild* = 1
19+
versionBuild* = 2
2020

2121
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
2222

0 commit comments

Comments
 (0)