Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit e57a5da

Browse files
authored
Merge pull request #31 from ethereumjs/new-release-v230
New release v2.3.0
2 parents 159dc1d + 1b84aba commit e57a5da

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [2.3.0] - 2018-02-28
10+
- Fix critical ``RLPX`` bug leading to not processing incoming ``EIP-8`` ``Auth`` or ``Ack`` messages, PR [#26](https://github.com/ethereumjs/ethereumjs-devp2p/pull/26)
11+
- Fix bug not forwarding ``k-bucket`` remove event through ``DPT`` (so ``peer:removed`` from
12+
``DPT`` was not working), PR [#27](https://github.com/ethereumjs/ethereumjs-devp2p/pull/27)
13+
- Fix updating ``ingressMac`` with wrong ``Auth`` msg leading to diverging ``Mac`` hashes, PR [#29](https://github.com/ethereumjs/ethereumjs-devp2p/pull/29)
14+
- Fix bug not let first ``ETH`` ``status`` message emit a ``message`` event, PR [#30](https://github.com/ethereumjs/ethereumjs-devp2p/pull/30)
15+
- Large rework of the test setup, additional ``DPT``, ``RLPX`` and ``ETH`` simulator tests,
16+
improving test coverage from 48% to 84%, PR [#25](https://github.com/ethereumjs/ethereumjs-devp2p/pull/25)
17+
18+
[2.3.0]: https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.2.0...v2.3.0
19+
920
## [2.2.0] - 2017-12-07
1021
- ``EIP-8`` compatibility
1122
- Improved debug messages

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-devp2p",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A JavaScript implementation of ÐΞVp2p",
55
"keywords": [
66
"ethereum",
@@ -20,7 +20,8 @@
2020
"contributors": [
2121
"Alex Beregszaszi <[email protected]>",
2222
"Kirill Fomichev <[email protected]> (https://github.com/fanatid)",
23-
"Martin Becze <[email protected]>"
23+
"Martin Becze <[email protected]>",
24+
"Holger Drewes <[email protected]>"
2425
],
2526
"files": [
2627
"src",

0 commit comments

Comments
 (0)