Skip to content

Commit 9174132

Browse files
committed
v1.0.3
1 parent 57fdd87 commit 9174132

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2020-12-09 v1.0.3
2+
=================
3+
4+
A release fixing issues that have contributed to Nimbus's lower peer scores
5+
on the network.
6+
7+
-----
8+
9+
**New additions:**
10+
11+
* New metrics tracking the syncing progress of the Eth1 deposit contract
12+
monitor.
13+
14+
* A new `web3 test` command for testing the compatibility of a web3 provider
15+
before using it.
16+
17+
**We've fixed:**
18+
19+
* Incorrect timing when sending aggregated attestations.
20+
21+
* Stale ENR records not taking into account the dynamic attestation subnet
22+
hopping.
23+
24+
* An invalid error message produced by the `deposits exit` command (validator
25+
state unknown).
26+
27+
128
2020-12-03 v1.0.2
229
=================
330

@@ -15,8 +42,8 @@ So it's important you update at your earliest convenience.
1542

1643
**We've fixed:**
1744

18-
* A deposit merkle proofs generation issue which occasionally resulting
19-
in missed block proposals shortly after a new Eth1 head was selected.
45+
* A deposit merkle proofs generation issue occasionally resulting in missed
46+
block proposals shortly after a new Eth1 head was selected.
2047

2148
* Slow status bar updates in the absense of logging messages.
2249

@@ -75,7 +102,9 @@ As promised, a slightly more polished release before Mainnet launch ✨
75102
Please make sure you update to this release before Eth2 genesis this
76103
Tuesday (December 1 12:00:23 UTC), as it contains some important improvements.
77104

78-
New additions:
105+
-----------------
106+
107+
**New additions:**
79108

80109
* Updated list of bootstrap nodes for Mainnet.
81110

@@ -97,7 +126,7 @@ New additions:
97126
* New RPC calls to track node and config status. Specifically, a JSON-RCP
98127
call for inspecting the active config preset (`get_v1_config_spec`).
99128

100-
We've fixed:
129+
**We've fixed:**
101130

102131
* Inaccurate peer counts (an occasional mismatch between the number of
103132
syncing peers and GossipSub peers) -- the default peer limit has been

beacon_chain/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ when not defined(nimscript):
99
const
1010
versionMajor* = 1
1111
versionMinor* = 0
12-
versionBuild* = 2
12+
versionBuild* = 3
1313

1414
versionBlob* = "stateofus" # Single word - ends up in the default graffitti
1515

0 commit comments

Comments
 (0)