File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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+
1182020-11-17 v0.6.4
219=================
320
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ when not defined(nimscript):
99const
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)
You can’t perform that action at this time.
0 commit comments