File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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+
1212021-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+
65862021-04-05 v1.1.0
6687=================
6788
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ when not defined(nimscript):
1616const
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
You can’t perform that action at this time.
0 commit comments