Skip to content

Commit 00aeddd

Browse files
committed
Version 0.6.6
1 parent 43dda63 commit 00aeddd

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2020-11-20 v0.6.6
2+
=================
3+
4+
New additions:
5+
6+
* New RPC APIs for inspecting the internal state of the Eth1 monitor.
7+
8+
We've fixed:
9+
10+
* A fork-choice issue causing Nimbus to get stuck on a particular slot.
11+
12+
* A logic error causing Nimbus to vote for an incorrect Eth1 block.
13+
14+
* A crash during initialization when the web3 provider is refusing
15+
to serve data (e.g. due to exceeded request quota).
16+
17+
118
2020-11-17 v0.6.4
219
=================
320

beacon_chain/version.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ when not defined(nimscript):
99
const
1010
versionMajor* = 0
1111
versionMinor* = 6
12-
versionBuild* = 5
12+
versionBuild* = 6
13+
1314
versionBlob* = "hope" # Single word - ends up in the default graffitti
1415

1516
useInsecureFeatures* = defined(insecure)

0 commit comments

Comments
 (0)