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

Commit c6ca7fa

Browse files
authored
Merge pull request #33 from ethereumjs/new-release-v240
New release v2.4.0
2 parents 310034d + c4b684d commit c6ca7fa

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ 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
9+
## [2.4.0] - 2018-02-28
10+
- First release providing a reliable ``ETH`` connection
11+
- Fix Parity ``DPT`` ping echo hash bug preventing the library to connect
12+
to Parity clients, PR [#32](https://github.com/ethereumjs/ethereumjs-devp2p/pull/32)
13+
- Fixed a bug not setting weHello in peer after sent ``HELLO`` msg
14+
15+
[2.4.0]: https://github.com/ethereumjs/ethereumjs-devp2p/compare/v2.3.0...v2.4.0
16+
17+
## [2.3.0] - 2018-02-27
1018
- 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)
1119
- Fix bug not forwarding ``k-bucket`` remove event through ``DPT`` (so ``peer:removed`` from
1220
``DPT`` was not working), PR [#27](https://github.com/ethereumjs/ethereumjs-devp2p/pull/27)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-devp2p",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "A JavaScript implementation of ÐΞVp2p",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)